XML/Ada is a set of modules that provide a simple manipulation of XML streams. It supports the whole XML 1.1 specifications, and can parse any file that follows this standard (including the contents of the DTD, although no validation of the document is done based on those).
XML/Ada is a set of modules that provide a simple manipulation of XML streams. It supports the whole XML 1.1 specifications, and can parse any file that follows this standard (including the contents of the DTD, although no validation of the document is done based on those).
To install gnat-xmlada, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gnat-xmlada
To see what files were installed by gnat-xmlada, run:
port contents gnat-xmlada
To later upgrade gnat-xmlada, run:
sudo port selfupdate && sudo port upgrade gnat-xmlada
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.