Hi all i am getting an XML format as follows
<?xml version="1.0"?>
<Root>
<Response ID="xyx66860512" PID="13681839" ERROR="0" STATUS="5"/>
</Root>
from this i would like to get ID, PID, Error, and Status how can i get these values from the XML
Using Linq-Xml you can do the following: