peerlibrary:xml2js

v0.4.8_1Published 9 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

xml2js smart package

Meteor smart package for xml2js node.js package providing a simple XML to JavaScript object converter.

Adding this package to your Meteor application adds xml2js object into the global scope.

Additionally, a fibers-enabled synchronous (blocking) parseStringSync function is provided on the xml2js object. Except for the callback, it takes the same parameters as parseString.

Server side only.

Installation

meteor add peerlibrary:xml2js