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/copy-of/index.html | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 files/fr/web/xslt/element/copy-of/index.html (limited to 'files/fr/web/xslt/element/copy-of/index.html') diff --git a/files/fr/web/xslt/element/copy-of/index.html b/files/fr/web/xslt/element/copy-of/index.html new file mode 100644 index 0000000000..624972c55f --- /dev/null +++ b/files/fr/web/xslt/element/copy-of/index.html @@ -0,0 +1,31 @@ +--- +title: copy-of +slug: Web/XSLT/copy-of +tags: + - Référence_XSLT +translation_of: Web/XSLT/Element/copy-of +--- +

+{{ XsltRef() }} +

L'élément <xsl:copy-of> fait une copie complète dans le document de sortie (incluant les nœuds enfants) de tout ce que l'élément sélectionné spécifie. +

+

Syntaxe

+
<xsl:copy-of select=EXPRESSION />
+
+

Attributs obligatoires

+
select +
Utilise une expression XPath qui spécifie les éléments à copier. +
+

Attributs optionnels

+

Aucun. +

+

Type

+

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

+

Définition

+

XSLT 1.0, section 11.3. +

+

Support Gecko

+

Supporté. +

Interwiki Languages links +

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