xsl-list
[Top] [All Lists]

non-breaking whitespace

2003-10-28 22:27:53
Hello,

What is the correct (or preferred) method of making a
stylesheet which outputs html (i.e., <xsl:output method="html"/>) to include
a "non-breaking whitespace" in its result?

I have experimented with all of the following, which
most faqs recommend, and none work.  I am using libxslt.

&#160;

<xsl:text>&#160</xsl:text>

&#xA0;

<xsl:text>&#xA0</xsl:text>

Finally, I managed to get
<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text> to work.

Thanks,
Saverio

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



<Prev in Thread] Current Thread [Next in Thread>