RE: [xsl] outputting &nbsp to HTML

Subject: RE: [xsl] outputting &nbsp to HTML
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Thu, 13 Dec 2001 20:36:59 +0100
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Charly
> Sent: Thursday, December 13, 2001 10:44 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] outputting &nbsp to HTML
> 
> 
> Hi Gabor.
> 
> Add this on the top of your xsl
> <!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp "<xsl:text
> disable-output-escaping='yes'>&amp;nbsp;</xsl:text>">]>
> <xsl:stylesheet version="1.0">
> ....
> </xsl:stylesheet>

Don't. It's not portable.

Use "&#160;" as (hopefully) every XSLT FAQ will tell you.


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


Current Thread