--- title: with-param slug: Web/XSLT/with-param tags: - Todas_las_Categorías - XSLT translation_of: Web/XSLT/Element/with-param ---
{{XsltRef}}
El elemento <xsl:with-param>
establece el valor de un parámetro que se pasará a una plantilla.
<xsl:with-param name=NOMBRE select=EXPRESIÓN> PLANTILLA </xsl:with-param>
name
select
Subinstrucción, siempre aparece dentro de un elemento <xsl:apply-templates>
o <xsl:call-template>
.
XSLT 11.6
Soportado.