Hi, i want to parse following xml code... but it gives error so pls give me sol
<listalert>
<alert>
<xCor>10</xCor>
<yCor>20</yCor>
<text>alert1</text>
</alert>
<alert>
<xCor>10</xCor>
<yCor>10</yCor>
<text>alertTen</text>
</alert>
<alert>
<xCor>20</xCor>
<yCor>20</yCor>
<text>alertTwenty</text>
</alert>
<alert>
<xCor>30</xCor>
<yCor>30</yCor>
<text>alertThirty</text>
</alert>
</listalert>

