mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
85b13ac345
No functional changes. Sponsored by: p5 namespace
13 lines
416 B
Plaintext
13 lines
416 B
Plaintext
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/dist/HTML-TreeBuilder-LibXML/
|