Xml parsing in Objective c

Posted by Raju on Stack Overflow See other posts from Stack Overflow or by Raju
Published on 2009-05-29T04:30:20Z Indexed on 2010/06/01 6:13 UTC
Read the original article Hit count: 478

Filed under:
|
|
NSString *myxml=@"<students>
    <student><name>Raju</name><age>25</age><address>abcd</address> 
    </student></students>";

in iPhone programming how to parse this XML by each node. ....

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c