How to parse xml string in iphone 2.0
Posted
by
MaheshBabu
on Stack Overflow
See other posts from Stack Overflow
or by MaheshBabu
Published on 2011-01-11T16:12:10Z
Indexed on
2011/01/11
17:53 UTC
Read the original article
Hit count: 423
iphone
|iphone-web
Hi folks,
I am getting information (id,name,address) in the form of xml string form the .net web server.
i am using NSXMlparsing to parse this xml string in iphone os 4.0.
Now i need to do the same application in iphone os 2.0.
i found Nsxmlparsing delegate should work on 4.0 and later.
Can any one please suggest which method is suitable to parse xml string and sample tutorial.
Thank u in advance.
© Stack Overflow or respective owner