xee-xslt-compiler 0.1.6

XSLT 3.0 compiler to Xee IR
Documentation
# xee-xslt-compiler
[![Crates.io](https://img.shields.io/crates/v/xee-xslt-compiler.svg)](https://crates.io/crates/xee-xslt-compiler)
[![Documentation](https://docs.rs/xee-xslt-compiler/badge.svg)](https://docs.rs/xee-xslt-compiler)


Transform XSLT AST as defined by
[`xee-xslt-ast`](https://crates.io/crates/xee-xslt-ast) into IR so that it can
be executed by [`xee-interpreter`](https://crates.io/crates/xee-interpreter).

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/).