Overview
Returns sum of child elements on current node or specified xpath.number myXml.Sum()
number myXml.Sum(xpath: string)
Arguments
string xpath
XPath to evaluate. If not specified current node childs are selected.
Example
Evaluate with an xpath
var totalAmount = $Xml.Sum('//Customer//Order/Total');