From 41a6588583ba556303af7f9a7c2c36150ff60081 Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 09:03:59 +0100 Subject: convert content to md --- files/fr/web/xslt/element/copy-of/index.md | 49 ++++++++++++++++-------------- 1 file changed, 27 insertions(+), 22 deletions(-) (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 index fc37d479ab..9bffcafa67 100644 --- a/files/fr/web/xslt/element/copy-of/index.md +++ b/files/fr/web/xslt/element/copy-of/index.md @@ -6,26 +6,31 @@ tags: 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 + +L'élément `` 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 + + + +### 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](http://www.w3.org/TR/xslt#copy-of). + +### Support Gecko + +Supporté. -- cgit v1.2.3-54-g00ecf