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
bd278a2e
Commit
bd278a2e
authored
Jul 31, 2019
by
Mathias Goebel
🎠
Browse files
render surface with @n only
parent
ccd187eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
bd278a2e
...
...
@@ -2090,7 +2090,7 @@ element xhtml:div {
else ())
else (),
$info := string-join(($fragment, $vakat), ', '),
$childs := for $child in $surface//tei:surface[@type= ('clipping', 'additional', 'pocket')]
$childs := for $child in $surface//tei:surface[@type= ('clipping', 'additional', 'pocket')]
[@n]
let $vakat-child := if(transfo:vakat($child)) then "vakat" else ()
let $n-child := replace($child/string(@n), "_", " ")
let $subtype-child := replace($child/string(@subtype), "_", " ")
...
...
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