Closed rhdunn closed 9 years ago
Using the latest code, given:
xquery version "1.0-ml"; map:map()
The map:map function is flagged with the error Cannot resolve function 'map:map'. This affects the following built-in function namespaces:
map:map
Cannot resolve function 'map:map'
map:
sem:
temporal:
I have done a quick check of the other built-in namespaces (not checking every function, just one from each namespace), and they are being picked up correctly.
I've refreshed the list based on the official MarkLogic 8 documentation. For some reason temporal is not on the list.
You are correct. The documentation for temporal says that you must import that module.
temporal
Using the latest code, given:
The
map:map
function is flagged with the errorCannot resolve function 'map:map'
. This affects the following built-in function namespaces:map:
(https://docs.marklogic.com/map)sem:
(https://docs.marklogic.com/sem/semantics)temporal:
(https://docs.marklogic.com/temporal/temporal)I have done a quick check of the other built-in namespaces (not checking every function, just one from each namespace), and they are being picked up correctly.