[Bug 29434] [XSLT30] xsl:on-empty/on-non-empty with attributes and use-attribute-sets

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

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
Good point, I think this is a bug.

I think the simplest fix is to change the sentence:

An xsl:on-empty instruction is evaluated only if every preceding sibling
instruction, text node, and literal result element in the same sequence
constructor returns either an empty sequence, or a sequence consisting entirely
of zero-length text nodes and/or document nodes with no children.

to read:

An xsl:on-empty instruction is evaluated only if every preceding sibling
instruction, text node, and literal result element in the same sequence
constructor returns either an empty sequence, or a sequence consisting entirely
of:

* attribute nodes
* namespace nodes
* zero-length text nodes 
* document nodes with no children

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

Received on Tuesday, 9 February 2016 09:16:34 UTC