htree provides a tree data structre which represent HTML and XML data.
htree provides a tree data structre which represent HTML and XML data. * Permissive unified HTML/XML parser * byte-to-byte roundtripping unparser * XML namespace support * Dedicated class for escaped string. This ease sanitization. * HTML/XHTML/XML generator * template engine * recursive template expansion * converter to REXML document
htree provides a tree data structre which represent HTML and XML data. * Permissive unified HTML/XML parser * byte-to-byte roundtripping unparser * XML namespace support * Dedicated class for escaped string. This ease sanitization. * HTML/XHTML/XML generator * template engine * recursive template expansion * converter to REXML document
To install rb-htree, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-htree
To see what files were installed by rb-htree, run:
port contents rb-htree
To later upgrade rb-htree, run:
sudo port selfupdate && sudo port upgrade rb-htree
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.