zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #06297
[Bug 955170] [NEW] Catch clause with URILiteral-based wilcard NameTest
Public bug reported:
The following query raises an error (static error [err:XPST0081]:
"http://www.w3.org/2005/xqt-errors": can not expand namespace prefix to
URI).
try { 1 div 0 } catch "http://www.w3.org/2005/xqt-errors":* { "Message"}
Could it be that NameTests à la (URILiteral ":" "*") are not supported
here?
** 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/955170
Title:
Catch clause with URILiteral-based wilcard NameTest
Status in Zorba - The XQuery Processor:
New
Bug description:
The following query raises an error (static error [err:XPST0081]:
"http://www.w3.org/2005/xqt-errors": can not expand namespace prefix
to URI).
try { 1 div 0 } catch "http://www.w3.org/2005/xqt-errors":* {
"Message"}
Could it be that NameTests à la (URILiteral ":" "*") are not supported
here?
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/955170/+subscriptions
Follow ups
References