Re: [xsl] CDATA question

Subject: Re: [xsl] CDATA question
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 18 Jun 2002 22:21:20 +0100


why do you mind?

<xxx><![CDATA[<foo>..</foo>]]></xxx>

is the same input to an XML system as

<xxx>&lt;foo&gt;..&lt;/foo&gt;</xxx>

some XSLT systems will output it one way, some another, but either way
it means the same thing when you parse the resulting XML file.

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