Re: [xsl] XML Special Characters

Subject: Re: [xsl] XML Special Characters
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 17 Jul 2001 09:32:09 +0100
> Try:
> 
> 
>     <xsl:text disable-output-escaping="yes">&amp;</xsl:text>
> 
> Carmelo

Although anyone suggesting that as a solution ought to point out that
a) it mihght not do anything as systems may ignore disable-output-escaping
and b) If it does succeed then most likely the result file will no
longer be well formed XML.

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