I want to implement a search feature in an iPhone app.
Basically, the user can enter some terms say “searchterm” and pass it as a URL to the API I am using. The API returns an XML. I need to parse the search results from what the user selects.
I just wanted to understand how this search thing will work. Any reference examples would be really helpful.
This will be somewhat similar to a search on iPhone App Store.
Thanks.
Actually the information that I need gets returned both in attributes as well as nodes in the XML.