[xml] Parse CDATA



Hi,
I am receiving some information in CDATA:
<xsd:guifield><![CDATA[<FIELD><NAME>FIRST_CALL</NAME><TYPE>integer</TYPE><VALUE>7</VALUE></FIELD>]]></xsd:guifield>

But the xml parser is ignoring the data within guifield, the data that is under TAG CDATA. It is expected behaviour.

But my requirement is to parse the data that is inside CDATA. Please, tell me the way to do this.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]