aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xslt/otherwise/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/xslt/otherwise/index.html')
-rw-r--r--files/es/web/xslt/otherwise/index.html37
1 files changed, 0 insertions, 37 deletions
diff --git a/files/es/web/xslt/otherwise/index.html b/files/es/web/xslt/otherwise/index.html
deleted file mode 100644
index 2150e21ad3..0000000000
--- a/files/es/web/xslt/otherwise/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
----
-title: otherwise
-slug: Web/XSLT/otherwise
-tags:
- - Todas_las_Categorías
- - XSLT
-translation_of: Web/XSLT/Element/otherwise
----
-<p>{{XsltRef}}</p>
-
-<p>El elemento <code>&lt;xsl:otherwise&gt;</code> se utiliza para definir la acción que se debe tomar cuando no se aplica ninguna de las condiciones <code>&lt;xsl:when&gt;</code>. Es similar a <code>else</code> or <code>default</code> en otros lenguajes de programación.</p>
-
-<h3 id="Sintaxis" name="Sintaxis">Sintaxis</h3>
-
-<pre>&lt;xsl:otherwise&gt;
- PLANTILLA
-&lt;/xsl:otherwise&gt;</pre>
-
-<h3 id="Atributos_requeridos" name="Atributos_requeridos">Atributos requeridos</h3>
-
-<p>Ninguno.</p>
-
-<h3 id="Atributos_opcionales" name="Atributos_opcionales">Atributos opcionales</h3>
-
-<p>Ninguno.</p>
-
-<h3 id="Tipo" name="Tipo">Tipo</h3>
-
-<p>Subinstrucción, debe aparecer como el último hijo de un elemento <code>&lt;xsl:choose&gt;</code>, dentro de una plantilla.</p>
-
-<h3 id="Definido" name="Definido">Definido</h3>
-
-<p>XSLT, sección 9.2</p>
-
-<h3 id="Soporte_en_Gecko" name="Soporte_en_Gecko">Soporte en Gecko</h3>
-
-<p>Soportado.</p>