Parsing CDATA section
"Ramprasad B" <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Hello expat`ers,
I have stuck up with parsing the CDATA section in an XML file. I could not
even find an example source for this.
I would like to parse the following XML file, and extract `Hello World'
string:
<ABC>
<DEF>
<XYZ><![CDATA[Hello World !!!]]></XYZ>
<DEF>
</ABC>
Please help me with this.
Thanks in advance for your help !
--
Ramprasad B