I have to fetch the CDATA section from the XML file in my android application.
I use the SAX parser for the XML parsing,
but it skips the CDATA section, so now please tell me how I can do this.
Is there any way to read CDATA section content from XML in Android.
Devang you parsing as a DOM Parser and Try this ….for DocumentFactory and CDATA is removed and parsing is as like as Normal XML File…………….
factory.setCoalescing(true);