OpenSP is a collection of SGML/XML tools that has forked from James Clark's SP suite. These tools area used to parse, validate and normalize SGML and XML files.
OpenSP is a collection of SGML/XML tools that has forked from James Clark's SP suite. These tools area used to parse, validate and normalize SGML and XML files.
To install opensp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install opensp
To see what files were installed by opensp, run:
port contents opensp
To later upgrade opensp, run:
sudo port selfupdate && sudo port upgrade opensp
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.