Tags
Reference
- 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.