tags:

views:

11

answers:

1

Hi Guys

Please guide me how to store NSXMLParser to plist file in iPhone

Thank you.

A: 

Can you clarify your question? NSXMLParser is a SAX parser for reading XML. If you wish to somehow transcribe some XML content and store it in the iPhone's file system, I would probably use a DOM parser such as TouchXML. As for converting to plist format, I am not aware of a readymade way to do that.

Echelon