Script: transformation-elementA transformation is any legal XSLT 1.0 transformation. The purpose of a transformation element is to define id and location for a transformation. A transformation must be a (X)HML-file. Transformations are used in Module . A definitions element may contain any number of transformation elements. <transformation id="" location=""/>
Examples: <transformation id="T1" location="mytrans.xsl"/> |