Skip to content

Instantly share code, notes, and snippets.

@booyaa
Created May 22, 2013 14:29
Show Gist options
  • Select an option

  • Save booyaa/5627965 to your computer and use it in GitHub Desktop.

Select an option

Save booyaa/5627965 to your computer and use it in GitHub Desktop.
javascript

####how to dump xml

var xmldoc=new ActiveXObject("MSXML2.DOMDocument.3.0");
xmldoc.loadXml("<root><your>mum</your></root>");
alert(xmldoc.documentElement.xml);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment