Difference between revisions of "Querying"

From BaseX Documentation
Jump to navigation Jump to search
Line 8: Line 8:
 
* [[XQuery Errors|Errors]]: errors raised by XQuery expressions
 
* [[XQuery Errors|Errors]]: errors raised by XQuery expressions
 
* [[Serialization]]: serialization parameters supported by BaseX
 
* [[Serialization]]: serialization parameters supported by BaseX
* [[XQuery Modules]]: additional functions provided by BaseX
+
* [[XQuery Modules|Modules]]: additional functions provided by BaseX
 
* [[Packaging]]: embedding of external function modules, based on the [http://expath.org/modules/pkg/ EXPath Packaging System]
 
* [[Packaging]]: embedding of external function modules, based on the [http://expath.org/modules/pkg/ EXPath Packaging System]
  
 
[[Category:XQuery]]
 
[[Category:XQuery]]

Revision as of 20:16, 31 March 2012

Welcome to the Query Portal, which is one of the Main Sections of this documentation. BaseX provides an implementation of the W3 XPath and XQuery languages, which are tightly coupled with the underlying database store. High conformance with the official specifications is one of our main objectives, as the results of the XQuery Test Suite demonstrate. This section contains general information on the query processor and its numerous extensions.

Features