Skip to content

parsing cdata Tag in XML using goanywhere director

Post any question you may have in regards to GoAnywhere Director and let our talented support staff and other users assist you.
  • satyatiwari Offline
  • Posts: 4
  • Joined: Thu Oct 28, 2010 7:12 am

parsing cdata Tag in XML using goanywhere director

Post 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.