HTML::Tree

Build and scan parse-trees of HTML
Download

HTML::Tree Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jeff Fearn
  • Publisher web site:
  • http://search.cpan.org/~jfearn/

HTML::Tree Tags


HTML::Tree Description

HTML-Tree is a suite of Perl modules for making parse trees out of HTML source. It consists of mainly two modules, whose documentation you should refer to: HTML::TreeBuilder and HTML::Element.HTML::TreeBuilder is the module that builds the parse trees. (It uses HTML::Parser to do the work of breaking the HTML up into tokens.)The tree that TreeBuilder builds for you is made up of objects of the class HTML::Element.SYNOPSIS use HTML::TreeBuilder; my $tree = HTML::TreeBuilder->new(); $tree->parse_file($filename); # Then do something with the tree, using HTML::Element # methods -- for example: $tree->dump # Finally: $tree->delete;Product's homepage


HTML::Tree Related Software