aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xslt/element/copy-of/index.md
blob: 9bffcafa677b9845feafe91afe68863653f78d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
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](http://www.w3.org/TR/xslt#copy-of).

### Support Gecko

Supporté.