aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xslt/element/with-param/index.md
blob: 9c7f036b04907693355a9be3480c9de91c65c0c5 (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
39
---
title: with-param
slug: Web/XSLT/Element/with-param
tags:
  - Référence_XSLT
translation_of: Web/XSLT/Element/with-param
original_slug: Web/XSLT/with-param
---
{{ XsltRef() }}

L'élément `<xsl:with-param>` définit la valeur d'un paramètre à passer à un modèle.

### Syntaxe

    <xsl:with-param name=NOM select=EXPRESSION>
    	MODÈLE
    </xsl:with-param>

### Attribut obligatoire

- `name`
  - : Définit un nom pour ce paramètre.

### Attribut optionnel

- `select`
  - : Définit la valeur du paramètre à l'aide d'une expression XPath. Si l'élément contient un modèle, l'attribut est ignoré.

### Type

Sous-instruction, apparaît toujours dans un élément `<xsl:apply-templates>` ou un élément `<xsl:call-template>`.

### Définition

[XSLT 1.0, section 11.6](http://www.w3.org/TR/xslt#section-Passing-Parameters-to-Templates).

### Support Gecko

Supporté.