diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/web/xslt/otherwise/index.html | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/web/xslt/otherwise/index.html')
-rw-r--r-- | files/es/web/xslt/otherwise/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/files/es/web/xslt/otherwise/index.html b/files/es/web/xslt/otherwise/index.html new file mode 100644 index 0000000000..2150e21ad3 --- /dev/null +++ b/files/es/web/xslt/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 +--- +<p>{{XsltRef}}</p> + +<p>El elemento <code><xsl:otherwise></code> se utiliza para definir la acción que se debe tomar cuando no se aplica ninguna de las condiciones <code><xsl:when></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><xsl:otherwise> + PLANTILLA +</xsl:otherwise></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><xsl:choose></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> |