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">&nbsp;</xsl:text></td>
Why is that?
Michael
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|