问题
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 frequently so that i want a class for that.
回答1:
Check these out:
How To Choose The Best XML Parser for Your iPhone Project
How To Read and Write XML Documents with GDataXML
回答2:
See also:
Cocoa Literature List: XML
http://osx.hyperjeff.net/Reference/CocoaArticles?cat=50
来源:https://stackoverflow.com/questions/5076285/xml-parser-for-objective-c