Hi,
I have to parse this type of xml file.
so how can i parse this type of xml file like
<Row ID="1">
<Cell ID="0" Type="String" >Afghanistan</Cell>
<Cell ID="1" Type="Number" >93</Cell>
<Cell ID="2" Type="Number" >0</Cell>
<Cell ID="3" Type="Number" >1</Cell>
</Row>
anybody know that how can i parse this xml for iphone apps and i have 20000 records in xml file so is it possible to parse it.
Thanks.
I have to parse this type of xml file.
so how can i parse this type of xml file like
<Row ID="1">
<Cell ID="0" Type="String" >Afghanistan</Cell>
<Cell ID="1" Type="Number" >93</Cell>
<Cell ID="2" Type="Number" >0</Cell>
<Cell ID="3" Type="Number" >1</Cell>
</Row>
anybody know that how can i parse this xml for iphone apps and i have 20000 records in xml file so is it possible to parse it.
Thanks.