
SQL::Translator::Parser::XML::Xmldoom - parser for Xmldoom and compitable Propel and Torque documents

use SQL::Translator;
use SQL::Translator::Parser::XML::Xmldoom;
my $translator = SQL::Translator->new;
$translator->parser('SQL::Translator::Parser::XML::Xmldoom');

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.

David R Snopek <dsnopek@gmail.com>

SQL::Translator, Xmldoom