The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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