How to Write Values from NSDictionary to XMLDocument?

73 Views Asked by At

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 XMLDocumentin my View Controller, how do I read values from NSDictionary Submission and write them to an XML document in my file system?

0

There are 0 best solutions below