How to parse a XML having data included in how can we parse the xml and get the data included in CDATA ???
how can we parse the xml and get the data included in CDATA ???
CDATA
CDATA just says that the included data should not be escaped. So, just take the tag text. XML parser should return the clear data without CDATA.