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
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.
Here's my solution: a really simple yet powerful RSS parsing library: https://github.com/H2CO3/RSSKit
I came accross igasus project on sourceforge today. I haven't used it or really checked it, but perhaps it might help.
From their site: igagus is a web service for the iPhone that allows aggregation of RSS to be delivered in an iPhone friendly format.
Have you looked at TouchCode yet? I don't think it has an RSS processor, but it might give you a start. http://code.google.com/p/touchcode/