docs.rodeo

MDN Web Docs mirror

The <xsl:with-param> element sets the value of a parameter to be passed into a template.

Syntax

<xsl:with-param name=NAME select=EXPRESSION>
  TEMPLATE
</xsl:with-param>

Required Attributes

Optional Attributes

Type

Subinstruction, always appears within an <xsl:apply-templates> or an <xsl:call-template> element.

Specifications

XSLT 11.6

Gecko support

Supported.

In this article

View on MDN