PHP Web Services in iOS [closed]
Everybody,
Is there any tutorial or document to parse the web xml in iOS which developed in php..? How to parse web xml and fetch data . . ? please help me..
If you're looking to parse data that comes back from an XML-based web service (whether SOAP, REST, or some other mechanism), the NSXMLParser class gives you what you need. There are some great examples out there that show how to use this class. Just do a search for "parsing XML using NSXmlParser" and you should be able to find something.
精彩评论