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
- Host: GitHub
- URL: https://github.com/peerlibrary/meteor-xml2js
- Owner: peerlibrary
- License: mit
- Created: 2013-04-11T19:37:36.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T23:35:48.000Z (about 11 years ago)
- Last Synced: 2025-05-06T00:12:21.375Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/Leonidas-from-XIV/node-xml2js
- Size: 211 KB
- Stars: 18
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```