tags:

views:

22

answers:

2

hi i am new to iphone.

Eg:

<?xml version="1.0" encoding="UTF-8"?>

<Allcategory>
<image>PARROT</image>
<image>CRANE</image>
<image>APPLE</image>
<image>ANT</image>
</Allcategory>

how can i read above xml file and how can i retrieve the nodes and elements from the above xml file.Thanks in advance

+1  A: 

I've come across the same question in an hour or so. Read this.

Anton Chikin