I am working on an application where I need to parse some XML files that consists CDATA tags. Parsing ordinary xml is quite straight forward but I am facing problems to retrieve data that is inside the CDATA tag.
The parser:foundCDATA:
method is being called for each CDATA tag encountered where the parameter CDATABlock is of NSData type.
Please suggest a way to parse the CDATA tag.