Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MarkLogic map: and other built-in functions flagged as errors. #145

Closed
rhdunn opened this issue Nov 19, 2015 · 2 comments
Closed

MarkLogic map: and other built-in functions flagged as errors. #145

rhdunn opened this issue Nov 19, 2015 · 2 comments

Comments

@rhdunn
Copy link

rhdunn commented Nov 19, 2015

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:

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.

@ligasgr
Copy link
Owner

ligasgr commented Nov 19, 2015

I've refreshed the list based on the official MarkLogic 8 documentation.
For some reason temporal is not on the list.

@rhdunn
Copy link
Author

rhdunn commented Nov 20, 2015

You are correct. The documentation for temporal says that you must import that module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants