Ruby extension allowing use of James Clark's XML Parser (expat).
This is a module to access to James Clark's XML Parser Toolkit expat (http://www.jclark.com/xml/expat.html) from Ruby. Supported versions of expat are 1.95.0 or later (http://sourceforge.net/projects/expat/).
This is a module to access to James Clark's XML Parser Toolkit expat (http://www.jclark.com/xml/expat.html) from Ruby. Supported versions of expat are 1.95.0 or later (http://sourceforge.net/projects/expat/).
To install rb-xmlparser, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-xmlparser
To see what files were installed by rb-xmlparser, run:
port contents rb-xmlparser
To later upgrade rb-xmlparser, run:
sudo port selfupdate && sudo port upgrade rb-xmlparser
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.