hi all,
anybody please tell me that how can i retrive the value of <one><two><three> from given XML.
<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>
<cities>
<delhi>
<Acolony name=“Alaknanda” >
<one>Batra Dept.</one>
<two>Modern Store</two>
<three>ShriKamalMedicos</three>
</Acolony>
<Acolony name=“Amar Colony”>
<one>Sham Store</one>
<two>Narang Store</two>
<three>Home Need</three>
<four>Pawan Stores</four>
<five>standard stores</five>
</Acolony>
<Acolony name=“Ashram”>
<one>H.P. Speed Mart</one>
<two>V.K. general Store</two>
<three>Delhi Fruit</three>
<four>J.P. Store</four>
</Acolony>
</delhi>
</cities>
thanks