Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
35a1ca1c
Commit
35a1ca1c
authored
Aug 27, 2018
by
Mathias Goebel
Browse files
fixes issue when called by xqsuite
parent
0c64a459
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/config/config.xqm
View file @
35a1ca1c
...
...
@@ -79,7 +79,7 @@ declare variable $config:project :=
return if($value="") then "textgrid" else $value;
declare variable $config:configDoc := doc( $config-params:projects-dir || $config:project || "/config.xml" );
declare variable $config:configMap := map:new(
for $param in $config:configDoc/config/*[@key]
for $param in $config:configDoc/config/*[
./
@key]
return map:entry(string($param/@key), string($param))
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment