The dbxmlBooleanQuery
accessor performs an XQuery on the Berkeley DBXML database - if the result set contains
any values it returns true. If the result set is empty it returns false.
The response is a BooleanAspect
.
Operator Format
The format for the operator is...
<dbxml>
<container>someContainerName</container>
<xquery>
...Must be a CDATA Section containing XQuery...
</xquery>
</dbxml>
The container tag specifies the identity of the container in the BDBXML database to query.
For details of the XQuery syntax see the references below.
Reference