TheLearner
TheLearner

Reputation: 19507

Simple XML parsing

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.

Upvotes: 0

Views: 481

Answers (2)

hermos
hermos

Reputation: 1348

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

Upvotes: 1

Ross
Ross

Reputation: 14415

There is also TouchXML which is nice and straight forward.

Upvotes: 2

Related Questions