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
54cd85c8
Commit
54cd85c8
authored
Nov 28, 2018
by
mrodzis
💪
Browse files
Add information about relationship to Fontane (cf. print#28)
parent
0d17b612
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/teisimpleprint/tei2teisimple.xqm
View file @
54cd85c8
...
...
@@ -925,7 +925,13 @@ $index-type as xs:string) as element()* {
return
(fontaneSimple:make-term("birth", $birth),
fontaneSimple:make-term("death", $death),
fontaneSimple:make-term("occupation", $occupation))
fontaneSimple:make-term("occupation", $occupation),
if(index-info:get-info-about($index-type, $ref, "relation-to-fontane")) then
let $relation := index-info:get-info-about($index-type, $ref, "relation-to-fontane")
return
fontaneSimple:make-term("relation-to-fontane", $relation)
else
())
case "wrk" return
(: the index "wrk" not only encompasses works but
...
...
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