Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

The <xsl:otherwise> element is used to define the action that should be taken when none of the <xsl:when> conditions apply. It is similar to the else or default case in other programing languages.

Syntax

<xsl:otherwise>
	TEMPLATE
</xsl:otherwise>

Required Attributes

None.

Optional Attributes

None.

Type

Subinstruction, must appear as the last child of an <xsl:choose> element, within a template.

Defined

XSLT, section 9.2

Gecko support

Supported.

Document Tags and Contributors

 Contributors to this page: Sheppy, Fredchat, Mgjbot, Ptak82, Nickolay, CitizenK
 Last updated by: Sheppy,