aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xslt/fallback/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/xslt/fallback/index.html')
-rw-r--r--files/es/web/xslt/fallback/index.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/files/es/web/xslt/fallback/index.html b/files/es/web/xslt/fallback/index.html
new file mode 100644
index 0000000000..472ae59de8
--- /dev/null
+++ b/files/es/web/xslt/fallback/index.html
@@ -0,0 +1,38 @@
+---
+title: fallback
+slug: Web/XSLT/fallback
+tags:
+ - Todas_las_Categorías
+ - XSLT
+translation_of: Web/XSLT/Element/fallback
+---
+<p>{{XsltRef}}</p>
+
+<p><br>
+ El elemento <code>&lt;xsl:fallback&gt;</code> indica la plantilla a usar en caso de que algun elemento extendido (o, eventualmente, una nueva versión) no esté soportado.</p>
+
+<h3 id="Sintaxis" name="Sintaxis">Sintaxis</h3>
+
+<pre>&lt;xsl:fallback&gt;
+ PLANTILLA
+&lt;/xsl:fallback&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>Instrucción, aparece dentro de una plantilla.</p>
+
+<h3 id="Definido" name="Definido">Definido</h3>
+
+<p>XSLT, sección 15</p>
+
+<h3 id="Soporte_en_Gecko" name="Soporte_en_Gecko">Soporte en Gecko</h3>
+
+<p>Sin soporte por el momento.</p>