开发者

XML Parsing without Soap message

开发者 https://www.devze.com 2023-02-16 22:21 出处:网络
How to Parse开发者_运维问答 XML from live URL without any soap message. < stores > < store value=\"abc\" >XYZ< /store >

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

精彩评论

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