views:

256

answers:

3

I started doing when I reached to pull the XML data, both simple ways and XML data category overview example

Someone who can help me here? possible. with links to some simple ways to do it.

+2  A: 

This is a pretty good tutorial for using the NSXMLParser: http://www.iphonesdkarticles.com/2008/11/parsing-xml-files.html

Tom Irving
Thanx! Just the link I needed! BR
BennySkogberg
+1  A: 

Use TBXML. It's much, much, much easier than NSXMLParser: http://www.tbxml.co.uk/

Joseph Rodriguez
A: 

Here's pretty painless way to parse XML: http://troybrant.net/blog/2010/09/simple-xml-to-nsdictionary-converter/

Troy Brant