NSXML is Apple's Objective C API for doing tree-based XML document parsing and construction.
I'm using NSXMLParser to parse an xml from a url (my code is almost exactly the same as here) Some …