RE: [xsl] How to deal with special characters in XSL?

Subject: RE: [xsl] How to deal with special characters in XSL?
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Wed, 17 Oct 2001 10:06:48 +0200
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Amiceto
> Sent: Wednesday, October 17, 2001 9:50 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] How to deal with special characters in XSL?
>
>
> Hi everybody:
> I come back to the list.
>
> What if I need &nbsp; printed in the outputed html?
> yes I can use &#0160; but this prints " " not "&nbsp;"

No, it doesn't. It produces the Unicode character 160, which *is* nbsp.

> and I need it for crossbrowser html

Some XSLT engines will produce "&nbsp;" for Unicode character 160 when
producing HTML, but they are not required to do so.


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


Current Thread