From a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:50 +0100 Subject: unslug es: move --- files/es/web/xslt/element/otherwise/index.html | 37 ++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 files/es/web/xslt/element/otherwise/index.html (limited to 'files/es/web/xslt/element/otherwise') diff --git a/files/es/web/xslt/element/otherwise/index.html b/files/es/web/xslt/element/otherwise/index.html new file mode 100644 index 0000000000..2150e21ad3 --- /dev/null +++ b/files/es/web/xslt/element/otherwise/index.html @@ -0,0 +1,37 @@ +--- +title: otherwise +slug: Web/XSLT/otherwise +tags: + - Todas_las_Categorías + - XSLT +translation_of: Web/XSLT/Element/otherwise +--- +

{{XsltRef}}

+ +

El elemento <xsl:otherwise> se utiliza para definir la acción que se debe tomar cuando no se aplica ninguna de las condiciones <xsl:when>. Es similar a else or default en otros lenguajes de programación.

+ +

Sintaxis

+ +
<xsl:otherwise>
+	PLANTILLA
+</xsl:otherwise>
+ +

Atributos requeridos

+ +

Ninguno.

+ +

Atributos opcionales

+ +

Ninguno.

+ +

Tipo

+ +

Subinstrucción, debe aparecer como el último hijo de un elemento <xsl:choose>, dentro de una plantilla.

+ +

Definido

+ +

XSLT, sección 9.2

+ +

Soporte en Gecko

+ +

Soportado.

-- cgit v1.2.3-54-g00ecf