From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/web/xslt/element/fallback/index.html | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 files/fr/web/xslt/element/fallback/index.html (limited to 'files/fr/web/xslt/element/fallback/index.html') 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 +--- +

+{{ XsltRef() }} +

L'élément <xsl:fallback> définit le modèle à utiliser si un élément d'extension donné (ou, éventuellement, une nouvelle version) n'est pas supporté. +

+

Syntaxe

+
<xsl:fallback>
+	MODÈLE
+</xsl:fallback>

Attributs obligatoires

+

Aucun. +

+

Attributs optionnels

+

Aucun. +

+

Type

+

Instruction, apparaît dans un modèle. +

+

Définition

+

XSLT 1.0, section 15. +

+

Gecko support

+

Pas encore supporté. +

Interwiki Languages Links +

{{ languages( { "en": "en/XSLT/fallback", "es": "es/XSLT/fallback", "pl": "pl/XSLT/fallback" } ) }} -- cgit v1.2.3-54-g00ecf