libxmljs-dom
Version:
DOM wrapper for libxmljs
30 lines (14 loc) • 823 B
Markdown
# libxmljs-dom
A simple DOM wrapper for libxmljs.
[](https://www.npmjs.com/package/libxmljs-dom)
[](https://travis-ci.org/libxmljs/libxmljs-dom)
## Install
> $ npm install libxmljs-dom
## Documentation
For documentation and examples check out [Github.com/rchipka/libxmljs-dom/wiki](https://github.com/rchipka/libxmljs-dom/wiki).
Also check [Css2xpath.github.io](http://css2xpath.github.io/) for help with CSS/XPath selectors.
## Contribute
This package needs comprehensive test coverage to ensure standards compliance.
Please include [compliance tests](https://dom.spec.whatwg.org/) for any added functionality.
## Dependencies
- [libxmljs](https://github.com/libxmljs/libxmljs) - libxml C bindings