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
f2691dbb
Commit
f2691dbb
authored
Jul 05, 2019
by
Mathias Goebel
🎠
Browse files
minor changes
parent
b00d5fe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
f2691dbb
...
...
@@ -642,6 +642,7 @@ as element(xhtml:span) {
else transfo:magic($node/tei:del/node())//text()[. != "unsichere Lesart"][not(contains(string-join(ancestor::*/@class), "expan"))],
(if ($node/tei:del/tei:gap) then transfo:magic($node/tei:del/tei:gap) else ())
},
if($node/tei:del/tei:gap[@unit='mm'][@reason='illegible']) then 'unentziffert' else (),
' überschrieben ',
element xhtml:span {
(: todo: remove decendant::tei:add since it results from a coding error (mod without direkt add) :)
...
...
@@ -1408,7 +1409,7 @@ as item()* {
switch($s)
case 'Latn' return 'Latein'
case 'Latf' return 'Kurrent'
default return
$s
default return
'Kurrent'
let $lang := switch (substring-before($segLang, "-"))
case "en" return "Englisch"
case "la" return "Latein"
...
...
@@ -1417,7 +1418,7 @@ as item()* {
case "da" return "Dänisch"
case "sv" return "Schwedisch"
case "grc" return "(Alt)-Griechisch"
case "nds" return "Märkisch-Plattdeutsch"
case "nds" return "
Berlinerisch/
Märkisch-Plattdeutsch"
case "ru" return "Russisch "
default return "Deutsch"
return
...
...
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