Tags
Reference
- xsl:copy-of
18 Apr 2026
Performs a deep copy of a node-set or value into the result tree, preserving all descendants, attributes, and namespaces.
- xsl:element
18 Apr 2026
Creates an element node in the result tree with a name computed at runtime from an XPath expression.
- xsl:fallback
18 Apr 2026
Provides fallback content to execute when an enclosing extension element or unrecognised instruction is not supported by the processor.
- xsl:for-each
18 Apr 2026
Iterates over a node-set or sequence, applying the contained template body to each item in document order.
- xsl:for-each-group
18 Apr 2026
Groups a sequence of items by a key expression or adjacent values, then iterates over each distinct group.
- xsl:fork
18 Apr 2026
Processes a streamed sequence in multiple independent branches simultaneously, enabling multiple aggregations in a single pass over a large document.
- xsl:function
18 Apr 2026
Defines a named, callable stylesheet function available in XPath expressions throughout the stylesheet.
- xsl:if
18 Apr 2026
Conditionally outputs content when a boolean XPath expression evaluates to true; has no else branch.
- xsl:import
18 Apr 2026
Imports another stylesheet at a lower import precedence, allowing the importing stylesheet to override any of its declarations.
- xsl:import-schema
18 Apr 2026
Imports an XML Schema to enable schema-aware processing, typed variable declarations, and validation of input and output documents.