[Bug 23643] Convenient operator for transform expressions

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