NAME

Gestinanna::Schema::XSLT - Schema for simple documents

SYNOPSIS

use Gestinanna::Schema::XSLT;

$tables = Gestinanna::Schema::XSLT -> init_schema(
   schema => $schema
);

Gestinanna::Schema::XSLT -> init_relations(
   schema => $schema,
   tables => $tables,
);

DESCRIPTION

AUTHOR

James G. Smith, <jsmith@cpan.org>

COPYRIGHT

Copyright (C) 2002 Texas A&M University. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.