in reply to mapping between XML & DB Schemas

At this point, it looks like the best solution to use XSD with Perl is XML::Compile, have a look at it.

Replies are listed 'Best First'.
Re^2: mapping between XML & DB Schemas
by zuqif (Hermit) on Jun 17, 2008 at 10:16 UTC
    Excellent - a perfect starter in the right direction - I can build my mapping data on top of the parsed schema structure.

    Am beginning to fear that encapsulating the necessary XSD->SQL mapping data & handlers required is more effort than can be justified here .. better do some proof-of-concept for $phb!

    cheers for the pointer ;)

    the 'qif;