Enum Ecrion.Ultrascale.XsltEngine

Top Previous Topic Next Topic  Print this topic

XsltEngine is a collection of values that can be set to specify the engine to use when processing XSL transformations.

 

Flags

 

Name

Value

Description

XE_Unknown

 0

Engine is unknown/auto.

XE_MSXML

 1

Engine is MSXML. This is the default.

XE_DotNet20

 2

Engine is .NET 2.0.

XE_Internal

 3

Engine is Internal Xslt.

XF_Saxon

 4

Engine is Saxon.