Tags
Xslt2
- abs()
18 Apr 2026
Returns the absolute value of a numeric argument, removing any negative sign while preserving the numeric type.
- avg()
18 Apr 2026
Returns the arithmetic mean of a sequence of numeric values, or the empty sequence if the input is empty.
- base-uri()
18 Apr 2026
Returns the base URI of a node as an xs:anyURI, combining the document's URI with any xml:base attributes in scope.
- codepoints-to-string()
18 Apr 2026
Constructs a string from a sequence of Unicode codepoint integers, enabling programmatic string assembly from character codes.
- collection()
18 Apr 2026
Returns a sequence of nodes from a named collection, enabling batch processing of multiple XML documents.
- compare()
18 Apr 2026
Compares two strings using a collation and returns -1, 0, or 1 indicating their relative order.
- current-date()
18 Apr 2026
Returns the current date as an xs:date value, stable for the duration of the transformation.
- current-dateTime()
18 Apr 2026
Returns the current date and time as an xs:dateTime value, fixed for the duration of the transformation.
- current-group()
18 Apr 2026
Returns the sequence of items in the current group inside an xsl:for-each-group instruction.
- current-grouping-key()
18 Apr 2026
Returns the grouping key of the current group inside an xsl:for-each-group instruction.