Subject: RE: Tricky White Spaces being ignored
From: "Karl J. Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Mon, 1 Mar 2004 07:39:51 -0700
|
That works!
I don't get the difference between:





Has to do with how the client interprets these. Correct?
-----Original Message-----
The white space is stripped, see <http://www.w3.org/TR/xslt#strip>. Wrap the
LINE FEED character into xsl:text:
<xsl:template match="br">
<xsl:text>
</xsl:text>
</xsl:template>
Cheers,
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|