- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 21 Aug 2007 22:57:21 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4975
Summary: Incorrect expected result for Constr-namespace-13
Product: XML Query Test Suite
Version: 1.0.2
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: john.snelson@oracle.com
QAContact: public-qt-comments@w3.org
The query is:
<foo:elem xmlns:foo="http://www.example.com/parent"><child
xmlns:foo=""/></foo:elem>
and the expected result is either err:XQST0085 or:
<foo:elem xmlns:foo="http://www.example.com/parent"><child/></foo:elem>
As far as I can see, the "child" element ought to have the xmlns:foo=""
attribute on it.
Received on Tuesday, 21 August 2007 22:57:26 UTC