- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 17 Aug 2007 15:38:35 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4956
Summary: Expected results for fn-doc-23
Product: XML Query Test Suite
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: nick@cbcl.co.uk
QAContact: public-qt-comments@w3.org
This query loads in a document containing much whitespace and then outputs it.
I believe some of the whitespace in the expected output is incorrect. For
example the last textNode element in the source is:
<textNode>   







































































































































</textNode>
in the expected results this becomes textNode containing a series of spaces
followed by a series of "
". But I think it should be:
<textNode> 

&#D;
(lots of newlines)


etc....</textNode>
I think there are other problems, but are quite hard to describe in a 160K file
of various blank characters!
Received on Friday, 17 August 2007 15:38:40 UTC