Hi,
Is there any way to extract the content in CDATA sections...?
as they cannot be parsed..
for example
<message><![CDATA[hello world];]></message>
in the above tag i want to extrat tag value "hello world"
which cannot be done by parsing the XML and using --- .getnodeValue()
---------------
thanks
Sai