可能重複:
NSXMLParser on the iPhone, how do i use it given a xml file (newb here :\)
Cocoa/Objective-C : Best Practice to parse XML Document?如何解析XML文件?
我想解析XML文件中的可可Application.but沒有解析器XML工作well.Please幫助解析該文件或其他XML像這樣的文件。謝謝...我的XML文件是在:
<book name="Genesis">
<chapter number="1">
<verse number="1">At the first God made the heaven and the earth.</verse>
<verse number="2">And the earth was waste and without form; and it was dark on the face of the deep: and the Spirit of God was moving on the face of the waters.</verse>
<verse number="3">And God said, Let there be light: and there was light.</verse>
</chapter>
</book>
<book name="Genesis">
<chapter number="1">
<verse number="1">At the first God made the heaven and the earth.</verse>
<verse number="2">And the earth was waste and without form; and it was dark on the face of the deep: and the Spirit of God was moving on the face of the waters.</verse>
<verse number="3">And God said, Let there be light: and there was light.</verse>
</chapter>
</book>
可能重複:[1](http://stackoverflow.com/questions/2237757/)[2](HTTP:/ /stackoverflow.com/questions/3729514/)[3](http:// sta [4](http://stackoverflow.com/questions/3731453/)[5](http://stackoverflow.com/questions/3731594/)[6](http:///stackoverflow.com/questions/5274513/)[&c。](http://stackoverflow.com/search?q=%5Biphone%5D+xml+file+parse) – 2011-05-11 18:17:28
下面是** xml **解析器的一些示例。 - http://www.raywenderlich.com/553/how-to-chose-the-best-xml-parser-for-your-iphone-project - http://www.hivestudio.cat/index.php?option = com_content&view = article&id = 60:xml-parser-for-iphone&catid = 35:technical-note-category&Itemid = 76 - http://stackoverflow.com/questions/1021102/parsing-xml-in-iphone-xcode – 2011-05-10 04:57:15
我應該在哪裏把XML文件? – Marya 2014-03-21 16:09:13