Xmlm is an OCaml module providing streaming XML input/output. It aims at making XML processing robust and painless. The streaming interface can process documents without building an in-memory representation. It lets the programmer translate its data structures to XML documents and vice-versa. Functions are provided to easily transform arborescent data structures to/from XML documents.
Xmlm is an OCaml module providing streaming XML input/output. It aims at making XML processing robust and painless. The streaming interface can process documents without building an in-memory representation. It lets the programmer translate its data structures to XML documents and vice-versa. Functions are provided to easily transform arborescent data structures to/from XML documents.
To install ocaml-xmlm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-xmlm
To see what files were installed by ocaml-xmlm, run:
port contents ocaml-xmlm
To later upgrade ocaml-xmlm, run:
sudo port selfupdate && sudo port upgrade ocaml-xmlm
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.