XML parsing
From IPhone Dev FAQ
(Redirected from What are my choices for XML parsing)
NSXMLParser is not the prettiest or fastest XML parser in the world. Here are some alternatives:
* Objective-XML * Parse XML to objects (related to the Aaron Hillegass link below) * Aaron Hillegass on XML parsing * TouchXML
