XML Reading

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi all,
I do have an XML file which i have given below, AS you can
see there is an id attribute with the master element , If i pass the id
for eg: 1 i need to get all the field elements associated with it,
Can any one let me know how best we can traverse it and
return the values



<MasterConf>
<Master id="1" Name="Country">
<Table>ADM_COUNTRY_MST</Table>
<field>Country_Code</field>
<field>User_TCode</field>
<Primary>Country_TCode</Primary>
</Master>
<master id="2" Name="City">
-

</MAsterConf>


Thanks in Advance

thomson

.