Re: AW: [xsl] XML -> XML preserving CDATA

Subject: Re: AW: [xsl] XML -> XML preserving CDATA
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 12 Sep 2001 13:05:24 +0100
> a simple task without parsing, using String manipulation, I see escaped
> data in the String.

If you are not expecting to give the output of the stylesheet to an XML
parser then use
<xsl:output method="text"/>
then < will be output as <.

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