tags:

views:

75

answers:

1

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);

A: 

Take a look at the answers for a similar question.. here

liaK