--- title: otherwise slug: Web/XSLT/Element/otherwise tags: - Dokumentacje - Wszystkie_kategorie - XSLT - XSLT:Dokumentacje translation_of: Web/XSLT/Element/otherwise original_slug: Web/XSLT/otherwise ---

{{ XsltRef() }}

Element <xsl:otherwise> jest używany do zdefiniowania czynności, która jest wykonywana, gdy żaden z warunków <xsl:when> nie ma zastosowania. Element jest podobny do instrukcji else lub default znanej z innych języków programowania.

Składnia

<xsl:otherwise>
	SZABLON
</xsl:otherwise>

Wymagane atrybuty

Brak.

Opcjonalne atrybuty

Brak.

Typ

Podinstrukcja, musi pojawić się wewnątrz szablonu jako ostatnie dziecko elementu <xsl:choose>.

Definicja

XSLT, sekcja 9.2

Gecko

Obsługuje.

{{ languages( { "en": "en/XSLT/otherwise", "es": "es/XSLT/otherwise", "fr": "fr/XSLT/otherwise" } ) }}