Path: usenet.cise.ufl.edu!newsfeeds.nerdc.ufl.edu!zombie.ncsc.mil!alnews.ncsc.mil!den-news-02.qwest.net!uucp-1.csn.net!den-news-01.qwest.net!qwest!news-peer.gip.net!news.gsl.net!gip.net!newsfeed.cwix.com!cyclone-east.rr.com!news.rr.com!news-east.rr.com!portc05.blue.aol.com!gw12.bcandid.com.MISMATCH!gw22.nn.bcandid.com!hub12.nn.bcandid.com!tw11.nn.bcandid.com.POSTED!not-for-mail
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Approved: [email protected] (comp.lang.perl.announce)
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
From: Matt Sisk <[email protected]>
Subject: ANNOUNCE: HTML::ElementTable 1.02
Organization: The Toadstool
Lines: 82
Message-ID: <3%[email protected]>
NNTP-Posting-Host: 209.102.105.64
X-Trace: tw11.nn.bcandid.com 949853247 209.102.105.64 (Sun, 06 Feb 2000 09:07:27 MST)
NNTP-Posting-Date: Sun, 06 Feb 2000 09:07:27 MST
Date: Sun, 06 Feb 2000 16:07:27 GMT
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:422 comp.lang.perl.modules:16050

There is a new version of HTML::ElementTable (1.02), included in the
HTML-Element-Extended bundle (version 1.06).  There were a number of
enhancments, but primarily there were fixes put into place in response
to the new HTML::Element 1.45 module.

The README is included below.

Have fun,
Matt Sisk

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
<[email protected]>

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.