Tags
Reference
- array:subarray()
18 Apr 2026
Returns a contiguous sub-array starting at a given position, with optional length.
- array:tail()
18 Apr 2026
Returns a new array containing all members except the first; raises an error if the array is empty.
- 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.
- boolean()
18 Apr 2026
Converts any XPath value โ node-set, string, number, or boolean โ to a boolean according to XPath 1.0 rules.
- ceiling()
18 Apr 2026
Returns the smallest integer not less than the argument โ equivalent to rounding a number up toward positive infinity.
- 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.