[basex-talk] fn:format-number()#2 possible bug

2013-09-18 Thread alxarch
There seems to be an unexpected behaviour whem using fn:format-number() while having declared a default element namespace in the prologue. Example: > declare default element namespace "http://foo.bar";; > format-number(1234, "") Throws an [FODF1280] 'Unknown decimal format: Q{http://foo.bar

Re: [basex-talk] fn:format-number()#2 possible bug

2013-09-18 Thread Christian Grün
Hi Alex, thanks for the observation. I’ve fixed the bug [1]; a new snapshot will be available tonight or tomorrow. Best, Christian [1] https://github.com/BaseXdb/basex/commit/ef2b19dab6308aeaee130d4fdc7935027dec4003 ___ 2013/9/18 alxarch : > There seems to be an unexpec