← Back to team overview

zorba-coders team mailing list archive

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

 

Public bug reported:

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." }

** Affects: zorba
     Importance: Undecided
     Assignee: Sorin Marian Nasoi (sorin.marian.nasoi)
         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/955135

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

Status in Zorba - The XQuery Processor:
  New

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


Follow ups

References