HTML::TreeBuilder::XPath compatible interface with libxml Maintained by:markun@onohara.to Port Added: 06 May 2009 14:40:51 Also Listed In:perl5 License: ART10 GPLv1
HTML::TreeBuilder is bit slow for some use case.
and, XML::LibXML is very fast! I want to use it.
But, some libraries uses HTML::TreeBuilder.
HTML::TreeBuilder::LibXML is drop-in-replacement
for HTML::TreeBuilder::XPath.
Currently, this module implements good enough methods
for work with Web::Scraper.
WWW: http://search.cpan.org/dist/HTML-TreeBuilder-LibXML/
HTML::TreeBuilder::LibXML is drop-in-replacement
for HTML::TreeBuilder::XPath.
Currently, this module implements good enough methods
for work with Web::Scraper.
PR: ports/133780
Submitted by: TERAMOTO Masahiro <markun@onohara.to>