# Time-stamp: "2001-01-20 13:33:52 MST" HTML-Tree --------- This is a collection of modules that represent, create, and extract information from HTML syntax trees. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track. Bug reports and discussions about these modules can still be sent to the mailing list, or to . The modules present in this collection are: HTML::Tree -- overview of the modules. HTML::Element - represents the nodes of the HTML syntax trees. The elements have other elements and text segments as children. The HTML::Element class have methods to methods to build, alter, and traverse the structure of the tree. HTML::TreeBuilder - uses HTML::Parser to read HTML document text and build from it a syntax tree made of HTML::Element nodes. HTML::Parse - deprecated. Now just a wrapper around HTML::TreeBuilder HTML::AsSubs - Easy way to build an HTML syntax tree by nesting functions. PREREQUISITES In order to install and use this package you will need Perl version 5.004 or better. You will also need to have an HTML-Parser and HTML-Tagset distributions installed. All of these should be available from CPAN. INSTALLATION Just follow the usual procedure: perl Makefile.PL make make test make install Or see also "perldoc perlmodinstall" COPYRIGHT (c) 1995-1999 Gisle Aas. (c) 1999-2001 Sean M. Burke This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.