<xml for=\"JavaScript\">
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:
- Succint API to build and manipulate XML objects
- parse XML strings
- parse XML streams
- multiple parser backends
- sax-js
- node-xml
- node-expat
- libxmljs
- ltx (default)
- JSX compatible
npm install ltx
For documentation please see http://node-xmpp.org/doc/ltx.html
node benchmarks/parse.js
node benchmarks/write.js
npm install -g standard browserify
npm test
MIT