HaXml is a collection of utilities for parsing, filtering, transforming, and generating XML documents using Haskell. Its basic facilities include: a parser for XML, a separate error-correcting parser for HTML, an XML validator, and pretty-printers for XML and HTML.
HaXml is a collection of utilities for parsing, filtering, transforming, and generating XML documents using Haskell. Its basic facilities include: a parser for XML, a separate error-correcting parser for HTML, an XML validator, and pretty-printers for XML and HTML.
To install HaXml, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install HaXml
To see what files were installed by HaXml, run:
port contents HaXml
To later upgrade HaXml, run:
sudo port selfupdate && sudo port upgrade HaXml
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.