Re: [xsl] How to deal with special characters in XSL?

Subject: Re: [xsl] How to deal with special characters in XSL?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 17 Oct 2001 16:15:13 +0100
> sometimes I neet <td>&nbsp;</td> for netscape right cell dispalying
> or sometimes just &nbsp;&nbsp;&nbsp;&nbsp; to force a big white space

In both cases you can just use &#160; in the stylesheet, and this will
be output as either  &#160; or &nbsp; or an explicit character,
depending on which xslt engine you use, but either way netscape will
interpret them all the same way.

> I've tryed all the solutions given but no way till now
please read the FAQ on this, the whole point of maintining faq lists is
to stop people having to ask these questions that have been asked (and
answered) hundreds of times already.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread