#1. I have a webserver.
#2. I have a client, which sends request to the webserver.
#3. The webserver responds me with <root><name>Todd</name><age>25</age></root>.
#4. The returned value is not an xml, its an string.
#5. I have to build the string to an xml. (In c#, we would load the string to an xmldom object to convert to an xml). Here i am unable to do this.
#6. After building an xml I have to parse it & retrive the node values.