Version 8.2.2
 —  Advanced Concepts  —

Namespace Support

Tamino supports XML Namespaces as defined in the W3C Recommendation Namespaces in XML (http://www.w3.org/TR/REC-xml-names/). Tamino schemas may define a target namespace, may import sub-schemas from other namespaces, and may contain wildcards with content from foreign namespaces. In section Introduction to XML Schema::Namespaces and wildcards we discuss how namespaces are used with XML Schema; the support in Tamino does not differ from this.


Qualified Queries

The question, however, is: How do we qualify element and attribute names within queries? How do we set up namespace bindings in a query (or in an update or insert operation)? The answer depends on the query language used:

Top of page