2001-05-24 15:32:17 +02:00
|
|
|
This is a collection of modules that formats text from HTML syntax
|
|
|
|
trees. Bug reports and discussions about these modules can be sent
|
|
|
|
to the <libwww@perl.org> mailing list.
|
|
|
|
|
|
|
|
The modules present in this package are:
|
|
|
|
|
|
|
|
HTML::Formatter - Base class for various formatters. Formatters
|
|
|
|
traverse a syntax tree and produce some textual output.
|
|
|
|
None of the current formatters handle tables or forms yet.
|
|
|
|
|
|
|
|
HTML::FormatText - Formatter that converts a syntax tree to plain
|
|
|
|
readable text.
|
|
|
|
|
|
|
|
HTML::FormatPS - Formatter that outputs PostScript code.
|
|
|
|
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/HTML-Format/
|
2001-05-24 15:32:17 +02:00
|
|
|
|
|
|
|
- Pete
|
|
|
|
petef@databits.net
|