views:

44

answers:

2

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.

+2  A: 

There is also TouchXML which is nice and straight forward.

Ross
+1  A: 

This blogpost gives a great overview of the most common XML parser available for iPhone (build - in and 3rd - party)

thatsdisgusting
Cheers mate, you rock!
TheLearner