The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 1.140260

SYNOPSIS

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 -

DESCRIPTION

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