March 2003
Beginner to intermediate
688 pages
15h 53m
English
Let's take a quick look at some useful extensions eXist adds to standard XPath to enable you to efficiently use the database.
Since a database may contain an unlimited set of documents, two additional functions are required by eXist's query engine to determine the set of documents against which an expression will be evaluated: document() and collection(). document() accepts a single document name, a list of document names, or a wildcard as parameters. The wildcard (*) selects all documents in the database. The collection() function specifies the collection whose documents are to be included into query evaluation. For example:
collection('/db/shakespeare')//SCENE[ SPEECH[ ...Read now
Unlock full access