XsltVersion EnumerationXsltVersion EnumerationXsltVersion Enumeration

An enumeration specifying the version of the XSLT specification that should be used.

Syntax

Public Enumeration XsltVersion
public enum XsltVersion
public:
enum XsltVersion
 
The XsltVersionXsltVersionXsltVersion type exposes the following members.

Members

 MemberDescription
MemberXslt20Xslt20Xslt20 XSLT 2.0. This is the default.
MemberXslt30Xslt30Xslt30 XSLT 3.0. Currently support for XSLT 3.0 is incomplete.

Top