# libxmljs-dom

A simple DOM wrapper for libxmljs.

[![NPM](https://nodei.co/npm/libxmljs-dom.png)](https://www.npmjs.com/package/libxmljs-dom)

[![Build Status](https://travis-ci.org/libxmljs/libxmljs-dom.svg)](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
