RE: XQuery as a multidatabase language

> 
> My current conclusion is that XQuery can access several 
> XML-documents, but 
> does that it does not offers any means to resolve differences such as 
> differences such as homonyms and synonyms in the mark-up.
> 

There's a lot that is allowed to happen outside the conformance boundary of
an XQuery language system: in that sense there are things that XQuery
doesn't provide but doesn't prevent either. For example, XQuery requires all
the documents in the same namespace to use the same schema, but there is
nothing to stop you aliasing the namespaces, or for that matter the local
names, at the time you build the data model.

Michael Kay

Received on Friday, 12 September 2003 07:11:04 UTC