Embeddable XML database with XQuery and advanced query support.
Embeddable XML database with XQuery support and other advanced features
dbxmldbxml_load_containerdbxml_dump_container$ dbxml> query 'for $doc in collection() where $doc/root/item/@id="123" return $doc'$ dbxml_load_container -h mydbenv -c mycontainer document.xml$ dbxml$ dbxml_dump_container -h mydbenv -c mycontainer > backup.xml$ dbxml> createIndex '' item fulltext default