xmlformat is a configurable formatter (or "pretty-printer") for XML documents. xmlformat gives the user control over indentation, line-breaking, and text wrapping. These properties can be defined on a per-element basis.
What's New in This Release:
· Each token is now assigned an input line number, which is displayed in error messages.
· This provides better information to the user about the location of problems in input files.
· The token stack is now printed when an error occurs.
· This provides some idea of the context of the element that is malformed or has malformed content.
Product's homepage