Shell script handling xml files
#!/bin/sh -ex tidy -quiet -asxml -xml -indent -wrap 1024 --hide-comments 1 $@
#!/bin/sh -ex xmllint --format $@