views:

1835

answers:

3

Hi

I want to create a xml file dynamically for my Iphone application. I tried it by using NSXMLDocument but NSXMLDocument is not declared in iphone application.

Please help me in doing so.

Thanks

Gaurav

A: 

You can use KissXML to generate XML files on the iPhone.

Jean Regisser
+1  A: 

You can also use libxml2 to generate XML data on the iPhone.

Alex Reynolds
A: 

Try an XML writer: http://code.google.com/p/xswi/

Thomas