[Bug 3534] Missing schema imports in LocalNameFromQNameFuncXXX and NamespaceURIFromQNameFuncXXX

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3534





------- Comment #6 from amassari@progress.com  2006-07-28 09:02 -------
I agree that the query doesn't use user-defined types; but the input document
doesn't refer to a schema, and the XQTS instruction doesn't say that an input
XML should be schema validated only because there is a schema available for the
namespace that the query or the XML happen to use.
And, even in that case, I guess that schema validating every input XML will
break all those queries that expect untyped data.
So, in my opinion, the easiest way to have PSVI-validated data starting from an
XML that doesn't point to a schema is by loading the schema from within the
query.

Received on Friday, 28 July 2006 09:02:44 UTC