My application transfers XMLs to Berkeley XML DB with names autogeneration. When I have for example 1000 documents in DB, how can I get name list of documents?
I can only count them by using:
query 'collection("myDB.dbxml")'
after 'print' console lists me a full content of XMLs.