This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

"Improve your XSLT coding five ways"


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]