Refactored the internals so that the XMI parsing is seperate from the
authorMark Addison <grommit@users.sourceforge.net>
Mon, 8 Sep 2003 17:10:07 +0000 (17:10 +0000)
committerMark Addison <grommit@users.sourceforge.net>
Mon, 8 Sep 2003 17:10:07 +0000 (17:10 +0000)
commitf8ec05fa0713483583b6ac959ff312f008107b78
tree36cc984307755fdf38c9220f752787fcbae2cb52
parent026f23b36f1fd44842b62d4a3994c34713cce1b4
Refactored the internals so that the XMI parsing is seperate from the
Schema generation. This should make it easy to work with and extend and
is laying the ground work for making the XMI parser a seperate mod.

The Classes to build are now more directly selected using xpaths.

Added xmiVisible() xpath function.
lib/SQL/Translator/Parser/XML/XMI.pm
t/21xml-xmi-parser.t