This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 186 - Initial XPath submission not schema valid
Summary: Initial XPath submission not schema valid
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Bob Clary
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-17 00:14 UTC by Curt Arnold
Modified: 2003-04-17 04:33 UTC (History)
0 users

See Also:


Attachments
cvs diff for tests\level3\xoath (2.12 KB, patch)
2003-04-17 00:16 UTC, Curt Arnold
Details
Change to dom-to-xsd (409 bytes, patch)
2003-04-17 00:18 UTC, Curt Arnold
Details
Copy dom3.dtd to tests\level3\xpath (281 bytes, patch)
2003-04-17 00:20 UTC, Curt Arnold
Details

Description Curt Arnold 2003-04-17 00:14:49 UTC
The initial submission of XPath tests had a few issues against the DOM 3 schema.  

alltests.xml and metadata.xml did not reference dom3.dtd which causes (probably
improperly) MSV to complain.

dom3xpathelements.ent called getFeature (which appears in multiple interfaces)
but didn't specify the required interface attribute.

evaluate01.xml and evaluate02.xml declared variables of type "Object" which
isn't a supported type and used evaluate (again on multiple interfaces) without
specifying interface.

The scheme did not allow the type attribute of the XPathEvaluator.evaluate
method to be an integer literal.
Comment 1 Curt Arnold 2003-04-17 00:16:11 UTC
Created attachment 2 [details]
cvs diff for tests\level3\xoath
Comment 2 Curt Arnold 2003-04-17 00:18:05 UTC
Created attachment 3 [details]
Change to dom-to-xsd
Comment 3 Curt Arnold 2003-04-17 00:20:19 UTC
Created attachment 4 [details]
Copy dom3.dtd to tests\level3\xpath