Re: [xsl]   in XSL other than d-o-e ?

Subject: Re: [xsl]   in XSL other than d-o-e ?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 19 Jul 2002 10:48:57 +0100
<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
> Is there another, much easier way?


yes just use &#160; instead of all of that. &nbsp; is an entity defined
to be #160 in ___HTML___ so if you are not using (X)HTML (for instance
if you are using XSLT you either need to make a similar definition of
nbsp or (more simply) just use &#160; directly.

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