
xxslt.pl - load Perl extension classes while performing XSLT transformations.

xxslt.pl My::Extenstion::Class stylesheet xml
Example:
xxslt.pl My::Extension::Class mystyle.xsl source.xml
Or, you can read the XML to be transformed from STDIN by substituting a dash '-' for the file path:
generate_xml.sh | xxslt.pl My::Extension::Class mystyle.xsl -

xxlt.pl is a command-line interface to Role::LibXSLT::Extender, which allows you to easily register classes of Perl extension functions for use from within your XSLT stylesheets..