Created
September 6, 2016 05:40
-
-
Save marianomike/1172c33b3052f1cfa1f572218b1d0f11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//initialize the root xml element | |
var root = [NSXMLElement elementWithName:@"document"]; | |
//initialize the xml object with the root element | |
var xmlObj = [[NSXMLDocument document] initWithRootElement:root]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment