#!/bin/sh
# XML canonicalization
./xmlstarlet c14n --with-comments ../examples/xml/structure.xml ; echo $?
