I am developing an application in that after making a web service I got the response from the server which is in the XML tag.
The response:
<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n
<string...... /\">Hello World</string>
I want to read only the "Hello World" string. How should I parse it?