HTML, XML, SAX, & Reader parser with XPath/CSS3 selector searching
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's many features is the ability to search documents via XPath or CSS3 selectors. XML is like violence - if it doesn’t solve your problems, you are not using enough of it.
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's many features is the ability to search documents via XPath or CSS3 selectors. XML is like violence - if it doesn’t solve your problems, you are not using enough of it.
To install rb19-nokogiri, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-nokogiri
To see what files were installed by rb19-nokogiri, run:
port contents rb19-nokogiri
To later upgrade rb19-nokogiri, run:
sudo port selfupdate && sudo port upgrade rb19-nokogiri
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.