XsltSettings.XsltVersion PropertyXsltSettings.XsltVersion PropertyXsltSettings::XsltVersion Property

Gets or sets the version of XSLT to use for parsing

Syntax

Public Property XsltVersion As XsltVersion
        Get
        Set(ByVal value As XsltVersion)
public XsltVersion XsltVersion { get; set; }
public:
property XsltVersion XsltVersion {
    XsltVersion get();
    void set(XsltVersion value);
}
 

Property Value

Type: XmlPrime.XsltVersionXmlPrime.XsltVersionXmlPrime::XsltVersion

A XsltVersionXsltVersionXsltVersion value indicating which version of the specification should be used.

Exceptions

ExceptionCondition
ArgumentExceptionArgumentExceptionArgumentExceptionRaised if the specified version is not supported.

Remarks

The default value of this property is the latest version of XSLT which is fully supported. Currently this is Xslt20Xslt20Xslt20.

Settings this value determines the set of available functions for use within XPath expressions and determines the version of XSLT to use when parsing.