Wauw, that's fast, thanks very much!
Here's the snip
[cid:image001.png@01D1E8DA.EB695B40]
As for setting the inlinelimit, after that I get the following message
[cid:image002.png@01D1E8DB.4D2D6EC0]
Met vriendelijke groet, kind regards,
Rob Vos (not working on Monday afternoons)
Consultant
+31(0)88 16 69 826
r.vos@calvi.nl | www.calvi.nl
Kasteel Nederhemert
Kasteellaan 1
5317 KX Nederhemert-zuid
The Netherlands
Disclaimer
Dit bericht en eventuele attachments die zijn meegestuurd, bevatten vertrouwelijke informatie en zijn uitsluitend bestemd voor de geadresseerde(n). Indien u als niet-geadresseerde dit bericht ontvangt, wordt u verzocht de Calvi systeembeheerder hierover te informeren en het bericht te vernietigen. Middels deze disclaimer bevestigen wij dat dit e-mail bericht geen virussen bevat. Calvi Business Software B.V. is statutair gevestigd te ‘s-Hertogenbosch en ingeschreven in het handelsregister onder nr. 17133645.
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the Calvi system manager and destroy this message. This footnote also confirms that this email message has been swept for the presence of computer viruses. Calvi Business Software B.V. has its registered offices in ‘s-Hertogenbosch and is registered with the trade register under no. 17133645.
-----Original Message----- From: Christian Grün [mailto:christian.gruen@gmail.com] Sent: donderdag 28 juli 2016 14:14 To: Rob Vos r.vos@calvi.nl Cc: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] Error message in basex GUI, but not via cmd line
Hi Rob,
Stopped at D:/XML/xquery/GBF-RekExt-Nr_v22_basex-CSV-withDB-toDisk.xq, 10/2:
[XPTY0004] xs:double expected, empty sequence found.
I would assume it depends on line 10 and column 2 of this XQuery file
;) Could you please provide us with the relevant snippet?
To get the full stack trace, you can set INLINELIMIT to 0. In the GUI, this can be done via the input bar on top after choosing "Command" in the dropdown menu and running "SET INLINELIMIT 0".
Thanks in advance,
Christian
I use the following code
declare function functx:month-name-nl
( $date as xs:anyAtomicType? ) as xs:string? {
('januari', 'februari', 'maart', 'april',
'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november',
'december')
[month-from-date(xs:date($date))]
This error doesn’t appear when I use the cmd line functionality. Thing is however that I want to test some changes and the GUI is very usefull for it.
Searching for this specific error hasn’t doen me any good.
Could one of you please point me in the right direction.
Met vriendelijke groet, kind regards,
Rob Vos (not working on Monday afternoons) Consultant
+31(0)88 16 69 826
r.vos@calvi.nlmailto:r.vos@calvi.nl | www.calvi.nlhttp://www.calvi.nl
Kasteel Nederhemert
Kasteellaan 1
5317 KX Nederhemert-zuid
The Netherlands
Disclaimer
Dit bericht en eventuele attachments die zijn meegestuurd, bevatten vertrouwelijke informatie en zijn uitsluitend bestemd voor de geadresseerde(n). Indien u als niet-geadresseerde dit bericht ontvangt, wordt u verzocht de Calvi systeembeheerder hierover te informeren en het bericht te vernietigen. Middels deze disclaimer bevestigen wij dat dit e-mail bericht geen virussen bevat. Calvi Business Software B.V. is statutair gevestigd te ‘s-Hertogenbosch en ingeschreven in het handelsregister onder nr. 17133645.
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the Calvi system manager and destroy this message. This footnote also confirms that this email message has been swept for the presence of computer viruses. Calvi Business Software B.V. has its registered offices in ‘s-Hertogenbosch and is registered with the trade register under no. 17133645.