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]
Other format: [Raw text]

Re:   in XSL other than d-o-e ?


<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


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