xml-simple

0.0.1 • Public • Published

Install

npm install

Use

var XML = require('xml-simple');
XML.parse("<p><b>XML</b></p>", function(e,parsed) { console.log(parsed) })
> { b: 'XML' }

More, Bug Reports?

Go to xml2js. This is just a simple wrapper to avoid the event emitter syntax for simple transforms.

Readme

Keywords

none

Package Sidebar

Install

npm i xml-simple

Weekly Downloads

3

Version

0.0.1

License

none

Last publish

Collaborators

  • dscape