You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Module import statements in the generated XQuery files like
generated/documentation-web.xql
look like this:Here, the path
embedded-eXist-server
causes eXide's outline pane to generate this error when clicking on links to a function likehtml:link
:I tried changing changing model.xql to import config.xqm so it could make use of
$config:app-root
instead ofsystem:get-module-load-path
, but even after making this change and regenerating, I still saw the links toembedded-eXist-server
.The text was updated successfully, but these errors were encountered: