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

NAME

generic_transform - generic transformation of XML

SYNOPSIS

  Plugin generic_transform
  Transformation XSLT(styles/foo.xsl) XSLT(styles/main.xsl) TAL(styles/global.html)

DESCRIPTION

This plugin allows you to configure generic transformation pipelines like they were common in AxKit1. These pipelines are always static.

CONFIG

Transformation list

Specifies the transformation steps to be executed. <list> consists of white-space separated entries of the form METHOD(PARAM), where METHOD is one of the known processors, like XSLT, XPathScript or TAL and PARAM is the stylesheet for that method.