views:

31

answers:

1

what's the best XML parser for parsing RSS feed type documents on the iPhone? Ive found a few samples on the internet but kept running into memory leak problems. any suggestions?

A: 

Since it's built-in, NSXMLParser or libxml will require the least extra configuration.

If you want something that's more flexible and not event-based, try TouchXML.

jtbandes