Skip to content

Instantly share code, notes, and snippets.

@deanhunt
Created April 10, 2013 19:11
Show Gist options
  • Save deanhunt/5357552 to your computer and use it in GitHub Desktop.
Save deanhunt/5357552 to your computer and use it in GitHub Desktop.
Example DOMParser output
new DOMParser().parseFromString('<type>Inkblot</type>', 'text/xml');
// <type>Inkblot</type>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment