dbxml

Embeddable XML database with XQuery support and advanced features

brewmacoslinux
Try with needOr install directly
Source

About

Embeddable XML database with XQuery support and other advanced features

Commands

dbxml

Examples

Create a new XML container and add a document$ dbxml> createContainer mycontainer.dbxml dbxml> putDocument myfile.xml
Query documents using XQuery syntax$ dbxml> query 'collection("mycontainer.dbxml")/root/element'
List all containers in current directory$ dbxml> listContainers