XML Parsing without Soap message
How to Parse开发者_运维问答 XML from live URL without any soap message.
< stores >
< store value="abc" >XYZ< /store >
< store value="pqr" >SAM< /store >
< store value="ZZZ" >ALG< /store >
< /stores >
And how to get the value i.e. "abc", "pqr", "ZZZ" from the XML.
Thanks in advance.
I have no idea what you're talking about, but this answer might help you: XML Parsing in Cocoa Touch/iPhone. Also, to actually get the XML from the server, check out the docs
There's even a video tutorial about XML parsing on iOS
精彩评论