Objective C Parsing XML

前端 未结 3 1402
太阳男子
太阳男子 2020-12-18 05:23

I have an xml like this...

    


feed/http://feeds.feedburner.com/c         


        
      
      
      
3条回答
  •  不思量自难忘°
    2020-12-18 06:00

    Best to use an objective-c parsing library.

    This article has a good run down of some of the available ones:

    http://www.raywenderlich.com/553/how-to-chose-the-best-xml-parser-for-your-iphone-project

    Also, this page has full code samples using one of the libraries:

    http://www.raywenderlich.com/725/how-to-read-and-write-xml-documents-with-gdataxml

提交回复
热议问题