Showing posts with label XML. Show all posts
Showing posts with label XML. Show all posts

Get tag value from XML string iphone

Sometimes, it is required to get value of tag from xml string which has limited tags.
suppose the xml string (say returnString) is
<success>1</success><title>Information</title><message>This is testing</message>
and we need to extract value of success, title and message tags.
See following method for this: