A SAX-based script for pretty-printing XML 1.0 documents.
indenter: XML indentation tool
indenter.py file-to-indent [options]
options:
-a new line for each attribute (default is keep inline)
-c[char] specifies indent character (default is space; tab is '\t')
-i[digit] specifies indent increment (default is 2)
-p processing instructions on new line (default is keep inline)