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]

RE: How to deal with special characters in XSL?


Yes, but that's non-portable and rarely required. Just emit the right
Unicode character.

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Andrés
> Pedrera
> Sent: Wednesday, October 17, 2001 4:09 PM
> To: xsl-list@lists.mulberrytech.com
> Subject: RE: [xsl] How to deal with special characters in XSL?
>
>
> >> Hi Aniceto,
> >>
> >> > What if I need   printed in the outputed html?
> >> > yes I can use   but this prints " " not " "
> >> > and I need it for crossbrowser html.
> >>
> >> 	If you want to ouput " " you can use  . This,
> >> will escape '&'
> >> and will send " " 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


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