#!/bin/sh
# Applying XSLT stylesheet to XML document
./xmlstarlet tr xsl/sum1.xsl xml/table.xml
