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
26f602b3
Commit
26f602b3
authored
Sep 06, 2018
by
Mathias Goebel
Browse files
Stellenkommentar zu Skizzen
parent
414560d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
26f602b3
...
...
@@ -470,7 +470,20 @@ declare function fontaneTransfo:surfaceDiv($node as node(), $inital as xs:string
return
element xhtml:li {
fontaneTransfo:noteParser($i)
}
},
for $figDesc in $node//tei:figDesc[exists(./parent::tei:figure/@xml:id)]
return
element xhtml:li {
element xhtml:span {
attribute class {"target kursiv"},
text {"<Skizze>]"},
element xhtml:ul {
element xhtml:li {
string($figDesc)
}
}
}
}
}
}
...
...
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