- From: <bugzilla@jessica.w3.org>
- Date: Thu, 06 Mar 2014 16:47:10 +0000
- To: public-qt-comments@w3.org
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