Tags
Xpath
- xsl:key
19 Apr 2026
Defines a named index for efficiently selecting nodes using the key() function in XSLT 1.0 and later.
- xsl:message
19 Apr 2026
Emits a diagnostic message to the processor's error output; optionally terminates transformation with terminate='yes'.
- xsl:namespace-alias
19 Apr 2026
Maps a namespace prefix used in the stylesheet to a different prefix in the result tree, enabling stylesheets that generate XSLT.
- xsl:number
19 Apr 2026
Formats a number or automatically generates a sequence number based on the node's position in the document.
- zero-or-one()
19 Apr 2026
Asserts that the sequence contains zero or one items; raises a dynamic error if it contains more than one item.
- abs()
18 Apr 2026
Returns the absolute value of a numeric argument, removing any negative sign while preserving the numeric type.
- apply()
18 Apr 2026
Calls a function item with arguments supplied as an array, enabling dynamic dispatch with a variable argument list.
- array:append()
18 Apr 2026
Returns a new array with an additional member appended at the end.
- array:get()
18 Apr 2026
Returns the member of an array at a specified 1-based position.
- array:head()
18 Apr 2026
Returns the first member of an array; raises an error if the array is empty.