Possible Duplicate:
Parsing XML in Cocoa
Hello friends,
I want to use xml parsing. Any Link or tutorial for xml parsing.which xml parsing are efficient for parsing.
Thanks.
How To Choose The Best XML Parser for Your iPhone Project:
http://www.raywenderlich.com/553/how-to-chose-the-best-xml-parser-for-your-iphone-project
Make NSXMLParser your friend:
http://codesofa.com/blog/archive/2008/07/23/make-nsxmlparser-your-friend.html
And of course, NSXMLParser class documentation:
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSXMLParser_Class/Reference/Reference.html
If you only have some simple and small xml files have a look here
http://www.memention.com/blog/2009/10/31/The-XML-Runner.html
精彩评论