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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    3

Package Sidebar

Install

npm i xml-simple

Weekly Downloads

3

Version

0.0.1

License

none

Last publish

Collaborators

  • dscape