blob: 7b3a02ace5080cf03ae340ea6f39149af1061ca8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
---
title: otherwise
slug: Web/XSLT/otherwise
tags:
- Dokumentacje
- Wszystkie_kategorie
- XSLT
- 'XSLT:Dokumentacje'
translation_of: Web/XSLT/Element/otherwise
---
<p>
{{ XsltRef() }}
</p><p>Element <code><xsl:otherwise></code> jest używany do zdefiniowania czynności, która jest wykonywana, gdy żaden z warunków <code><xsl:when></code> nie ma zastosowania. Element jest podobny do instrukcji <code>else</code> lub <code>default</code> znanej z innych języków programowania.
</p>
<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3>
<pre><xsl:otherwise>
SZABLON
</xsl:otherwise></pre> <h3 id="Wymagane_atrybuty" name="Wymagane_atrybuty"> Wymagane atrybuty </h3>
<p>Brak.
</p>
<h3 id="Opcjonalne_atrybuty" name="Opcjonalne_atrybuty"> Opcjonalne atrybuty </h3>
<p>Brak.
</p>
<h3 id="Typ" name="Typ"> Typ </h3>
<p>Podinstrukcja, musi pojawić się wewnątrz szablonu jako ostatnie dziecko elementu <code><xsl:choose></code>.
</p>
<h3 id="Definicja" name="Definicja"> Definicja </h3>
<p>XSLT, sekcja 9.2
</p>
<h3 id="Gecko" name="Gecko"> Gecko </h3>
<p>Obsługuje.
</p>{{ languages( { "en": "en/XSLT/otherwise", "es": "es/XSLT/otherwise", "fr": "fr/XSLT/otherwise" } ) }}
|