#!/bin/sh
# Format XML document disabling indent
cat xml/tab-obj.xml | ./xmlstarlet fo --noindent 
