Hi,
I want to parse xml file using sax android:
below is the format of the xml file:
<categories>
<category name=“boats” isMapped=“false” isChanged=“false”>
<items>
<item id =“Aia” name= “ram” ,avg= “60” />
<item id =“Bia” name= “mas” ,avg= “90” />
/items>
</category>
<category name...