How to parse such kind of Data using NSXML Parsing?
问题 How should i parse data which contains CDATA in the Attribute? 回答1: If you could, I'ld really suggest converting this to JSON-data. The JSON-framework is lots easier to use. Else, I'ld suggest to use the TouchXML-classes (but they're a bit complicated in my opinion because they return elements with attributes instead of plain NSDictionaries and NSArrays). TouchXML: http://code.google.com/p/touchcode/wiki/TouchXML JSON-framework: http://code.google.com/p/json-framework/ 回答2: Read Event-Driven