a0db6a4d5a
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>
12 lines
422 B
Text
12 lines
422 B
Text
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.
|
|
|
|
Author: MATSUNO Tokuhiro <tokuhirom+cpan@gmail.com>
|
|
WWW: http://search.cpan.org/~tokuhirom/HTML-TreeBuilder-LibXML/
|