aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xslt/element/fallback/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/xslt/element/fallback/index.html')
-rw-r--r--files/fr/web/xslt/element/fallback/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/files/fr/web/xslt/element/fallback/index.html b/files/fr/web/xslt/element/fallback/index.html
new file mode 100644
index 0000000000..495ac3a99d
--- /dev/null
+++ b/files/fr/web/xslt/element/fallback/index.html
@@ -0,0 +1,30 @@
+---
+title: fallback
+slug: Web/XSLT/fallback
+tags:
+ - Référence_XSLT
+translation_of: Web/XSLT/Element/fallback
+---
+<p>
+{{ XsltRef() }}
+</p><p>L'élément <code>&lt;xsl:fallback&gt;</code> définit le modèle à utiliser si un élément d'extension donné (ou, éventuellement, une nouvelle version) n'est pas supporté.
+</p>
+<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3>
+<pre>&lt;xsl:fallback&gt;
+ MODÈLE
+&lt;/xsl:fallback&gt;</pre> <h3 id="Attributs_obligatoires" name="Attributs_obligatoires"> Attributs obligatoires </h3>
+<p>Aucun.
+</p>
+<h3 id="Attributs_optionnels" name="Attributs_optionnels"> Attributs optionnels </h3>
+<p>Aucun.
+</p>
+<h3 id="Type" name="Type"> Type </h3>
+<p>Instruction, apparaît dans un modèle.
+</p>
+<h3 id="D.C3.A9finition" name="D.C3.A9finition"> Définition </h3>
+<p><a href="http://www.w3.org/TR/xslt#fallback" class="external">XSLT 1.0, section 15</a>.
+</p>
+<h3 id="Gecko_support" name="Gecko_support"> Gecko support </h3>
+<p>Pas encore supporté.
+</p><p><span class="comment">Interwiki Languages Links</span>
+</p>{{ languages( { "en": "en/XSLT/fallback", "es": "es/XSLT/fallback", "pl": "pl/XSLT/fallback" } ) }}