Param
Specify a parameter for a Function or Template definition, or pass an argument in a CallTemplate.
Child elements
(none)
Parent elements
CallTemplate, Function, Template
Attributes
name(text, optional)- The name of the parameter.
select(XPath expressions, optional)- The value of the parameter. On a CallTemplate it is the argument passed to the template; on a Template definition it is the default value used when the caller omits the parameter.
Example
See the example at Function and CallTemplate.