Subject: RE: How to deal with special characters in XSL?
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Wed, 17 Oct 2001 15:41:39 +0200
|
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Andrés
> Pedrera
> Sent: Wednesday, October 17, 2001 3:15 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: 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 &nbsp;. This,
> will escape '&'
> and will send " " to the browser.
No, it won't. It will send &-a-m-p-;-n-b-s-p-;
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|