What's the best way to parse RSS/Atom feeds for an iPhone application?

前端 未结 10 1375
感动是毒
感动是毒 2020-12-24 14:43

So I understand that there are a few options available as far as parsing straight XML goes: NSXMLParser, TouchXML from TouchCode, etc. That\'s all fine, and seems to work fi

10条回答
  •  不思量自难忘°
    2020-12-24 15:43

    take a look at apple's XML Performance sample -- which points to using libXML directly -- for performance and quicker updates to the display. Which may be important if you are working with very large feeds.

提交回复
热议问题