Complete XSLT Element Reference
The <xsl:variable> element is used to declare a local or global variable.
Note: The variable is global if it's declared as a top-level element, and local if it's declared within a template.
Note: Once you have set a variable's value, you cannot change or modify that value!
Tip: You can add a value to a variable by the content of the <xsl:variable> element OR by the select attribute!
| Attribute | Value | Description |
|---|---|---|
| name | name | Required. Specifies the name of the variable |
| select | expression | Optional. Defines the value of the variable |
If the select attribute is present, the <xsl:variable> element cannot contain any content. If the select attribute contains a literal string, the string must be within quotes. The following two examples assign the value "red" to the variable "color":
If the <xsl:variable> element only contains a name attribute, and there is no content, then the value of the variable is an empty string:
The following example adds a value to the variable "header" by the content of the <xsl:variable> element:
Complete XSLT Element Reference
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.