Legal Notice
This documentation is distributed under the terms of the Sleepycat public license. You may review the terms of this license at: http://www.sleepycat.com/download/oslicense.html
Sleepycat Software, Berkeley DB, Berkeley DB XML and the Sleepycat logo are trademarks or service marks of Sleepycat Software, Inc. All rights to these marks are reserved. No third-party use is permitted without the express prior written consent of Sleepycat Software, Inc.
Java™ and all Java-based marks are a trademark or registered trademark of Sun Microsystems, Inc, in the United States and other countries.
To obtain a copy of this document's original source code, please write to <support@sleepycat.com>.
10/21/2005
Table of Contents
Sleepycat Software's Berkeley DB XML (BDB XML) is an embedded database specifically designed for the storage and retrieval of XML-formatted documents. Built on the award-winning Berkeley DB, BDB XML supports efficient queries against millions of XML documents using XQuery 1.0. XQuery is a query language designed for the examination and retrieval of portions of XML documents.
This document introduces BDB XML and provides a walk through of some of its features using the BDB XML command line shell. It is a high-level overview of the system that provides a basic understanding of what the system does and how it might be useful to your project. This document is not a detailed tutorial or reference guide, so we will omit technical detail, emphasizing what things can be done with BDB XML To get the most out of this document you should be familiar with the basics of XML and XQuery. This guide is written so that you can follow along using the BDB XML shell to run the examples and become familiar BDB XML's capabilities.