C library for parsing, writing, and creating XML files
nXML is a C library for parsing, writing, and creating XML 1.0 and 1.1 files or streams. It supports UTF-8, UTF-16be and UTF-16le, UCS-4 (1234, 4321, 2143, 2312).
nXML is a C library for parsing, writing, and creating XML 1.0 and 1.1 files or streams. It supports UTF-8, UTF-16be and UTF-16le, UCS-4 (1234, 4321, 2143, 2312).
To install libnxml, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libnxml
To see what files were installed by libnxml, run:
port contents libnxml
To later upgrade libnxml, run:
sudo port selfupdate && sudo port upgrade libnxml
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.