Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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..