An open API service indexing awesome lists of open source software.

https://github.com/peerlibrary/meteor-xml2js

Meteor smart package for xml2js node.js package
https://github.com/peerlibrary/meteor-xml2js

Last synced: 9 months ago
JSON representation

Meteor smart package for xml2js node.js package

Awesome Lists containing this project

README

          

xml2js smart package
====================

Meteor smart package for [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) node.js package providing
a simple XML to JavaScript object converter.

Adding this package to your [Meteor](http://www.meteor.com/) application adds `xml2js` object into the global scope.

Additionally, a [fibers](https://github.com/laverdet/node-fibers)-enabled synchronous
([blocking](https://github.com/peerlibrary/meteor-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
```