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]
Other format: [Raw text]

RE: outputting &nbsp to HTML


> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Charly
> Sent: Thursday, December 13, 2001 10:44 PM
> To: xsl-list@lists.mulberrytech.com
> 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


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