--- title: with-param slug: Web/XSLT/with-param tags: - Référence_XSLT translation_of: Web/XSLT/Element/with-param ---
{{ XsltRef() }}
L'élément <xsl:with-param>
définit la valeur d'un paramètre à passer à un modèle.
<xsl:with-param name=NOM select=EXPRESSION> MODÈLE </xsl:with-param>
name
select
Sous-instruction, apparaît toujours dans un élément <xsl:apply-templates>
ou un élément <xsl:call-template>
.
Supporté.
Interwiki Languages Links
{{ languages( { "en": "en/XSLT/with-param", "es": "es/XSLT/with-param", "pl": "pl/XSLT/with-param" } ) }}