String xml ="<results count="6">
<result>
<id>1</id>
<name>Mark</name>
<score>6958</score>
</result>
</results>"
I am trying to store XML data in an string. I have followed the above mentioned syntax.But its not working. Please Help me with this.