RSS | Module Info | Add a review of HTML-Tree

6 out of 7 found this review helpful:

HTML-Tree (3.1901) *****

This is a really great module for doing HTML processing. I worked with it for a project for a friend, and then as part of WWW::Search, and I found it extremely convenient. It gets the job done quickly.

The documentation is very good. If you find this module useful, you should also look at HTML::TreeBuilder::XPath which extends the power of HTML::TreeBuilder with XPath expressions.

Shlomi Fish - 2006-05-27 01:56:09
Was this review helpful to you?  Yes No

8 out of 8 found this review helpful:

HTML-Tree (3.1901) *****

I used to do my HTML munging in HTML::TokeParser. The TokeParser is a useful module, but it's very different from the kind of tree-traversal that you get used to after writing JavaScript. If you are used to working with HTML via the JavaScript DOM, HTML::Tree will be much more like what you're used to. In fact, you'll start wishing that the DOM was more like HTML::Tree.

The documentation layout is unusual, but the documentation itself is quite good. If you need to muck about with HTML, this is the place to start.

Ricardo SIGNES - 2005-11-20 07:50:31
Was this review helpful to you?  Yes No

1 out of 1 found this review helpful:

HTML-Tree (3.18) *****

Excellent, easy to use module. Gets the job done. More examples would be nice.

DK Duncan - 2004-12-15 16:42:55
Was this review helpful to you?  Yes No

1 out of 1 found this review helpful:

HTML-Tree (3.18) *****

This has been my HTML handling module of the month; I dragged it out on four separate occasions to get something done, and it hasn't let me down. It's by far the easiest way I've found of manipulating HTML documents.

Simon Cozens - 2004-03-22 02:59:20
Was this review helpful to you?  Yes No

2 out of 3 found this review helpful:

HTML-Tree (3.18) *****

It's a very good module...
But, you should have a a very good and fast server, if you want to work with big html's quickly...

Dmitry - 2004-02-12 15:21:52
Was this review helpful to you?  Yes No

0 out of 2 found this review helpful:

HTML-Tree (3.17) *****

Note: if you have trouble with this module, you probably didn't read the docs very well.

Chris Nandor - 2003-08-25 22:07:27
Was this review helpful to you?  Yes No


the camel