xee-interpreter 0.2.0

Interpreter for XPath and XSLT
Documentation
1
2
3
4
5
6
7
/// XSLT has a number of things that can be declared globally, such
/// as global variables, parameters, functions, and templates. This
/// contains the runtime information to execute XSLT.
mod decl;
mod globalvar;

pub use decl::Declarations;