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
b7841ada
Commit
b7841ada
authored
Sep 17, 2018
by
Mathias Goebel
🎠
Browse files
remove debug stuff
parent
bbf1e928
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
b7841ada
...
...
@@ -1995,9 +1995,7 @@ declare function fontaneTransfo:noteParser($note as node()*) {
then
element xhtml:a {
attribute href {"https://fontane-nb.dariah.eu/" || (if(config:get("sade.develop") = "true") then "test/" else "") || "edition.html?id=%2Fxml%2Fdata%2F"|| $uri ||".xml&page="||$targetParts[2]||"&target="||substring-after($node/@target, "#")},
fontaneTransfo:noteParser($node/node()),
$node/node()
fontaneTransfo:noteParser($node/node())
}
else <xhtml:span style="color:red; font-weight:bold"> tei:ref/@target does not macht »{$pattern}« </xhtml:span>
case element( tei:seg ) return
...
...
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