[Bug 3578] [UPDUseCases] Issues with May 8th Usecase Draft

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





------- Comment #4 from jonathan.robie@redhat.com  2007-08-17 18:48 -------
I think this fixes the Use Case "R" Q4:


let $user := doc("users.xml")/users/user_tuple[name="Annabel Lee"] return 
  if ($user/rating)     
    then replace value of node $user/rating with "B" 
    else insert node <rating>B</rating> into $user

Received on Friday, 17 August 2007 18:48:19 UTC