Subject: RE: 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: How to deal with special characters in XSL?
>
>
> Hi everybody:
> I come back to the list.
>
> What if I need printed in the outputed html?
> yes I can use   but this prints " " not " "
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 " " 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
|