Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags).
Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags).
To install expat, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install expat
To see what files were installed by expat, run:
port contents expat
To later upgrade expat, run:
sudo port selfupdate && sudo port upgrade expat
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.