[Fwd: [Bug 186] New: Initial XPath submission not schema valid]

I fixed up a few problems with the schema validity of the initial XPath 
submission.  See http://www.w3.org/Bugs/Public/show_bug.cgi?id=186 or 
attachment for details.

Forwarded message 1

  • From: bugzilla-daemon@w3.org <bugzilla-daemon@w3.org>
  • Date: Thu, 17 Apr 2003 00:14:50 -0400 (EDT)
  • Subject: [Bug 186] New: Initial XPath submission not schema valid
  • To: carnold@houston.rr.com
  • Message-Id: <20030417041450.C9609226FF@wiggum.w3.org>
http://www.w3.org/Bugs/Public/show_bug.cgi?id=186

           Summary: Initial XPath submission not schema valid
           Product: DOM TS
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM Level 3
        AssignedTo: bclary@netscape.com
        ReportedBy: carnold@houston.rr.com


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.



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.

Received on Thursday, 17 April 2003 00:25:20 UTC