NAME
SQL::Translator::Parser::XML::Xmldoom - parser for Xmldoom and compitable Propel and Torque documents
SYNOPSIS
use SQL::Translator;
use SQL::Translator::Parser::XML::Xmldoom;
my $translator = SQL::Translator->new;
$translator->parser('SQL::Translator::Parser::XML::Xmldoom');
DESCRIPTION
This can read anything from the Xmldoom format and enough of Propel and Torque to generate good SQL CREATE script using any of the standard Producers.
AUTHOR
David R Snopek <dsnopek@gmail.com>
SEE ALSO
SQL::Translator, Xmldoom