Skip to content

AndrewSales/indenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

indenter

A SAX-based script for pretty-printing XML 1.0 documents.

Usage

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)

About

A SAX-based script for pretty-printing XML documents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages