HTML-Element-Extended
---------------------
HTML-Element-Extended is a package of several enhanced
HTML::Element classes, most of which arose during the effort
to implement an HTML::Element based table class.
The modules are:
HTML::ElementTable
HTML::ElementSuper
HTML::ElementGlob
HTML::ElementRaw
The resulting functionality enables:
tables
element globs
element coordinates
content replacement
content wrapping
element cloning
raw HTML string adoption
INSTALLATION
You install HTML-Element-Extended, as you would install any perl library,
by running these commands:
perl Makefile.PL
make
make test
make install
DOCUMENTATION
POD style documentation is included with each module. This is normally
converted to a manual page and installed as part of the "make install"
process. You should also be able to use the 'perldoc' utility to
extract and read documentation from the module file directly. See
Changes for recent changes.
There should also be some examples on the web page mentioned below.
SUPPORT
There is a mailing list for the modules contained in
HTML-Element-Extended. To subscribe or view past messages, please
visit the following URL:
http://lists.sourceforge.net/mailman/listinfo/elementextended-general
Questions and comments may also be directed to Matt Sisk
AVAILABILITY
The library is available from CPAN:
http://www.cpan.org/authors/id/M/MS/MSISK/
The latest version is also available at:
http://www.mojotoad.com/sisk/projects/HTML-Element-Extended/
COPYRIGHT
Copyright (c) 1999-2000 Matthew P. Sisk. All rights reserved.
All wrongs revenged. This program is free software; you can
redistribute it and/or modify it under the same terms as
Perl itself.