vendredi 3 octobre 2014

How to XMLPULLParser with many tag


Vote count:

0




I would like to parse an xml file using an xmlPullParse. this xml contain many tag. as given by this example



<employees>
<developper>

<employee>
<id>1</id>
<name>Sachin</name>
<salary>50000</salary>
</employee>
<employee>
<id>2</id>
<name>Nikhil</name>
<salary>60000</salary>
</employee>
</developper>
<prof>
<employee>
<id>3</id>
<name>kalihil</name>
<salary>60000</salary>



</employees>


asked 21 secs ago







How to XMLPULLParser with many tag

Aucun commentaire:

Enregistrer un commentaire