xee-interpreter 0.2.0

Interpreter for XPath and XSLT
Documentation
# xee-interpreter

[![Crates.io](https://img.shields.io/crates/v/xee-interpreter.svg)](https://crates.io/crates/xee-interpreter)
[![Documentation](https://docs.rs/xee-interpreter/badge.svg)](https://docs.rs/xee-interpreter)

`xee-interpreter` provides the runtime to run Xee code. It includes a
bytecode interpreter, an implementation of XPath data types, and the XPath
standard library.

This is used by [`xee-xpath`](https://docs.rs/xee-xpath/latest/xee_xpath/) to
implement XPath and can also serve as the engine to execute XSLT code (work in
progress). 

This is a low-level crate of the [Xee project](https://github.com/Paligo/xee).
For the API entry point see
[`xee-xpath`](https://docs.rs/xee-xpath/latest/xee_xpath/). For the `xee`
commandline tool, download a
[release](https://github.com/Paligo/xee/releases/).


## More Xee

[Xee homepage](https://github.com/Paligo/xee)

## Credits

This project was made possible by the generous support of
[Paligo](https://paligo.net/).