A Library for Generating Text, XML, JSON, and HTML Output
The libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced.
The libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced.
To install libxo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libxo
To see what files were installed by libxo, run:
port contents libxo
To later upgrade libxo, run:
sudo port selfupdate && sudo port upgrade libxo
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.