The xml-coreutils are a collection of Unix/POSIX command line tools for processing XML files. The aim is to make XML processing for shell users exactly as easy as text processing.
The xml-coreutils are a collection of Unix/POSIX command line tools for processing XML files. The aim is to make XML processing for shell users exactly as easy as text processing.
To install xml-coreutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xml-coreutils
To see what files were installed by xml-coreutils, run:
port contents xml-coreutils
To later upgrade xml-coreutils, run:
sudo port selfupdate && sudo port upgrade xml-coreutils
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.