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 5673 - CVS: K2-ComputeConAttr-42, 43
Summary: CVS: K2-ComputeConAttr-42, 43
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-05-01 10:20 UTC by Tim Mills
Modified: 2008-05-23 16:47 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2008-05-01 10:20:21 UTC
Following the resolution of Bug 4463 (Missing rules for misuse of the xmlns namespace), I think that:

K2-ComputeConAttr-42 should expect XQST00070
K2-ComputeConAttr-43 should expect XQST00070
namespaceDecl-3 should expect XQST00070

(:*******************************************************:)
(: Test: K2-ComputeConAttr-42                            :)
(: Written by: Frans Englich                             :)
(: Date: 2007-11-22T11:31:21+01:00                       :)
(: Purpose: It's not allowed to bind the xmlns to any prefix with computed attri
bute constructors. :)
(:*******************************************************:)
declare namespace prefix = "http://www.w3.org/2000/xmlns/";
    <e>{attribute prefix:localName {"content"}}</e>
Comment 1 Frans Englich 2008-05-16 08:29:02 UTC
Should be fixed in CVS.
Comment 2 Tim Mills 2008-05-23 07:12:29 UTC
I believe the error code should be XQST0070, not XPST0070.
Comment 3 Frans Englich 2008-05-23 13:03:01 UTC
Alright, a second attempt is in CVS.
Comment 4 Tim Mills 2008-05-23 16:47:56 UTC
Thanks