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.96 - added set_pk(), get_current_row(), and get_current_col()
	     - deprecated map_col()
	0.95 - added map_head(), constructor now accepts minor table config
	0.90 - HEADER is now HEAD - FOOTER is now FOOT, <colgroup> fixed
	0.85 - Fixed <tbody> bug introduced by tables sans groups
	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.

