Split out XMI parsing to SQL::Translator::XMI::Parser. All the XPath is
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / XML / XMI.pm
2003-09-16 Mark Addison Split out XMI parsing to SQL::Translator::XMI::Parser...
2003-09-09 Mark Addison Added parsing of operations from the XMI. Do we have...
2003-09-09 Mark Addison More refactoring and code tidy. We now have get_attribu...
2003-09-08 Mark Addison Refactored the internals so that the XMI parsing is...
2003-09-08 Mark Addison + Added visability arg.
2003-09-04 Mark Addison Initial version of XMI parser.