- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 15 Jan 2008 11:04:06 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5367
Summary: CVS: K2-InScopePrefixesFunc-29
Product: XML Query Test Suite
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: nick@cbcl.co.uk
QAContact: public-qt-comments@w3.org
I think the expected results for this test contain spurious spaces, so the
answer should be:
<e xmlns="http://www.example.com/"><a xmlns=""></a></e>
rather than:
<e xmlns="http://www.example.com/"> <a xmlns=""></a> </e>
Received on Tuesday, 15 January 2008 11:04:09 UTC