#
# Convert ESIS of Pyxie to canonical XML.
#


case $# in
0)
ARGS="SystemId=-"
;;
1)
ARGS="SystemId=$1"
;;
*)
ARGS="SystemId=$1 OutFile=$2"
;;
esac


perl canon.pl $ARGS SkipBadTags=0 AttrBeforeElement=0 CompactAttrString=1 $3 $4 $5 $6 $7 $8 $9


