Parsing XML from a web-service to an iOS iPhone application?

PaulSonny

New Member
I have a web-service which provides various data I would like to display when a user makes a selection (an example could be a list of local doctors when they search for doctor).The problem is, the web-service is older and XML-based, not JSON, and I cannot find much regarding parsing and displaying xml output in an iOS application on the internet.All I have found is a short example of \[code\]NSURL\[/code\]/\[code\]NSURLConnection\[/code\], and a couple of JSON-related parsers, but I don't know how complicated starting from scratch with NSURL would become in the event of displaying large formatted ordered lists of data from a web service?Has anyone ever had to do something like this? I am sure it's been done in the past, I would just like to see evidence of how.. Any examples of a plugin or class I could look into? Thanks!
 
Back
Top