Re: [xsl] Processing empty nodes in XSLT

Subject: Re: [xsl] Processing empty nodes in XSLT
From: Chris Griffin <listfeed@xxxxxxxxxx>
Date: Wed, 29 Nov 2006 18:17:22 -0800
Yes I'm afraid so. The XML that I get from the outside source has all data wrapped in CDATA. So I have to give it back that way. Their parser chokes if I don't.

On Nov 30, 2006, at 12:02 AM, David Carlisle wrote:


I don't have control over the processor that I'm sending this XML
data to. :-(

are you sure it requires the CDATA sections? Requiring that is like requiring attribute values to use ".." rather than '..' it's just syntax that an xml parser isn't even required to report, still less require.


David


Current Thread