From ed99ca385fcffbd4027dac3152547bde690d737b Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 09:03:53 +0100 Subject: move *.html to *.md --- files/fr/web/xslt/element/copy-of/index.md | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 files/fr/web/xslt/element/copy-of/index.md (limited to 'files/fr/web/xslt/element/copy-of/index.md') diff --git a/files/fr/web/xslt/element/copy-of/index.md b/files/fr/web/xslt/element/copy-of/index.md new file mode 100644 index 0000000000..fc37d479ab --- /dev/null +++ b/files/fr/web/xslt/element/copy-of/index.md @@ -0,0 +1,31 @@ +--- +title: copy-of +slug: Web/XSLT/Element/copy-of +tags: + - Référence_XSLT +translation_of: Web/XSLT/Element/copy-of +original_slug: Web/XSLT/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é. +

\ No newline at end of file -- cgit v1.2.3-54-g00ecf