dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.
dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.
To install dom4j, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dom4j
To see what files were installed by dom4j, run:
port contents dom4j
To later upgrade dom4j, run:
sudo port selfupdate && sudo port upgrade dom4j
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.