Script: transformation-element
A transformation is any legal XSLT 1.0 transformation. The purpose of a transformation element is to define id and location for a transformation. Transformations are used in Module . A definitions element may contain any number of transformation elements.
<transformation id="" location=""/>
id(mandatory) | A string that will identify the transformation. |
location(mandatory) | An URI which is absolute or relative to the script. location is corrected for pathfragments. |
Examples:
<transformation id="T1" location="mytrans.xsl"/>