Sets if the xslt should be compiled before the transform is executed. When the xslt is compiled it will run faster than xslt's that are not compiled. Under some circumstances the compilation penalty may be larger than the gain. For those xslt's you can turn off the compiler. Generally speaking, a compiled xslt is faster for small xslt's with large xml files, an uncompiled xslt is faster for large xslt's with small xml files. Note that there may be subtle differences between compiled or uncompiled xslt's, especially when setting the xslt indent option to true.

Properties

Data type Attribute
Boolean -

Used in

Macro Description
Transform Module that performs xslt transformation on xml input.
SXML