March 2003
Beginner to intermediate
688 pages
15h 53m
English
In this section we discuss some of the key features of eXist—namely, schema-less data storage, collections, index-based query processing, and XPath extensions for performing full-text searches.
eXist provides schema-less storage of XML documents. Documents are not required to have an associated schema or document type definition. In other words, they are allowed to be well formed only. This has some major benefits: Besides the fact that one usually finds a lot of documents without a valid document type definition, many XML authors typically tend to create the DTD or schema after writing the document to which it applies. In practice, DTDs may also evolve over a longer period of time, so documents ...
Read now
Unlock full access