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

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.