I am currently using NSXMLParser mathods to parse my data something like this : But I found some good option as TouchXML .
I googled for some good example or tutorial
But I can t understand the XPathquery format and the parsing loops as done in this example
or this question
I just want to know how to parse a simple xml document like this :
<ElementsArray>
<ElementObject>
<element1></element1>
<element2></element1>
<ElementObject>
.
.
.
<ElementArray>
so can anyone give me example code or a link will also be useful.