Tags
Xslt2
- 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.
- xsl:matching-substring
18 Apr 2026
Defines the template body applied to each substring that matches the regex inside xsl:analyze-string.
- xsl:namespace
18 Apr 2026
Creates a namespace node on the current element, binding a prefix to a namespace URI dynamically.
- xsl:next-match
18 Apr 2026
Applies the next-priority matching template rule for the current node, passing optional parameters and tunnel parameters.
- xsl:non-matching-substring
18 Apr 2026
Defines the template body applied to each substring that does not match the regex inside xsl:analyze-string.
- xsl:output-character
18 Apr 2026
Specifies a single character-to-string substitution within an xsl:character-map, applied by the serializer when writing output.
- xsl:perform-sort
18 Apr 2026
Sorts a sequence of items and returns the sorted sequence without iterating over it, enabling sorted results as input to other expressions.
- 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.
- year-from-date()
18 Apr 2026
Extracts the year component from an xs:date value as an xs:integer.