- From: <bugzilla@jessica.w3.org>
- Date: Wed, 04 Dec 2013 18:54:11 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23643 --- Comment #6 from Christian Gruen <christian.gruen@gmail.com> --- A little addition: we believe that the "update" keyword is the best choice. It is both well readable and connects better to the existing vocabulary of the XQUF: CURRENTLY: for $item in db:open('data')//item return copy $c := $item modify delete node $c/text() return $c PROPOSED: for $item in db:open('data')//item return $item update delete node text() -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 4 December 2013 18:54:16 UTC