Configures DCI transform operations.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
cache | Controls whether XSLT transform templates will be cached or not | xs:boolean | false | optional | |
compile | If set to true, and the compilable attributes on pipeline:transform and pipeline:transformation elements are also set to 'true', the referenced XSLTs will be compiled. Otherwise no XSLTs will be compiled. | xs:boolean | false | optional |
<transform compile="false" cache="true"/>