Skip to content
Snippets Groups Projects
Commit 0151b596 authored by usikora's avatar usikora :monkey:
Browse files

added tei:seg[@type='head'] to the conversion

parent aa82ae8b
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,12 @@ declare function pre:preprocessing
pre:preprocessing($node/node())
}
)
else if($node[@type = 'head']) then(
element {'head'} {
$node/@*[name() != 'type'],
pre:preprocessing($node/node())
}
)
else if($node[@type = 'row']) then(
element {'row'} {
$node/@*[name() != 'type'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment