[Bug 29432] [XSLT30] unclear what instructions are allowed in tail-position after xsl:on-empty

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

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
I think the spec is unambiguous because the term "instruction" is precisely
defined.

ยง2.4: [Definition: An instruction is either an XSLT instruction or an extension
instruction.]

[Definition: An XSLT instruction is an XSLT element whose syntax summary in
this specification contains the annotation <!-- category: instruction -->.]

This clearly includes xsl:result-document, xsl:message, and xsl:assert. We
could have permitted these to appear after xsl:on-empty, but whether by
accident or by design, we don't.

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

Received on Monday, 8 February 2016 10:30:11 UTC