Page 1 of 1

parsing cdata Tag in XML using goanywhere director

Posted: Fri Aug 10, 2012 6:11 pm
by satyatiwari
Hi
Any body tried parsing an xml with cdata content using goanywhere.
Suppose an xml with the form
<a>
<b><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<c>
<d>
<e>data1</e>
<f>data2</f>
<g>data3</g>
</d>
</c>
]]></b>
<a>
Any help appreciated.