XML-Parser-EasyTree adds a new built-in style called EasyTree to XML::Parser. Like XML::Parser's Tree style, setting this style causes the parser to build a lightweight tree structure representing the XML document.
XML-Parser-EasyTree adds a new built-in style called EasyTree to XML::Parser. Like XML::Parser's Tree style, setting this style causes the parser to build a lightweight tree structure representing the XML document.
To install p5.32-xml-parser-easytree, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-xml-parser-easytree
To see what files were installed by p5.32-xml-parser-easytree, run:
port contents p5.32-xml-parser-easytree
To later upgrade p5.32-xml-parser-easytree, run:
sudo port selfupdate && sudo port upgrade p5.32-xml-parser-easytree
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.