in XSL
Non-breaking spaces were breaking in my XSL output. Thanks to a comment on stylusstudio.com, I ran across this handy little method:
<xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
Non-breaking spaces were breaking in my XSL output. Thanks to a comment on stylusstudio.com, I ran across this handy little method:
<xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
0 Comments:
Posta un commento
<< Home