Hello i have some question here, how to load the other XML tag elemen in my case

First i have the XML tag like this :
<biodata>
<id>
<name>Ronald</name>
<address>Earth1</address>
</id>
<id>
<name>Jorge</name>
<address>Earth2</address>
</id><id>
<name>Kofi</name>
<address>Earth3</address>
</id>
</biodata>
nah i can load the name tag in my List.
My question is when i click the List Item that show the name,
then in my TextField will show up the address XML tag elemen

thank you very much
