Commit Graph

2 Commits

Author SHA1 Message Date
avsm
325c73ba3d - upgrade to HTML-Parser-3.14
- bump NEED_VERSION
- deactivate experimental unicode support since it doesnt work yet on our
  perl setup (make tests all fail with missing symbols)
2000-12-05 14:05:05 +00:00
avsm
6c45943bf6 import HTML-Parser-3.13 from CPAN
guess what, ok'ed by brad@ !
--

This is a collection of modules that parse and extract information
from HTML documents.  Bug reports and discussions about these modules
can be sent to the <libwww@perl.org> mailing list.  Remember to
also look at the HTML-Tree package that creates and extracts
information from HTML syntax trees.

The modules present in this collection are:

  HTML::Parser - The parser base class.  It receives arbitrary sized
  chunks of the HTML text, recognizes markup elements, and
  separates them from the plain text.  As different kinds of
  markup and text are recognized, the corresponding event
  handlers are invoked.

  HTML::Entities - Provides functions to encode and decode text
  with embedded HTML &gt;entities&gt;.

  HTML::HeadParser - A lightweight HTML::Parser subclass that
  extractsinformation from the <HEAD> section of an HTML document.

  HTML::LinkExtor - An HTML::Parser subclass that extracts links
  from an HTML document.

  HTML::TokeParser - An alternative interface to the basic parser
  that does not require event driven programming.  Most simple
  parsing needs are probably best attacked with this module.
2000-09-29 10:50:53 +00:00