Arabica has a full SAX2 implementation. Layered on SAX is a DOM Level 2.0 implementation, together with an XPath engine and partial XSLT implementation. It delivers UTF-8-encoded std::strings or UCS-2 std::wstrings, but can also accommodate custom string types and alternative encodings. It provides uniform SAX2 wrappers for the Expat parser, Xerces, Libxml2 and (on Windows) for the Microsoft XML parser COM component.
Arabica has a full SAX2 implementation. Layered on SAX is a DOM Level 2.0 implementation, together with an XPath engine and partial XSLT implementation. It delivers UTF-8-encoded std::strings or UCS-2 std::wstrings, but can also accommodate custom string types and alternative encodings. It provides uniform SAX2 wrappers for the Expat parser, Xerces, Libxml2 and (on Windows) for the Microsoft XML parser COM component.
To install arabica, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install arabica
To see what files were installed by arabica, run:
port contents arabica
To later upgrade arabica, run:
sudo port selfupdate && sudo port upgrade arabica
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.