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 4761 - 1.0.3dev:K2-ComputeConAttr-55
Summary: 1.0.3dev:K2-ComputeConAttr-55
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: 2007-06-26 12:55 UTC by Tim Mills
Modified: 2007-07-17 13:14 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2007-06-26 12:55:43 UTC
I'm guessing that "http://example.com/" should be replace by the namespace URI  for the XML namespace for the query to match the comment and expected results.

(:*******************************************************:)
(: Test: K2-ComputeConAttr-55                            :)
(: Written by: Frans Englich                             :)
(: Date: 2007-06-14T10:15:27+01:00                       :)
(: Purpose: Ensure that the 'xml' prefix has been constructed for a QName which
has the XML namespace. :)
(:*******************************************************:)
prefix-from-QName(node-name(attribute {QName("http://example.com/", "attr")} {()
}))
Comment 1 Frans Englich 2007-06-27 13:40:59 UTC
A fix has been attempted in CVS, XQTS_current.zip is updated.
Comment 2 Tim Mills 2007-07-17 13:14:19 UTC
Thanks.