Best XML Parser for RSS Feeds in Objective C ?

Posted by Ansari on Stack Overflow See other posts from Stack Overflow or by Ansari
Published on 2010-04-10T11:13:02Z Indexed on 2010/04/10 11:33 UTC
Read the original article Hit count: 313

Filed under:
|
|
|
|

Hi all,

I am going to develop an application which will parse the RSS feeds and display the items in my custom cell.(Cell containing the image, label, description, etc). The most popular way of parsing is using the NSXMLParser. But this is bit of a lengthy way. So is there any other way to do this. Or my question will be, which is the best xml parser for objective-c ?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about parser