I have a pending fix for this. However, the XUST0001 error will be
raised only if scripting is disabled. This is the same behaviour as for
the comma operator.


** Changed in: zorba
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/991088

Title:
  Updating expressions in try/catch

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  I believe that the following two expressions should raise XUST0001:

  try { 1 } catch * { delete node <a/> },
  try { delete node <a/> } catch * { 1 }

  Source:
    http://www.w3.org/TR/xquery-update-30/#id-try-catch

  Hope this helps,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/991088/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to