berkeley-db-xml

How to put multiple documents into Berkeley-DB XML container?


I have a directory with a bunch of XML documents and want to put all of them into a container. In other words, I need to do something like this:

dbxml> putDocument tests/*.xml

I have written a GUI program to do that but the host server does not have X-windows installed, so must be in command line.


Solution

  • Ended up using a script that lists files and puts everything into the DB.