Tags
Xpath
- array:join()
18 Apr 2026
Concatenates a sequence of arrays into a single array by combining all their members.
- array:put()
18 Apr 2026
Returns a new array with the member at a given position replaced by a new value.
- array:reverse()
18 Apr 2026
Returns a new array with the members in reverse order.
- array:size()
18 Apr 2026
Returns the number of members in an array.
- 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.