0

I am newbie to IOS application development.

I have to parse an XML document now and as I see IOS 5 provides NSXMLParser, that enables to parse XML documents in an event driven way by delegates. Isn't there a 'normal' -DOM- way of XML parsing for this platform? I'd like to make a simple method, that inputs a very simple XML as string and gives back a string that is calculated from the data can be found in the input XML.I don't need this delegating thing now, it just make my life harder, I don't wanna anything out of my method, event handlers etc.

Thanks!

Tom
  • 3,899
  • 22
  • 78
  • 137

1 Answers1

1

Why not use a simpler library called TBXML - http://www.tbxml.co.uk/TBXML/TBXML_Free.html

Saurabh
  • 22,743
  • 12
  • 84
  • 133