Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
718fe73c
Commit
718fe73c
authored
Sep 07, 2018
by
Mathias Goebel
🎠
Browse files
minor
parent
71e51250
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/index-processor.xqm
View file @
718fe73c
...
@@ -9,8 +9,10 @@ xquery version "3.1";
...
@@ -9,8 +9,10 @@ xquery version "3.1";
: @see https://fontane-nb.dariah.eu/register.html
: @see https://fontane-nb.dariah.eu/register.html
:)
:)
module namespace f-indexproc="http://fontane-nb.dariah.eu/indexproc";
module namespace f-indexproc="http://fontane-nb.dariah.eu/indexproc";
import module namespace f-misc="http://fontane-nb.dariah.eu/ns/SADE/misc" at "misc.xqm";
import module namespace code="http://bdn-edition.de/ns/code-view";
import module namespace code="http://bdn-edition.de/ns/code-view";
import module namespace config="http://textgrid.de/ns/SADE/config" at "../config/config.xqm";
import module namespace f-misc="http://fontane-nb.dariah.eu/ns/SADE/misc" at "misc.xqm";
declare namespace foaf="http://xmlns.com/foaf/0.1/";
declare namespace foaf="http://xmlns.com/foaf/0.1/";
declare namespace gndo="http://d-nb.info/standards/elementset/gnd#";
declare namespace gndo="http://d-nb.info/standards/elementset/gnd#";
...
@@ -514,9 +516,9 @@ element xhtml:li {
...
@@ -514,9 +516,9 @@ element xhtml:li {
attribute class {"registerCode"},
attribute class {"registerCode"},
<xhtml:i title="Zeige XML" class="fa fa-code"></xhtml:i>
<xhtml:i title="Zeige XML" class="fa fa-code"></xhtml:i>
},
},
if(config:get("
SADE
.develop") = "true")
if(config:get("
sade
.develop") = "true")
then code:main($node)
then code:main($node)
else code
-view
:main($node, false(), "hljs-", true())
else code:main($node, false(), "hljs-", true())
}
}
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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