[Bug 3534] Missing schema imports in LocalNameFromQNameFuncXXX and NamespaceURIFromQNameFuncXXX

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





------- Comment #8 from amassari@progress.com  2006-07-28 09:36 -------
David,
I am not in the XQTS team, so I don't know what you decided when you wrote
these queries; but, as it stands now, this query cannot run successfully
without an arbitrary modification.
To recap the possible choices:

1) atomic.xml gets an xsi:namespaceLocation="http://www.w3.org/XQueryTest
atomic.xsd" attribute
2) the query gets an "import schema" statement
3) the guidelines gets a comment about "whenever a namespace is defined in a
query, the corresponding schema need to be loaded" (but currently is say the
opposite: in the "Customizing Namespaces" it says that implementors are allowed
to take an "import schema" and replace it with a "declare namespace")

Now, the test is placed under the Optional group of test, under a group named
"SchemaImport". This makes me think that the query should be fixed according to
option #2 (i.e. add an "import schema" statement), otherwise they should be in
the "MinimalConformance" group, isn't it? So why are you trying to make this
query run without schema import?

Alberto

Received on Friday, 28 July 2006 09:37:03 UTC