Hello,
when BaseX 8.0 performs the following XQuery expression:
format-integer(556, '#,##1')
I expect to see just: 556 -- but I get the following: ,556
Am I misreading something in the format-integer() chapter of XPath and XQuery Functions and Operators 3.0[1], or is this a bug?
Best, Neven
[1] http://www.w3.org/TR/xpath-functions-30/#func-format-integer