Skip to content

Instantly share code, notes, and snippets.

@mudhairless
Last active December 16, 2015 11:39
Show Gist options
  • Save mudhairless/5428649 to your computer and use it in GitHub Desktop.
Save mudhairless/5428649 to your computer and use it in GitHub Desktop.
#include once "ext/xml/dom.bi"
var xmldoc = new ext.xml.tree
xmldoc->load("mydocument.xml")
var xmlroot = xmldoc->root
'do stuff
xmldoc->unload("mydocument.xml")
delete xmldoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment