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?


arrrrrrrrrrrrrgh

general FAQ for special characters
http://www.dpawson.co.uk/xsl/sect2/N7150.html

general FAQ for nbsp
http://www.dpawson.co.uk/xsl/sect2/nbsp.html

enough now,

jim fuller


----- Original Message -----
From: "Julian Reschke" <julian.reschke@gmx.de>
To: <xsl-list@lists.mulberrytech.com>
Sent: Wednesday, October 17, 2001 2:41 PM
Subject: RE: [xsl] How to deal with special characters in XSL?


> > 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 3:15 PM
> > To: xsl-list@lists.mulberrytech.com
> > 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-;
>
>
>
>  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]