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

Hi! Does anybody know which perl module is the appropriate to use 'Berkeley DB XML' native XML database manager?

If you know, could you please post some code example.

Thanks in advance. Regards, Robert

Replies are listed 'Best First'.
Re: Berkeley DB XML usage in Perl
by marto (Cardinal) on Jan 10, 2006 at 13:14 UTC
    Hi lenrobert

    From looking at this article on xml.com you may want to look at Sleepycat::DbXml. I could not find it on cpan, perhaps it comes as part of the download from sleepycat. Take a look at the article for some example code and have a look around on Google for further resources.

    Hope this helps.

    Martin
      Hi Martin, thank you for your time to look for the answer. Before posting the question I googled a lot about the topic, I read the article you mentioned, but I came to the wrong conclusion, that Sleepycat::DbXml is a hipothetical module, because I could not find it on CPAN either. I doublechecked and found it bundled with Berkeley DB XML in: Berkeley DB XML 2.2.13/dbxml/src/perl/DbXml/

      Thanks again.
      Robert