[Bug 29148] [XSLT30] Text on constructing complex content says that document nodes are removed, but this is not always true

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

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
The rules for xsl:variable do not invoke the rules for constructing complex
content.

The CCC rules are used only (IIRC) by xsl:document, xsl:element, literal result
elements, xsl:copy, xsl:result-document.

xsl:value-of, xsl:comment, xsl:attribute etc use the rules for constructing
simple content.

xsl:variable, xsl:param, xsl:with-param use the rules for values of variables
in 9.3; these do not replace document nodes by their content.

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

Received on Thursday, 24 September 2015 21:40:26 UTC