开发者

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜