Tags
Reference
- xsl:result-document
18 Apr 2026
Writes transformation output to a secondary result document at a specified URI, enabling a single stylesheet to produce multiple output files.
- xsl:sequence
18 Apr 2026
Returns a sequence of items; the XSLT 2.0 equivalent of xsl:value-of for typed values and node sequences.
- xsl:sort
18 Apr 2026
Specifies a sort key for xsl:apply-templates or xsl:for-each, controlling the order in which nodes are processed.
- xsl:stream
18 Apr 2026
Processes a source document in streaming mode without loading it fully into memory, enabling transformation of arbitrarily large XML files.
- xsl:strip-space
18 Apr 2026
Removes whitespace-only text nodes from the specified source elements before the transformation begins processing them.
- xsl:stylesheet
18 Apr 2026
Root element of every XSLT stylesheet, declaring the version, namespace, and top-level declarations for the transformation.
- xsl:template
18 Apr 2026
Defines a template rule that fires when a node matches a pattern, or a named template that can be called explicitly.
- 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.