← Back to team overview

zorba-coders team mailing list archive

[Bug 955135] Re: err:XQDY0044 not caught by try-catch expressions.

 

** Changed in: zorba
       Status: Fix Committed => Fix Released

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

Title:
  err:XQDY0044 not caught by try-catch expressions.

Status in Zorba - The XQuery Processor:
  Fix Released

Bug description:
  In the following query, the error err:XQDY0044 is raised. If I am
  correct, as a dynamic error, it should be caught.

  try { attribute xmlns {} } catch *:XQDY0044 { "Invalid attribute." }

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


References