Skip to content
Snippets Groups Projects
Commit 784e95a1 authored by Nikolaos Beer's avatar Nikolaos Beer
Browse files

Link rwa config file to retrieve $env value, see #11

parent ef7863e3
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ declare option exist:serialize "method=xhtml media-type=text/html omit-xml-decla
declare variable $lang := request:get-parameter('lang', '');
declare variable $configResource := doc('xmldb:exist:///db/apps/mriExistDBconf/config.xml');
declare variable $env := $configResource//conf:env/text();
declare function local:getCategory($category, $depth) {
......
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