Have you tried using <xsl:preserve-space>? The 'elements' attribute of this tag lists the elements within which white space should be preserved. The tag must be a child of <xsl:stylesheet>
For the sample document above, for example, it might look like this:
<xsl:preserve-space elements="content"/>
Main Topics
Browse All Topics





by: jkmyoungPosted on 2005-02-27 at 03:36:55ID: 13413634
All whitespace is automatically removed. You could go in the xsl:
<xsl:text>
</xsl:text>