#!/bin/sh
# Calculating running sum on XML document
./xmlstarlet sel -t -v "sum(/xml/table/rec/numField)" xml/table.xml
