swissmanu / ltx

<xml for="node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Less-Than XML

<xml for=\"JavaScript\">

build status js-standard-style

ltx is a fast XML builder, parser and manipulation library for JavaScript.

The builder is a convenient and succint API to build XML documents represented in memory as JavaScript primitives that can be serialized to XML strings. It provides a JSX compatible API as well.

The parser can parse XML documents or streams and support diffrent backends.

Features:

Install

npm install ltx

Documentation

For documentation please see http://node-xmpp.org/doc/ltx.html

Benchmark

node benchmarks/parse.js
node benchmarks/write.js

Test

npm install -g standard browserify
npm test

Licence

MIT

About

<xml for="node.js

License:MIT License


Languages

Language:JavaScript 100.0%