[Bug 23643] [UPD 3.0] Convenient operator for transform expressions

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

Christian Gruen <christian.gruen@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #16 from Christian Gruen <christian.gruen@gmail.com> ---
I just reopened the issue, as there is already a TransformExpr in XQuery 3.0
Update:

[206] TransformExpr ::= "copy" "$" VarName ":=" ExprSingle (","
      "$" VarName ":=" ExprSingle)* "modify" ExprSingle "return" ExprSingle

We could rename the new expression to ModifyExpr or something similar.

Next, I still wonder why/if we really need three tokens..

  "transform" "with" "{"

..or if we could get rid of "with" or "{"? In my initial proposal, I suggested
to move the expression within AndExpr and ComparisonExpr; would this help?

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

Received on Friday, 14 March 2014 21:41:55 UTC