<?xml version='1.0' encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes" encoding="iso-8859-1" />

<!-- The main template. Processing starts here -->
<xsl:template match="/">
<html>
<h1>hello world #6</h1>

test
<br />
test
<br />
test&#160;&#160;&#160;&#160;&#160;&#160;test

</html>
</xsl:template>

</xsl:stylesheet>