- From: <bugzilla@jessica.w3.org>
- Date: Thu, 26 Mar 2015 20:52:56 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28348 Bug ID: 28348 Summary: [XT30] Test mode-1426 is dependent on Saxon-specific error and assumes that try/catch and streaming is not allowed Product: XPath / XQuery / XSLT Version: Last Call drafts Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: XSLT 3.0 Test Suite Assignee: abel.online@xs4all.nl Reporter: abel.braaksma@xs4all.nl QA Contact: public-qt-comments@w3.org The test is equal to mode-1425, which tests on-no-match=fail and catching the error XTDE0555, the difference is that this one uses streaming. The test says in its comment: <!-- on-no-match=fail, failure case, with streaming; the error is caught, or would be if it were allowed when streaming --> However, this is no longer true, xsl:try/catch is allowed with streaming. The body of the template does not follow the rules for streamability of xsl:try/catch, I will update it such that it works with streaming. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 26 March 2015 20:52:58 UTC