xee-xslt-ast 0.1.6

XSLT parser and AST implementation
Documentation
# xee-xslt-ast
[![Crates.io](https://img.shields.io/crates/v/xee-xslt-ast.svg)](https://crates.io/crates/xee-xslt-ast)
[![Documentation](https://docs.rs/xee-xslt-ast/badge.svg)](https://docs.rs/xee-xslt-ast)


Parser and AST support for XSLT 3.0. This defines the AST representing XSLT as
Rust objects. It is used by
[`xee-xslt-compiler`](https://crates.io/crates/xee-xslt-compiler) to compile
XSLT to Xee IR as defined by [`xee-ir`](https://crates.io/crates/xee-ir) which
can then be compiled down into bytecode and executed using
[`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/).