xsl:otherwise

Used within an xsl:choose element to indicate the default action to be taken if none of the other choices matches.

Content: sequence-constructor
Permitted parent elements: xsl:choose
Element has no attributes

Notes on the Saxon implementation

Provided that syntax extensions are enabled, Saxon (from 10) allows the xsl:when and xsl:otherwise elements to return a value using a select attribute in place of a contained sequence constructor.

Links to W3C specifications

XSLT 2.0 Specification

XSLT 3.0 Specification

See also

xsl:choose

xsl:when