zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #11422
[Bug 1018196] Re: Attribute constructor with empty QName
** Changed in: zorba
Assignee: (unassigned) => Markos Zaharioudakis (markos-za)
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1018196
Title:
Attribute constructor with empty QName
Status in Zorba - The XQuery Processor:
New
Bug description:
The following query…
count((
for $i in 1 to 10
where attribute { 'a'[$i] } { () }
return $i
))
…yields 10 instead of XPTY0004.
Hope this helps,
Christian
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018196/+subscriptions
References