- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 17 Jan 2007 08:32:04 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4243
Summary: Static typing of K2-NameTest-49 to 55
Product: XML Query Test Suite
Version: unspecified
Platform: PC
OS/Version: Windows XP
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
A static typing implementation will correctly raise error XPST0005 in these
cases.
(:*******************************************************:)
(: Test: K2-NameTest-49 :)
(: Written by: Frans Englich :)
(: Date: 2007-01-15T15:15:44+01:00 :)
(: Purpose: An child axis applies on a sequence of attributes. :)
(:*******************************************************:)
declare namespace p = "http://example.com/";
<a>{<e p:a="1" p:b="2" p:c="3"/>/attribute::*/p:*}</a>
Received on Wednesday, 17 January 2007 08:32:14 UTC