[Bug 25174] [XSLT30] Buffering with xsl:try wrapped around xsl:stream or xsl:result-document

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25174

--- Comment #5 from Michael Kay <mike@saxonica.com> ---
We could in addition allow recoverable="yes" on xsl:try in the case where the
result document is non-recoverable to indicate that a section of code is
recoverable (i.e buffering is required) even though the document as a whole is
not. (This could also be achieved by using an xsl:variable around that section
of code, but there was a feeling that this approach was too non-obvious).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 31 July 2014 10:53:16 UTC