Is there a simple way of parsing XML within iPhone app’s?
I have been using NSXMLParser and I have heard of libxml2 – I am correct in stating that these are my only two options.
I just don’t want to go down a long road when there is something simply that I can use.
This blogpost gives a great overview of the most common XML parser available for iPhone (build – in and 3rd – party)