Introduction
HTML Tree is a fast HTML parser that parses an HTML file
into a tree structure like the HTML
DOM (Document Object Model).
Once built, the nodes of the tree
(elements and text from the HTML file)
can be traversed by a user-defined visitor function.
When combined with a Perl language binding
and an Apache mod_perl
module,
HTML Tree can be used to generate web pages having dynamic content.
There's a
comparison to other HTML parsers and modules
as well as a description of the accompanying
Apache::HTML::ClassParser
mod_perl Apache module for generation of dynamic content.
|