- From: <bugzilla@jessica.w3.org>
- Date: Mon, 31 Jan 2011 15:28:24 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11929 Summary: 4.2.19 Q19: expected result is wrong Product: XPath / XQuery / XSLT Version: Working drafts Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: XQuery 3.0 Use Cases AssignedTo: jonathan.robie@redhat.com ReportedBy: matthias.brantner@28msec.com QAContact: public-qt-comments@w3.org The expected result for windowing query Q19 seems to be missing a bundle for orderId OID02. The ConfirmationRequest for OID02 follows immediately after the OrderRequest for OID2. The second window (with $wSPrev/@orderID eq "OID02) is closed because of the first ShipNotice element. Hence, there is a new window for OID02. The result should be changed as follows: <result> <bundleWith orderId="OID01"> <OrderRequest billTo="ACME1" date="2006-01-02T14:00:00-00:00" orderID="OID03" shipTo="ACME1" total="10000" type="new"> <Item partID="ID3" quantity="100" unitPrice="100"/> </OrderRequest> </bundleWith> <bundleWith orderId="OID02"/> <bundleWith orderId="OID03"/> </result> -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Monday, 31 January 2011 15:28:25 UTC