Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.


The sum function returns a number that is the sum of the numeric values of each node in a given node-set.

Syntax

sum( node-set )

Arguments

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.

Returns

A number.

Notes

(None)

Defined

XPath 1.0 4.3

Gecko support

Supported.

Document Tags and Contributors

 Contributors to this page: Sheppy, Mgjbot, Shoot, Gopireddy, Ptak82, Jonnyq
 Last updated by: Sheppy,