XML pretty printer.
Download the zip file including the
standalone executable and the full source code: ppxml.zip
See online demo at demo.aspx.
See also online
source.
The command line executable version has the following options:
ppxml [options] [input] [output]
-i:num Specifies indent level (default 4). -c:num Specifies space char (32= space,9=tab), (default=32). -e:encoding Specifies the encoding to use for output (default UTF8). -a Causes attributes to be formatted each on their own line. This makes attribute heavy XML more readable. input Input file or URL, default is stdin. output Output file (cannot be same as input), default is stdout
Please email bugs, feedback and/or feature requests to Chris Lovett.
Version | Date | Description |
---|---|---|
1.1 | March 19th 2003 | Added -a option |
1.0 | March 17th 2003 | Initial version |