XML Databases
XML Database :
There are two major classes of XML database.* XML-enabled. These simply map all XML to a traditional database (e.g. relational).* Native XML. The internal model of such databases is based on XML and the fundamental unit of storage is an XML document.Note: 'XML-enabled' implies that the database does the conversion itself as opposed to middleware.
From: en.wikipedia.org/wiki/XML_database
BaseX
BaseX is a native XML database.
It features compact storage structures, efficient XPath and XQuery implementations and a visual frontend, facilitating visual access to the stored data. BaseX is written in Java and freely available for download. It is developed by the Database and Information Systems Group at the University of Konstanz.
Release 4.0 of BaseX offers many new features such as...
Support of XQuery 1.0, reaching 99.3% of the W3C XQuery Test Suite
Partial support of XQuery Full-Text, based on the W3C Working Draft
Several Indexes, including a full-text index
(currently only applied by the XPath 1.0 implementation)
GUI interactions for XML Updates
A Query Panel for entering XPath and XQuery
A Table View for a flat view of regular XML documents
A Help View for interactive feedback on the GUI features
A revised command syntax (try 'help' in the console or the GUI command mode)
visit
BaseX
BaseX was visited : 82 times
Loading .....