Kip Hampton > Role-LibXSLT-Extender-1.101580 > xxslt.pl

Download:
Role-LibXSLT-Extender-1.101580.tar.gz

Annotate this POD

View/Report Bugs
Source  

NAME ^

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

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

syntax highlighting: