How to get document name from Berkeley DBXml

70 Views Asked by At

Is there any command or JAVA API option to get name list of documents available in the container.

1

There are 1 best solutions below

0
On

There is an XQuery command you can run:

for $x in collection("users.dbxml") return dbxml:metadata('dbxml:name', $x)