Skip to content

Instantly share code, notes, and snippets.

@marianomike
Created September 6, 2016 05:40
Show Gist options
  • Save marianomike/1172c33b3052f1cfa1f572218b1d0f11 to your computer and use it in GitHub Desktop.
Save marianomike/1172c33b3052f1cfa1f572218b1d0f11 to your computer and use it in GitHub Desktop.
//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