=head1 NAME XML::DB - emulate a native xml database using DBI =head1 SYNOPSIS =head1 DESCRIPTION Ehrm... ;) =head1 FUNCTIONS =head1 SEE ALSO =head1 AUTHOR This perl extension was written by Marc Lehmann =head1 BUGS =cut package XML::DB; #require Exporter; require DynaLoader; $VERSION = 0.01; @ISA = qw/DynaLoader/; bootstrap DB $VERSION; 1;