Tags
Xpath
- 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.
- concat()
18 Apr 2026
Concatenates two or more strings into a single string, accepting any number of arguments.
- contains()
18 Apr 2026
Returns true if the first string contains the second string as a substring, otherwise returns false.
- count()
18 Apr 2026
Returns the number of nodes in a node-set or items in a sequence as an integer.
- 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.