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
a3468c52
Commit
a3468c52
authored
Jun 15, 2018
by
Mathias Goebel
🎠
Browse files
removed redundant comments
parent
2c42068e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/register.xqm
View file @
a3468c52
...
...
@@ -219,7 +219,6 @@ as element(xhtml:li) {
let $target := $entry/tei:note/tei:ptr/@target => substring-after('#')
let $targetNode := $entry/root()//@xml:id[. = $target]/parent::tei:*
return
(: item :)
element xhtml:li {
attribute class {
"registerEintrag",
...
...
@@ -346,7 +345,6 @@ as element(xhtml:li) {
let $bibl := $e/tei:bibl
let $links := $e/tei:linkGrp/tei:link[@corresp="https://schema.org/mentions"]
return
(: item :)
element xhtml:li {
attribute id { string($id) },
local:entry-class($id),
...
...
@@ -455,7 +453,6 @@ as element(xhtml:li) {
let $bibl := $org/tei:bibl
let $links := $org/tei:linkGrp/tei:link[@corresp="https://schema.org/mentions"]
return
(: item :)
element xhtml:li {
attribute id { string($id) },
local:entry-class($id),
...
...
@@ -562,7 +559,6 @@ else
let $bibl := $pers/tei:bibl
let $links := $pers/tei:linkGrp/tei:link[@corresp="https://schema.org/mentions"]
return
(: item :)
element xhtml:li {
attribute id { string($id) },
local:entry-class($id),
...
...
@@ -688,7 +684,6 @@ else
let $bibl := $place/tei:bibl
let $links := $place/tei:linkGrp/tei:link[@corresp="https://schema.org/mentions"]
return
(: item :)
element xhtml:li {
attribute id { string($id) },
local:entry-class($id),
...
...
@@ -808,7 +803,6 @@ else
let $creator := $work/tei:linkGrp/tei:link[@corresp="http://purl.org/dc/terms/creator"]
let $links := $work/tei:linkGrp/tei:link[@corresp="https://schema.org/mentions"]
return
(: item :)
element xhtml:li {
attribute id { string($id) },
local:entry-class($id),
...
...
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