gth has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks,

I have some data in various XML files. I would like to have some sort of DBI::XML to open these files. I have searched CPAN, but found nothing like that.

Can someone point me in the right direction for handling XML files as a (lesser/different structured) database?

Thanks and kind regards,

gerard

Replies are listed 'Best First'.
Re: DBI like interface to XML files
by mirod (Canon) on May 22, 2003 at 21:20 UTC
      Hi,

      Thanks DBD::AnyData seems OK for the job. I'll try it out. I was too much fixed at a module with XML in it.

      kind regards,

      gerard