Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

with-param

Referencia de XSLT y XPath: Elementos XSLT, Funciones EXSLT, <ahref=" docs="" es="" funciones"="" xpath="">XPath:Funciones, XPath:Ejes </ahref=">

El elemento <xsl:with-param> establece el valor de un parámetro que se pasará a una plantilla.

Syntax

<xsl:with-param name=NOMBRE select=EXPRESIÓN>
	PLANTILLA
</xsl:with-param>

Atributos requeridos

name
Dá a este parámetro un nombre.

Atributos opcionales

select
Define el valor del parámtero a través de una expresión XPath. Si el elemento contiene una plantilla, se ignorará este atributo.

Tipo

Subinstrucción, siempre aparece dentro de un elemento <xsl:apply-templates> o <xsl:call-template>.

Definido

XSLT 11.6

Soporte en Gecko

Soportado.

Etiquetas y colaboradores del documento

 Colaboradores en esta página: Mgjbot, ErickCastellanos, Cmayo
 Última actualización por: Mgjbot,