Version 8.2.2
 —  X-Query User Guide  —

What is X-Query?

X-Query is based on the W3C's XPath 1.0 specification. XPath provides a data model and expression syntax for addressing parts of XML documents. X-Query adheres to the principles of XPath for efficient usage in the database context, whilst at the same time following the Tamino design principle of adhering to public standards.

XPath is not a query language in itself, but rather a language for addressing parts of an XML document. Since Tamino generally stores data as XML documents, XPath provides a standard mechanism for addressing the contents of XML objects returned from the database. With X-Query you can retrieve XML objects using:

Top of page