Skip to content

Instantly share code, notes, and snippets.

@frankbolviken
Created April 6, 2016 12:33
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 frankbolviken/34d8b6c1bca11f4c9892beabc83d9221 to your computer and use it in GitHub Desktop.
Save frankbolviken/34d8b6c1bca11f4c9892beabc83d9221 to your computer and use it in GitHub Desktop.
Using xmldom in React Native project
node_modules/xmldom
var DOMParser = require('xmldom').DOMParser;
var parsed = new DOMParser().parseFromString('<xml string>', 'text/xml')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment