GeekArticles
XML
Core XML
XML
Core XMLBerkeley DB XML: An Embedded XML Database
by Paul Ford May 07, 2003 Berkeley DB XML is an open source, embedded XML database created by Sleepycat Software . It's built on top of Berkeley DB , a "key-value" database which provides record storage and transaction management. Unlike relational databases, which store data in relational tables, Berkeley DB XML is designed to store arbitrary trees of XML data. These can then be matched and retrieved, either as complete documents or as fragments, via the XML query language XPath ....n
Sponsored Links
Read Next: Evaluating XML Editors
Related Topics
