zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #08845
[Bug 991088] [NEW] Updating expressions in try/catch
Public bug reported:
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
** Affects: zorba
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References