xmlformat is a configurable formatter (or pretty-printer) for XML documents. It provides control over indentation, line-breaking, and text wrapping. These properties can be defined on a per-element basis. There is a perl and a ruby variant of this program available.
xmlformat is a configurable formatter (or pretty-printer) for XML documents. It provides control over indentation, line-breaking, and text wrapping. These properties can be defined on a per-element basis. There is a perl and a ruby variant of this program available.
To install xmlformat, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xmlformat
To see what files were installed by xmlformat, run:
port contents xmlformat
To later upgrade xmlformat, run:
sudo port selfupdate && sudo port upgrade xmlformat
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.