[Bug 4540] [UPD] Section 2.4.5 Transform: simplifying syntax

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4540





------- Comment #2 from jonathan.robie@redhat.com  2007-06-12 16:15 -------
What about something like this?

      copy $je := $e
      transform do delete $je/salary
      return $je

That maintains the semantics of "copy", and puts the transformation keyword
where the transforms occur.

Received on Tuesday, 12 June 2007 16:15:17 UTC