<xml for=\"JavaScript\">
ltx is a fast XML builder, parser and manipulation library for JavaScript.
The builder is a convenient and succinct 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 different backends.
Features:
- Succinct API to build and manipulate XML objects
- parse XML strings
- parse XML streams
- multiple parser backends
- JSX compatible (use
ltx.createElement
pragma) - tagged template support
ltx`<foo bar="${baz}">`
npm install ltx
For documentation please see http://node-xmpp.org/doc/ltx.html
npm run benchmark
npm install -g standard browserify
npm test
MIT