Tags
Reference
- xsl:text
18 Apr 2026
Outputs literal text exactly as written, preserving all whitespace and optionally bypassing XML character escaping.
- xsl:transform
18 Apr 2026
Synonym for xsl:stylesheet — the root element of an XSLT stylesheet, interchangeable in every respect.
- xsl:try
18 Apr 2026
Evaluates an XPath expression or sequence constructor and catches any dynamic errors, enabling graceful error handling in XSLT 3.0.
- xsl:value-of
18 Apr 2026
Outputs the string value of an XPath expression as a text node in the result tree.
- xsl:variable
18 Apr 2026
Binds a name to a value or node-set for the duration of the enclosing scope; XSLT variables are immutable once set.
- xsl:when
18 Apr 2026
Condition branch inside xsl:choose; its content is output when test evaluates to true and no earlier sibling matched.
- xsl:where-populated
18 Apr 2026
Suppresses the entire wrapper element, including its start and end tags, when its content sequence constructor produces no nodes.
- xsl:with-param
18 Apr 2026
Supplies a parameter value to a called or applied template, overriding that template's declared default.
- year-from-date()
18 Apr 2026
Extracts the year component from an xs:date value as an xs:integer.