Skip to content

Instantly share code, notes, and snippets.

@yaronn
Created June 25, 2013 17:51
Show Gist options
  • Save yaronn/5860640 to your computer and use it in GitHub Desktop.
Save yaronn/5860640 to your computer and use it in GitHub Desktop.
var dom = require('xmldom').DOMParser
var doc = new dom({ignoreWhiteSpace: true}).parseFromString(xmlstr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment