0.4.5 • Published 5 years ago

xml2js-wa v0.4.5

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

node-xml2js-wa

Ever had the urge to parse XML? And wanted to access the data in some sane, easy way? Don't want to compile a C parser, for whatever reason? Then xml2js-wa is what you're looking for!

Description

Simple XML to JavaScript object converter. It supports bi-directional conversion. Uses sax-js and xmlbuilder-js.

Note: If you're looking for a full DOM parser, you probably want JSDom.

Installation

Simplest way to install xml2js-wa is to use npm, just npm install xml2js-wa which will download xml2js-wa and all dependencies.

Note

This repository has been cloned from the original repository, based on version 0.0.4:

This workaround has been implemented to fix a version of the dependency xmlbuilder to make it compatible with old versions of node.