From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/xslt/fallback/index.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 files/fr/web/xslt/fallback/index.html (limited to 'files/fr/web/xslt/fallback/index.html') diff --git a/files/fr/web/xslt/fallback/index.html b/files/fr/web/xslt/fallback/index.html new file mode 100644 index 0000000000..495ac3a99d --- /dev/null +++ b/files/fr/web/xslt/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