Tags
Xslt2
- xsl:analyze-string
18 Apr 2026
Processes a string against a regular expression, separating matching and non-matching substrings for independent handling.
- xsl:character-map
18 Apr 2026
Declares a named mapping of individual characters to output strings, applied during serialization to replace characters in the result.
- 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-group
18 Apr 2026
Groups a sequence of items by a key expression or adjacent values, then iterates over each distinct group.
- xsl:function
18 Apr 2026
Defines a named, callable stylesheet function available in XPath expressions throughout the stylesheet.
- 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.