- From: <bugzilla@jessica.w3.org>
- Date: Thu, 23 Jan 2014 12:50:40 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24334
Abel Braaksma <abel.braaksma@xs4all.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |abel.braaksma@xs4all.nl
--- Comment #1 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
The current draft says, about xsl:try:
"If the select expression and/or sequence constructor of the xsl:catch element
are motionless, then the sweep of the select expression and/or sequence
constructor of the xsl:try element (whichever is present);"
In other words, if <xsl:catch select="motionlessexpr" />, then the body of the
xsl:try is streamable, otherwise it is ree-ranging.
Going over the tests it seems that all tests are written with xsl:catch having
a grounded and motionless expression, meaning that the streamability of the
xsl:try body applies. From what I glanced over, it looks like they are written
correctly.
I'm not sure where in the spec it should say that this is non-streamable.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 23 January 2014 12:50:42 UTC