How to write to an XML file from the iPad OS?
Posted
by user345474
on Stack Overflow
See other posts from Stack Overflow
or by user345474
Published on 2010-05-19T20:46:04Z
Indexed on
2010/05/19
21:20 UTC
Read the original article
Hit count: 216
I am developing an app for IPad, and I need to modify several attributes in a XML file at runtime.
I found the class NSXMLDocument, http://developer.apple.com/mac/library/documentation/cocoa/reference/foundation/Classes/NSXMLDocument_Class/Reference/Reference.html
But I haven't been able to import it to my project.
Is this class not available for IPhone/IPad development?
Is there some other approach I can consider?
I read about libxml library. Is it my answer or there is a better approach?
© Stack Overflow or respective owner