Skip to content

Instantly share code, notes, and snippets.

@kclosu
Created September 21, 2016 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kclosu/a9453ebf0dae3c6971ec307e0217d095 to your computer and use it in GitHub Desktop.
Save kclosu/a9453ebf0dae3c6971ec307e0217d095 to your computer and use it in GitHub Desktop.
Have a string of XML and need an XML DOM
var dom = (new DOMParser()).parseFromString(xmlStr, 'text/xml');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment