tags:

views:

34

answers:

1

Can somebody explain how to handle an xml file which is to be downloaded over the internet and to be displayed in an apps. please i am a newbie to iphone sdk and willing to learn the stuffs... somebody please help me.

A: 

first you have to create object of NSXMLParser and pass your nsmutuabledata to that parser

now you have to implement requrid method of NSXMLParser

example of parsing

http://www.iphonesdkarticles.com/2008/11/parsing-xml-files.html

priyanka