Skip to content

Commit 8d310d8

Browse files
committed
[bugfix] The <ab> elements should be copied from the input to the output (as instructed by Maximilian de Molière)
1 parent 8e54ea2 commit 8d310d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

services/submit.xql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ declare function local:transform($nodes as node()*) as item()* {
8989
for $n in $node/node()
9090
return local:transform($n)
9191
}
92-
else element {fn:QName("http://www.tei-c.org/ns/1.0",local-name($node))} {($node/@*, local:markdown2TEI($node/node()))}
92+
else
93+
local:passthru($node)
9394
case element(tei:editor) return
9495
if($node/parent::tei:titleStmt) then
9596
if($user != 'guest') then

0 commit comments

Comments
 (0)