ON THIS PAGE
xsl:with-param
Syntax
<xsl:with-param name="qualified-name" select="expression"> ... </xsl:with-param>
Description
Specify a parameter to pass into a template. This
element can be used when applying templates with the <xsl:apply-templates>
instruction or when calling
templates with the <xsl:call-template>
instruction.
Attributes
name | Specifies the name of the parameter. |
select | (Optional) XPath expression specifying the value of the parameter.
The value of the parameter is determined either by the |