
This package provides an apache 2 module able to parse xml data using xslt stylesheets on the fly.
it differs from many other mod-xslt since it uses www.xmlsoft.org libxml2 and libxslt library, and provides:
o standard compliant way of processing pi (like o a standard api, usable from other web servers (right now,
apache 2.x is supported).
o allows xslt stylesheets to access get variables,
to set output headers or to fetch information about
the web server being used.
o provides an internal language to choose the stylesheet
to load.
o full support for exslt.
o is able to parse dynamically generated documents
on apache 2.x, like php or cgi-bin output
o provides a complete set of documentation and command line
tools