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 5392 - CVS: K2-SeqIDFunc-10 to 12 expected result incorrect?
Summary: CVS: K2-SeqIDFunc-10 to 12 expected result incorrect?
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-18 11:56 UTC by Tim Mills
Modified: 2008-01-21 16:47 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2008-01-18 11:56:07 UTC
The expected results here seem to have a duplivate xml:id attribute.

e.g.

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xml:id="root" 
  xmlns:atomic="http://www.w3.org/XQueryTest" 
  xml:id="positiveInteger" 
  name="positiveInteger" 
  type="xs:positiveInteger"/>
Comment 1 Frans Englich 2008-01-21 13:29:48 UTC
This should be fixed in CVS, do feel free to verify.


Frans
Comment 2 Tim Mills 2008-01-21 16:47:22 UTC
Fixed, thanks.