- From: <bugzilla@farnsworth.w3.org>
- Date: Thu, 01 May 2008 10:20:21 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5673
Summary: CVS: K2-ComputeConAttr-42, 43
Product: XML Query Test Suite
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: tim@cbcl.co.uk
QAContact: public-qt-comments@w3.org
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>
Received on Thursday, 1 May 2008 10:20:51 UTC