This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: escaping from CDATA


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]