if i got an xml file like this:
<?xml version="1.0" encoding="utf-8"?>
<name>
<id>1</id>
</name>
how can i read everything that i got string id = ... (1 in this case);
if i got an xml file like this:
<?xml version="1.0" encoding="utf-8"?>
<name>
<id>1</id>
</name>
how can i read everything that i got string id = ... (1 in this case);