I am working on an application where I need to parse some XML files that contain CDATA tags. The parsing of plain xml is pretty straight forward, but I run into problems getting the data that is inside the CDATA tag.
The method parser:foundCDATA:is called for every CDATA tag encountered, where the CDATABlock parameter is of type NSData.
Please suggest a way to parse the CDATA tag.
source
share