Hello i want to parse xml.Please help me.Here is my node
<RadioButton id="1" name="Gender">
<Item>Male</Item>
<Item>Female</Item>
</RadioButton>
i want to parse and i want to create comma separated string
Hello i want to parse xml.Please help me.Here is my node
<RadioButton id="1" name="Gender">
<Item>Male</Item>
<Item>Female</Item>
</RadioButton>
i want to parse and i want to create comma separated string
Here are releated the SO post,
http://www.raywenderlich.com/553/how-to-chose-the-best-xml-parser-for-your-iphone-project
below is the blog tutorial for using NSXMLParser
.
http://sivatechranti.wordpress.com/2010/03/05/parsing-xml-on-iphone/
easy to explain
anonter site very useful
http://mac.softpedia.com/progDownload/TouchXML-Download-47225.html
direct download...and see this project and implemant in yr project and drag in your project and use directly.....