Novell Home

openSUSE 11.0

Package Descriptions

perl-HTML-SimpleParse
a bare-bones HTML parser

This is the HTML::SimpleParse module. It is a bare-bones HTML parser,
similar to HTML::Parser, but with a couple important distinctions:
First, HTML::Parser knows which tags can contain other tags, which
start tags have corresponding end tags, which tags can exist only in
the

portion of the document, and so forth. HTML::SimpleParse
does not know any of these things. It 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 distiguish between different _types_ of tags, such
as comments, starting tags like , ending tags like , 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.

Except for packages subject to a commercial license, the license identified below is the license designated by the open source project.


Version: 0.12
Release: 230.1
Medium: DVD1
Path: /suse/i586/perl-HTML-SimpleParse-0.12-230.1.i586.rpm
Group: Development/Libraries/Perl
License: Artistic License
Size: 24 KB
Homepage: http://search.cpan.org/perldoc?HTML::SimpleParse

File list

drwxr-xr-x    2 root    root                0 Jun  6 22:31 /usr/lib/perl5/vendor_perl/5.10.0/HTML
-r--r--r--    1 root    root            12682 Jul  9  2003 /usr/lib/perl5/vendor_perl/5.10.0/HTML/SimpleParse.pm
drwxr-xr-x    2 root    root                0 Jun  6 22:31 /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/auto/HTML
drwxr-xr-x    2 root    root                0 Jun  6 22:31 /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/auto/HTML/SimpleParse
-rw-r--r--    1 root    root               96 Jun  6 22:31 /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/auto/HTML/SimpleParse/.packlist
drwxr-xr-x    2 root    root                0 Jun  6 22:31 /usr/share/doc/packages/perl-HTML-SimpleParse
-rw-r--r--    1 root    root             4022 Jul  9  2003 /usr/share/doc/packages/perl-HTML-SimpleParse/Changes
-rw-r--r--    1 root    root             1487 Jan 29  2000 /usr/share/doc/packages/perl-HTML-SimpleParse/README
-r--r--r--    1 root    root             5582 Jun  6 22:31 /usr/share/man/man3/HTML::SimpleParse.3pm.gz
-rw-r--r--    1 root    root              245 Jun  6 22:31 /var/adm/perl-modules/perl-HTML-SimpleParse

Back to
Packages sorted by name
Packages sorted by group

© 2012 Novell