This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or 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.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
public bool Compile { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
Public Property Compile As 
	Get
	Set

See Also

Advanced