Easy Tutorial
❮ El Attribute El Element ❯

XSLT <xsl:param> Element



Definition and Usage

The <xsl:param> element is used to declare local or global parameters.

Note: If declared as a top-level element, it is a global parameter. If declared within a template, it is a local parameter.


Syntax

Attributes

Attribute Value Description
name name Required. Specifies the name of the parameter.
select expression Optional. Specifies an XPath expression that is the default value of the parameter.

Example 1


❮ El Attribute El Element ❯