Review: Needs Fixing The following query crashes:
xquery version "3.0"; import module namespace ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl"; import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml"; import module namespace e = "http://www.zorba-xquery.com/modules/reflection"; ddl:create(xs:QName("ddl:test2"),(<center1/>,<oldlast/>)); subsequence(e:eval("dml:collection(xs:QName('ddl:test2'))"), 2, 1) -- https://code.launchpad.net/~zorba-coders/zorba/skip-items/+merge/174723 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : [email protected] Unsubscribe : https://launchpad.net/~zorba-coders More help : https://help.launchpad.net/ListHelp

