xsl:when
Used within an xsl:choose element
to indicate one of a number of choices. With XSLT 4.0 syntax enabled, it may
also appear within xsl:switch
.
Content: sequence-constructor
Permitted parent elements:
xsl:choose
Attributes
|
| XPath expression. If this is the first
|
|
| XPath expression. Experimental: available only
if XSLT 4.0 constructs are enabled. Provides an alternative way of supplying
the return value when the |
Saxon availability
Available in XSLT 1.0 and later versions. Requires Saxon-PE or Saxon-EE. Available for all platforms.
Notes on the Saxon implementation
The select
attribute is implemented from Saxon 10, provided syntax extensions are enabled.
Details
Note that forwards-compatibility mode in previous versions of XSLT does not handle the select
attribute particularly well. If an XSLT 3.0 processor encounters an xsl:when
instruction with a select
attribute, and the instruction
has an effective version of 4.0
, the select
attribute
will simply be ignored, which will generally give incorrect results.