- From: <bugzilla@jessica.w3.org>
- Date: Thu, 08 Nov 2012 00:04:25 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=13970 Christian Gruen <christian.gruen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christian.gruen@gmail.com --- Comment #1 from Christian Gruen <christian.gruen@gmail.com> --- Has there been any more discussion on this issue? I would even suggest to completely disallow fn:put() functions inside transform expressions in order to reduce the chance of indeterministic, implementation-dependent behavior. For example, in the following example.. copy $a := <a/> modify fn:put($a, "1") return (), copy $b := <b/> modify fn:put($b, "2") return () we will have no guarantee if $a or $b will be found in the final result. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 8 November 2012 00:04:27 UTC