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

broken links in eXide outline for generated xquery modules #7

Open
joewiz opened this issue May 21, 2015 · 0 comments
Open

broken links in eXide outline for generated xquery modules #7

joewiz opened this issue May 21, 2015 · 0 comments

Comments

@joewiz
Copy link
Collaborator

joewiz commented May 21, 2015

Module import statements in the generated XQuery files like generated/documentation-web.xql look like this:

import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions" at "xmldb:exist://embedded-eXist-server/db/apps/tei-simple/content/html-functions.xql";

Here, the path embedded-eXist-server causes eXide's outline pane to generate this error when clicking on links to a function like html:link:

Failed to load document embedded-eXist-server/db/apps/tei-simple/content/html-functions.xql: 404 Not Found

I tried changing changing model.xql to import config.xqm so it could make use of $config:app-root instead of system:get-module-load-path, but even after making this change and regenerating, I still saw the links to embedded-eXist-server.

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

1 participant