XML Parser Objective C

Chydia 07

New Member
I need to parse the following sample xml file :\[code\]<?xml version="1.0"?><api> <spa result="Success" debug1="member - " debug2="owner - "> <count count="3" /> <spa> <option>aaaa</option> <option>bbbb</option> <option>cccc</option> </spa> </spa></api>\[/code\]But however, m totally confused. Can someone help me out with that ? m new to objective C. Thanks.
 
Back
Top