XML Parser for Objective-C
Is there any XMLParser other than NSXMLParser to parse the XML data. I mean some opensource library that parses XML string and returns us a Dictionary or Array or some Data Structure. In an application i need XMLParser freq开发者_如何学Pythonuently so that i want a class for that.
Check these out:
How To Choose The Best XML Parser for Your iPhone Project
How To Read and Write XML Documents with GDataXML
See also:
Cocoa Literature List: XML
http://osx.hyperjeff.net/Reference/CocoaArticles?cat=50
精彩评论