The dbxmlGetDocument
accessor gets an XML document from a container in Berkeley DBXML.
The get specification is provided as the operator argument and is
an XML fragment.
If successful the response is the XML document otherwise an exception is thrown.
Operator Format
The format for the operator is...
<dbxml>
<name>someDocumentName</name>
<container>someContainerName</container>
</dbxml>
The name tag is required and will be used to identify the document in the container. The container tag specifies
the identity of the container in the BDBXML database in which the document is located.
Reference