We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to Reproduce:
xquery version "1.0-ml"; import module namespace admin = "http://marklogic.com/xdmp/admin" at "/MarkLogic/admin.xqy"; import module namespace json="http://marklogic.com/xdmp/json" at "/MarkLogic/json/json.xqy"; import module namespace pase_utilities="pase_utilities" at "pase-utilities.xq";
Add the pase-utilities file mentioned in step 3 to the content root:
Set the content root to sources:
Run the code
Note the error in the console:
Any ideas what I might be doing incorrectly? I looked over your guide for adding modules, but still having issues (https://rhdunn.github.io/xquery-intellij-plugin/tutorials/module-paths.html)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce:
Add the pase-utilities file mentioned in step 3 to the content root:
Set the content root to sources:
Run the code
Note the error in the console:
Any ideas what I might be doing incorrectly? I looked over your guide for adding modules, but still having issues (https://rhdunn.github.io/xquery-intellij-plugin/tutorials/module-paths.html)
The text was updated successfully, but these errors were encountered: