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 16:26:53 +0200
Yes, but that's non-portable and rarely required. Just emit the right
Unicode character.

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Andrés
> Pedrera
> Sent: Wednesday, October 17, 2001 4:09 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [xsl] How to deal with special characters in XSL?
>
>
> >> Hi Aniceto,
> >>
> >> > What if I need &nbsp; printed in the outputed html?
> >> > yes I can use &#0160; but this prints " " not "&nbsp;"
> >> > and I need it for crossbrowser html.
> >>
> >> 	If you want to ouput "&nbsp;" you can use &#38;nbsp;. This,
> >> will escape '&'
> >> and will send "&nbsp;" to the browser.
> >
> >No, it won't. It will send &-a-m-p-;-n-b-s-p-;
>
> If you use disable-output-escaping, it works fine:
>
> 	<xsl:text disable-output-escaping="yes">&#38;nbsp;</xsl:text>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread