This module uses XML::Parser to make XML document trees constructed of XML::Element objects (and XML::Element is a subclass of HTML::Element adapted for XML). XML::TreeBuilder is meant particularly for people who are used to the HTML::TreeBuilder / HTML::Element interface to document trees, and who don't want to learn some other document interface like XML::Twig or XML::DOM.
This module uses XML::Parser to make XML document trees constructed of XML::Element objects (and XML::Element is a subclass of HTML::Element adapted for XML). XML::TreeBuilder is meant particularly for people who are used to the HTML::TreeBuilder / HTML::Element interface to document trees, and who don't want to learn some other document interface like XML::Twig or XML::DOM.
To install p5.30-xml-treebuilder, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-xml-treebuilder
To see what files were installed by p5.30-xml-treebuilder, run:
port contents p5.30-xml-treebuilder
To later upgrade p5.30-xml-treebuilder, run:
sudo port selfupdate && sudo port upgrade p5.30-xml-treebuilder
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.