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..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.