- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 27 Jul 2006 18:54:25 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3539
Summary: Wrong UTF-8 char in result file
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: amassari@progress.com
QAContact: public-qt-comments@w3.org
Using XQTS_current v.1.23
Constr-cont-nsmode-5 and Constr-cont-nsmode-6 have result files that contains
<new><atomic:QNameáatomic:attr="foo:aQname"áxmlns:atomic="http://www.w3.org/XQueryTest">foo:aQname</atomic:QName></new>
------------------^------------------------^
It looks that it has been used 0xA0 ( ) instead of a whitespace char 0x20.
Even if HTML represents it as whitespace, it is not a valid whitespace char for
XML
Received on Thursday, 27 July 2006 18:54:28 UTC