transform

Purpose

Configures DCI transform operations.

Contained by

Attributes

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 

Example

<transform compile="false" cache="true"/>

Related topics