Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 12f5645d authored by Mathias Goebel's avatar Mathias Goebel
Browse files

fix issue when read default config file

parent ed289791
No related branches found
No related tags found
No related merge requests found
Pipeline #91374 passed
......@@ -45,7 +45,7 @@ as map(*) {
let $config-uri := $target || "/openapi-config.xml"
let $config := if(doc-available($config-uri))
then doc($config-uri)/*
else doc( replace(system:get-module-load-path(), '^(xmldb:exist://)?(embedded-eXist-server)?(.+)$', '$3') || "/openapi-config.xml" )/*
else doc( replace(system:get-module-load-path(), '^(xmldb:exist://)?(embedded-eXist-server)?(.+)$', '$3') || "/../openapi-config.xml" )/*
let $expath := doc($target || "/expath-pkg.xml")/*
let $repo := doc($target || "/repo.xml")/*
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment