- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 13 Oct 2008 16:13:16 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6157
Summary: [XQTS] Use of location hints in "modules-schema-context"
Product: XML Query Test Suite
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: oliver@cbcl.co.uk
QAContact: public-qt-comments@w3.org
modules-schema-context imports the module context-lib.xq
This file includes the following schema import:
import schema namespace simple="http://www.w3.org/XQueryTest/simple" at
"simple.xsd";
Since the behaviour of location hints is implementation defined, this may well
fail - if an implementation chooses to use the location hint rather than the
namespace to import the schema, and since the base URI is not defined by the
XQTS, this probably won't point to a valid file.
This location hint should be removed to eliminate this problem.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Monday, 13 October 2008 16:13:51 UTC