Hi
I am really happy to see an option to import xquery library - it shall let me organize my code much better.
I tried to modify proposed instruction:
into this, using alternative namespace:
The import worked well, but when calling
functxyz:capitalize-
first
(
"test"
)
I got result: Error: [FONS0004] No namespace declared for prefix 'functx'.
Questions: Is this ok, that I am forced to use assigned namespace, or is this just some bug in the library I have teested? Or bug in BaseX?
With best regards
Jan