Install | Use | Source | Download | Changes | License | Contact
This command-line tool "pretty prints" xml by adding newlines and indenting nested elements. The reformatted xml is saved to disk as a new file, leaving the original intact.
The tool requires msxml2 version 3.0 or later. If you aren't sure which version you have, you can try this cool msxml version sniffer.
Unzip xmlpp.exe.zip to a directory on your search path.
No COM server registration is required.
Open a console and enter:
xmlpp <xmlfile>
without the brackets, substituting the name of your xmlfile.
When xmlpp completes its work, the console displays the name of the new file with the reformatted xml.
xmlpp.dsw.zip is a Microsoft Visual C++ 6.0 project, built with ATL and the current Platform SDK.
The project demonstrates MSXML2::ISAXXMLReader and MSXML2::IMXWriter.
October 4, 2001
Enjoy.