- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 15 Jan 2007 21:25:04 +0000
- To: public-xml-schema-testsuite@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4228
Summary: Additional Tests: Unresolved reference to attribute
Product: XML Schema Test Suite
Version: 2006-11-06
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Microsoft tests
AssignedTo: ht@inf.ed.ac.uk
ReportedBy: arthurdm@ca.ibm.com
QAContact: public-xml-schema-testsuite@w3.org
Files that apply:
msData/additional/adhocAddC002.xsd
msData/additional/test73722.xsd
msData/additional/test65026.xsd
msData/additional/xsd.xsd
There are imports of the "xml" namespace. If successfully resolved, xml:lang
attribute should be available for reference. The problem is that the spec
didn't specify how a process should behave when <import> only has "namespace"
and not a "schemaLocation". It allows both the behavior exhibited by Xerces (to
ignore the import) and the behavior expected by the test (try to locate the
schema using other knowledge). Because these tests rely on
implementation-dependent features, they should not be included in the test
suite.
Received on Monday, 15 January 2007 21:25:27 UTC