openbsd-ports/www/p5-HTML-TableContentParser/pkg/DESCR
kevlo da9ceb05fa Initial import of TableContentParser 0.13.
This module is to parse the content of tables in HTML text.
2004-06-30 08:29:04 +00:00

7 lines
295 B
Plaintext

This module pulls out the contents of a table from a
string containing HTML. Each time a table is encountered,
data will be stored in an array consisting of a hash of
whatever was discovered about the table -- id, name, bor-
der, cellspacing etc, and of course data contained within
the table.