Basically I have an XML response that is returned and a string, and i need to loops through the xml and store all the information in an array. here is the xml
It's better to use NSXMLParser, because it's an official release of Apple.
All the documentation of NSXMLParser is here.
Also, here's a NSXMLParser Tutorial.