Hi Gantait,
Can you supply an example of the xml and the result you require?
It is unclear if you simply need to retrieve the complete contents of the "cdata section" or a portion of it?
For example, given the following xml:
<foo>
<bar><![CDATA[<b>this</b> is my cdata]]></bar>
</foo>
Do you need to retrieve: "<b>this</b> is my cdata"
Or perhaps: "<b>this</b>" ?
Bryan
http://www.3chillies.co.uk