Tags
Reference
- 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.
- 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.