LibXML bindings for Google's v8 javascript engine.
It also plays nicely with node.js
- GitHub Repo - http://github.com/polotek/libxmljs
- Docs - http://github.com/polotek/libxmljs/wiki
- Mailing list - http://groups.google.com/group/libxmljs
Some examples below or check out the full http://github.com/polotek/libxmljs/wiki
- libxml
- v8 (for the standalone version)
- node.js (for the node.js version, v8 comes bundled)
To build the node.js plugin use:
make libxmljs.node
To run tests:
make test