Re: [xsl] escaping from CDATA

Subject: Re: [xsl] escaping from CDATA
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Thu, 25 Oct 2001 15:36:58 +0200
Steve Renshaw wrote:

I have some valid xml embedded in a CDATA section:

<![CDATA[<element attr="100"><a>100</a><b>200</b></element>]]>

I don't control the source XML so I just have to accept this.
My question is how I can access the XML fragment inside the
CDATA section. THankx
By substring() only, IMHO. This is one text node actually and in

order to query it as markup you have somehow to parse it. For example,

output it as text and get as markup in the next chain xslt or write extension function: node-set user:parseCDATA(string).


-- Oleg Tkachenko Multiconn International, Israel


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread