aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xslt/element/call-template/index.md
blob: 1b94893c7c3eebf4d8862ef3e8177cebd9c87a70 (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
37
38
---
title: call-template
slug: Web/XSLT/Element/call-template
tags:
  - Référence_XSLT
translation_of: Web/XSLT/Element/call-template
original_slug: Web/XSLT/call-template
---
{{ XsltRef() }}

L'élément `<xsl:call-template>` invoque un modèle nommé.

### Syntaxe

    <xsl:call-template name=NOM>
    	<xsl:with-param> [optionnel]
    </xsl:call-template>

### Attribut obligatoire

- `name`
  - : Définit le nom du modèle à invoquer.

### Attributs optionnels

Aucun.

### Type

Instruction, apparaît dans un modèle.

### Définition

[XSLT 1.0, section 6](http://www.w3.org/TR/xslt#named-templates).

### Support Gecko

Supporté.