Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
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.