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
9aa11ba8
Commit
9aa11ba8
authored
Nov 02, 2019
by
Mathias Goebel
🎠
Browse files
refine commentary on sketches, related to #123
parent
5f613e5e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/stellenkommentar.xqm
View file @
9aa11ba8
...
...
@@ -219,10 +219,12 @@ declare function stk:noteParser($note as node()*)
case element (tei:figure) return
element xhtml:span {
attribute class { "target" },
"<Skizze>]",
if ($node/tei:figDesc/(@copyOf or @xml:id)) then "<Teil einer Skizze>]" else
"<Skizze>]",
element xhtml:ul {
element xhtml:li {
stk:noteParser($node/node())
if ($node/tei:figDesc/(@copyOf))
then stk:noteParser($node/ancestor::tei:sourceDoc//*[@xml:id eq substring-after($node/tei:figDesc/@copyOf, "#")])
else stk:noteParser($node/node())
}
}
}
...
...
Mathias Goebel
🎠
@mgoebel
mentioned in merge request
!60 (merged)
·
Nov 21, 2019
mentioned in merge request
!60 (merged)
mentioned in merge request !60
Toggle commit list
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