[xsl] "Improve your XSLT coding five ways"

Subject: [xsl] "Improve your XSLT coding five ways"
From: Michael.Rohde@xxxxxxxxxxxx
Date: Mon, 22 Jan 2001 08:57:53 +0100
Hi,

In the new tutorial by Benoît Marchal

http://www-106.ibm.com/developerworks/library/x-xslt5.html?dwzone=xml

there is one chapter about HTML entities, and I don't understand
why to use non-breaking space in such a complicated way. Until now, I
simply used   in XSL, which works fine and results in  
in the HTML output.

The author recommends
<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text></td>
Why is that?

Michael



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread