#!/bin/sh tmpfile=/tmp/xmlindent.$$.xsl cat > $tmpfile < ! xsltproc $tmpfile "$@" x=$? rm -f $tmpfile exit $x