- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 07 Aug 2006 12:10:44 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3584 Summary: white space in fn-union-node-args-003 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: davidc@nag.co.uk QAContact: public-qt-comments@w3.org The expected result file for fn-union-node-args-003 has extra white space. white space children of document nodes do not form part of the infoset and should not appear in the input tree, and consequently should not be in the output tree. the comparison used for this test is Fragment which means that these nodes are made children of an element node before comparison, and so are significant. <!-- this file is a copy of bib.xml; just adds a few comments and PI nodes for testing --> <!-- Comment 1 --> <?PI1 Processing Instruction 1?> <bib> should be all on one line, as should </bib> <!-- Comment 2 --> <?PI2 Processing Instruction 2?> <title>Data on the Web</title>
Received on Monday, 7 August 2006 12:11:06 UTC