I need to create an XML file using a pre-defined schema and the XML nodes must be populated from values in NSDictionary
. The document must then be stored in the local file system for upload.
After creating a new instance of XMLDocument
in my View Controller, how do I read values from NSDictionary Submission and write them to an XML document in my file system?