Hello,
Congrats on the release of BaseX 10.1
I decided to try XQuery 4.0 functionality right away.
So, I typed a new query without saving it on the file system as follows:
xquery version "4.0";
(1 to 5) -> {. + .}
Executed it, and it is worked.
I saved it as a file name: [xquery version 4.0] without square brackets. Extension is 0 And I cannot execute it anymore. Why is that?
Just when I saved it as [xquery version 4.xq], I was able to execute it again. Just a peculiarity.
Regards, Yitzhak Khabinsky