- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 02 Jan 2007 18:33:33 +0000
- To: public-xml-schema-testsuite@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4137
Summary: Microsoft "schema" test set, schZ012_a
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: mike@saxonica.com
QAContact: public-xml-schema-testsuite@w3.org
In the Microsoft "schema" test set, test
<test group="schZ012_a" name="schZ012_a"/>
the schema document includes itself, but using a different URI that refers to
the same resource (a case variant of itself). For a start, this relies on a
platform where case in filenames is not significant. Secondly, it requires
special treatment of URIs that's outside the scope of the spec. If the
equivalence of schZ012_a and schZ012_A is not recognized by the processor, it
will load two copies of the schema document, and report failures due to the
existence of two element declarations with the same name.
Received on Tuesday, 2 January 2007 18:33:48 UTC