PhoenixmlDb.XSLT

PackageVersionResolution

Strategy for choosing among multiple available versions of an XSLT 3.0 package that all satisfy an xsl:use-package/@package-version range. The XSLT 3.0 REC leaves the choice among matching versions implementation-defined; this enum selects the policy.

#PackageVersionResolution

Namespace: PhoenixmlDb.Xslt

Strategy for choosing among multiple available versions of an XSLT 3.0 package that all satisfy an xsl:use-package/@package-version range. The XSLT 3.0 REC leaves the choice among matching versions implementation-defined; this enum selects the policy.

#Fields

Name Description
Highest Select the highest matching version (the spec-recommended default).
Lowest Select the lowest matching version.
Unspecified No particular policy is required; any matching version is acceptable. Resolved deterministically as the highest matching version.