[basex-talk] Incorrect result with negative 7-digit number from fn:format-number()

2017-10-12 Thread Andrew Savikas
Hello, I'm struggling with some odd behavior while trying to format currency amounts. When the number is negative and 7-digits long, the picture string is not working properly. You should (I hope!) be able to replicate the issue in the GUI: format-number(-99, "$#,##0") *Result:* -$999,999

[basex-talk] 404

2017-10-12 Thread Xavier-Laurent SALVADOR
Hi List, a question I have in mind since a long time: I have a Basex serving multiple project sites behind Nginx Redirections. I wrote a servlet for 404 errors in web.xml: 404 /error404 ​and a function: declare %rest:path("/error{$code}") %output:method("html")​ ​But if i try

Re: [basex-talk] BaseX-Visualisierungen (GUIs) für factbook.xml

2017-10-12 Thread Marco Lettere
Hi Ralph-Robert, I think you should import factbook as database in order to benefit from the different visualizations of the GUI. The red * icon or "New ..." menu or ctrl+N should start the Wizard you have to follow for creating a new database and then point to factbook.xml for the initial

[basex-talk] proc:system ?

2017-10-12 Thread jean-marc Mercier
Hello BaseX team, I am an extensive user of the proc:system BaseX command (and looking forward for proc:fork !). I am using this command with in-memory arguments, it means that my way of using it is : proc:system("my_exe", $my_arguments_for_exe) $my_arguments_for_exe is an xml node serialized