pkgsrc/www/p5-HTML-SimpleParse/distinfo
jlam d6e0950c71 www/p5-HTML-Parser:
This module is a bare-bones HTML parser.  It is similar in concept to
HTML::Parser, but it differs in a couple of important ways.

First, HTML::SimpleParse just finds tags and text in the HTML you give it;
it does not care about the specific content of these tags (though it does
distinguish between different _types_ of tags, such as comments, starting
tags like <b>, ending tags like </b>, and so on).

Second, HTML::SimpleParse does not create a hierarchical tree of HTML
content, but rather a simple linear list.  It does not pay any attention to
balancing start tags with corresponding end tags, or which pairs of tags
are inside other pairs of tags.

Because of these characteristics, you can make a very effective HTML filter
by sub-classing HTML::SimpleParse.
2001-10-01 01:58:26 +00:00

4 lines
188 B
Text

$NetBSD: distinfo,v 1.1.1.1 2001/10/01 01:58:26 jlam Exp $
SHA1 (HTML-SimpleParse-0.10.tar.gz) = 2b12b7a45b8bd01f952ca78e08b2364cb986b681
Size (HTML-SimpleParse-0.10.tar.gz) = 8162 bytes