Convert an XML document to another format based on XSL or other tools
The purpose of xmlto is to convert an XML file to the desired format using whatever means necessary. This may involve two steps: 1. The application of an appropriate XSL stylesheet using an XSL-T processor. 2. Further processing with other tools. This step may not be necessary.
The purpose of xmlto is to convert an XML file to the desired format using whatever means necessary. This may involve two steps: 1. The application of an appropriate XSL stylesheet using an XSL-T processor. 2. Further processing with other tools. This step may not be necessary.
To install xmlto, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xmlto
To see what files were installed by xmlto, run:
port contents xmlto
To later upgrade xmlto, run:
sudo port selfupdate && sudo port upgrade xmlto
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.