The sum
function returns a number that is the sum of the numeric values of each node in a given node-set.
The sum
function returns a number that is the sum of the numeric values of each node in a given node-set.
sum(node-set)
node-set
The node-set to be evaluated. Each node in this node-set is evaluated as if it were passed to the number() function, and a sum of the resulting numbers is returned.
A number.
(None)
Supported.
© 2005–2022 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/XPath/Functions/sum