[Bug 24109] [xslt 3.0] streamability of xsl:variable when atomised

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

--- Comment #4 from Michael Kay <mike@saxonica.com> ---
I think it was correct as written. In your example

<xsl:variable name="x">
    <xsl:sequence select="foo">
</xsl:variable>

the value of the variable $x is a document node containing a copy of foo, it's
not a reference to the original foo node.

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

Received on Thursday, 6 March 2014 16:47:12 UTC