NAME
    DBIx::XHTML_Table - Create XHTML tables from SQL queries

INSTALL
    Installation as usual:

        perl Makefile.PL
        make
        make test
        make install

DESCRIPTION
    See perldoc DBIx::XHTML_Table

HISTORY
	0.84 - Refactored the whole <tbody>, calc totals process
	0.83 - Mark Mill's patch: added </tbody> and lower cased tags
	0.82 - Fixed version number
	0.81 - Fixed package name error, broke version number
	0.80 - Initial release, broke package name convention

AUTHOR
    Jeffrey Hayes Anderson <captvanhalen@yahoo.com>

COPYRIGHT
    Copyright (c) 2001 Jeffrey Hayes Anderson. All rights
    reserved.  DBIx::XHTML_Table is free software; it may be
    copied, modified, and/or redistributed under the same
    terms as Perl itself.

