[Zorba-coders] [Bug 1020588] Re: Illegal updating expressions

2012-07-10 Thread Christian Gruen
If I got it right, you want to say that XQSE is not yet 100% compliant with XQUF? -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1020588 Title: Illegal updating expressions Status in Zorba -

[Zorba-coders] [Bug 1020588] Re: Illegal updating expressions

2012-07-10 Thread Christian Gruen
Thanks for your clarification, and in particular for the reference to 2.4, which clearly shows that Zorba is compliant with the spec. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1020588 Title:

[Zorba-coders] [Bug 1020588] [NEW] Illegal updating expressions

2012-07-03 Thread Christian Gruen
Public bug reported: a/, delete node a/ Expected: XUST0001 Returned: a/ 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.

[Zorba-coders] [Bug 1018196] [NEW] Attribute constructor with empty QName

2012-06-26 Thread Christian Gruen
Public bug reported: 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 ** Affects: zorba Importance: Undecided Status: New -- You received this bug notification

[Zorba-coders] [Bug 991088] [NEW] Updating expressions in try/catch

2012-04-29 Thread Christian Gruen
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:

[Zorba-coders] [Bug 897004] [NEW] collection()

2011-11-27 Thread Christian Gruen
Public bug reported: Zorba 2.0.3 returns an application error if fn:collection() is called without arguments (same on try.zorba-xquery.com). – Hth, C. ** Affects: zorba Importance: Undecided Status: New -- You received this bug notification because you are a member of Zorba

[Zorba-coders] [Bug 891650] [NEW] Use of last()

2011-11-17 Thread Christian Gruen
Public bug reported: The following query.. x//last() ..raises XPDY0002 instead of returning the integer 1. ** 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.