From 404ca73cf852b9e90066f7d51a6dfc74c5372b93 Mon Sep 17 00:00:00 2001 From: Wolfgang Meier Date: Fri, 11 Oct 2024 13:18:01 +0200 Subject: [PATCH] Update pregenerated ODD xql in transform to match tei-publisher-lib 4.0.1 --- transform/adagia-epub.xql | 2 ++ transform/adagia-fo.xql | 2 ++ transform/adagia-latex.xql | 2 ++ transform/adagia-print.xql | 2 ++ transform/adagia-web.xql | 2 ++ transform/annotations-web.xql | 2 +- transform/dantiscus-epub.xql | 2 ++ transform/dantiscus-fo.xql | 2 ++ transform/dantiscus-latex.xql | 2 ++ transform/dantiscus-print.xql | 2 ++ transform/dantiscus-web.xql | 2 ++ transform/dantiscus2-epub.xql | 2 ++ transform/dantiscus2-fo.xql | 2 ++ transform/dantiscus2-latex.xql | 2 ++ transform/dantiscus2-print.xql | 2 ++ transform/dantiscus2-web.xql | 2 ++ transform/docbook-epub.xql | 2 ++ transform/docbook-fo.xql | 2 ++ transform/docbook-latex.xql | 2 ++ transform/docbook-print.xql | 2 ++ transform/docbook-web.xql | 2 ++ transform/docbook.css | 11 ++++++----- transform/docx-output-epub.xql | 2 ++ transform/docx-output-fo.xql | 2 ++ transform/docx-output-latex.xql | 2 ++ transform/docx-output-print.xql | 2 ++ transform/docx-output-web.xql | 2 ++ transform/docx-tei.xql | 2 +- transform/dta-epub.xql | 2 ++ transform/dta-fo.xql | 2 ++ transform/dta-latex.xql | 2 ++ transform/dta-print.xql | 2 ++ transform/dta-web.xql | 2 ++ transform/ebbe-epub.xql | 2 ++ transform/ebbe-fo.xql | 2 ++ transform/ebbe-latex.xql | 2 ++ transform/ebbe-print.xql | 2 ++ transform/ebbe-web.xql | 2 ++ transform/graves-epub.xql | 2 +- transform/graves-fo.xql | 2 +- transform/graves-latex.xql | 2 +- transform/graves-print.xql | 2 +- transform/graves-web.xql | 2 +- transform/jats-epub.xql | 2 ++ transform/jats-print.xql | 2 ++ transform/jats-web.xql | 2 ++ transform/jats.css | 11 ++++++----- transform/lelewel-epub.xql | 2 ++ transform/lelewel-fo.xql | 2 ++ transform/lelewel-latex.xql | 2 ++ transform/lelewel-print.xql | 2 ++ transform/lelewel-web.xql | 2 ++ transform/lex-0-web.xql | 2 ++ transform/osinski-epub.xql | 2 ++ transform/osinski-fo.xql | 2 ++ transform/osinski-latex.xql | 2 ++ transform/osinski-print.xql | 2 ++ transform/osinski-web.xql | 2 ++ transform/potocki-epub.xql | 2 ++ transform/potocki-fo.xql | 2 ++ transform/potocki-latex.xql | 2 ++ transform/potocki-print.xql | 2 ++ transform/potocki-web.xql | 2 ++ transform/serafin-epub.xql | 2 ++ transform/serafin-fo.xql | 2 ++ transform/serafin-latex.xql | 2 ++ transform/serafin-print.xql | 2 ++ transform/serafin-web.xql | 2 ++ transform/shakespeare-epub.xql | 2 +- transform/shakespeare-fo.xql | 2 +- transform/shakespeare-latex.xql | 2 +- transform/shakespeare-print.xql | 2 +- transform/shakespeare-web.xql | 2 +- transform/teipublisher-epub.xql | 2 ++ transform/teipublisher-fo.xql | 2 ++ transform/teipublisher-latex.xql | 2 ++ transform/teipublisher-print.xql | 2 ++ transform/teipublisher-web.xql | 2 ++ transform/time-us-epub.xql | 2 ++ transform/time-us-fo.xql | 2 ++ transform/time-us-latex.xql | 2 ++ transform/time-us-print.xql | 2 ++ transform/time-us-web.xql | 2 ++ transform/vangogh-epub.xql | 2 ++ transform/vangogh-fo.xql | 2 ++ transform/vangogh-latex.xql | 2 ++ transform/vangogh-print.xql | 2 ++ transform/vangogh-web.xql | 2 ++ 88 files changed, 172 insertions(+), 22 deletions(-) diff --git a/transform/adagia-epub.xql b/transform/adagia-epub.xql index a469720e..77068668 100644 --- a/transform/adagia-epub.xql +++ b/transform/adagia-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/adagia-fo.xql b/transform/adagia-fo.xql index 00f26aa9..dafb9dc9 100644 --- a/transform/adagia-fo.xql +++ b/transform/adagia-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/adagia-latex.xql b/transform/adagia-latex.xql index 8ef42d3e..53f87a0d 100644 --- a/transform/adagia-latex.xql +++ b/transform/adagia-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/adagia-print.xql b/transform/adagia-print.xql index 4ed4f339..ecff7712 100644 --- a/transform/adagia-print.xql +++ b/transform/adagia-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/adagia-web.xql b/transform/adagia-web.xql index 43dfb620..1c6aafb2 100644 --- a/transform/adagia-web.xql +++ b/transform/adagia-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/annotations-web.xql b/transform/annotations-web.xql index 92c2586e..a575ddd5 100644 --- a/transform/annotations-web.xql +++ b/transform/annotations-web.xql @@ -19,7 +19,7 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; -import module namespace global="http://www.tei-c.org/tei-simple/config" at "../modules/config.xqm"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dantiscus-epub.xql b/transform/dantiscus-epub.xql index 42cb84fc..27b422e6 100644 --- a/transform/dantiscus-epub.xql +++ b/transform/dantiscus-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dantiscus-fo.xql b/transform/dantiscus-fo.xql index 07874c45..9b1e821e 100644 --- a/transform/dantiscus-fo.xql +++ b/transform/dantiscus-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dantiscus-latex.xql b/transform/dantiscus-latex.xql index 985ccfdc..8b59c1ee 100644 --- a/transform/dantiscus-latex.xql +++ b/transform/dantiscus-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: teiHeader :) declare %private function model:template-teiHeader($config as map(*), $node as node()*, $params as map(*)) { ``[\def\volume{`{string-join($config?apply-children($config, $node, $params?content))}`}]`` diff --git a/transform/dantiscus-print.xql b/transform/dantiscus-print.xql index 4a7c4cb4..16284262 100644 --- a/transform/dantiscus-print.xql +++ b/transform/dantiscus-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dantiscus-web.xql b/transform/dantiscus-web.xql index 6ffac4b7..42394f64 100644 --- a/transform/dantiscus-web.xql +++ b/transform/dantiscus-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dantiscus2-epub.xql b/transform/dantiscus2-epub.xql index 78aa035b..a964a8b2 100644 --- a/transform/dantiscus2-epub.xql +++ b/transform/dantiscus2-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dantiscus2-fo.xql b/transform/dantiscus2-fo.xql index 921c05eb..5b160605 100644 --- a/transform/dantiscus2-fo.xql +++ b/transform/dantiscus2-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dantiscus2-latex.xql b/transform/dantiscus2-latex.xql index 6770aea0..5ee3dc02 100644 --- a/transform/dantiscus2-latex.xql +++ b/transform/dantiscus2-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: teiHeader :) declare %private function model:template-teiHeader($config as map(*), $node as node()*, $params as map(*)) { ``[\def\volume{`{string-join($config?apply-children($config, $node, $params?content))}`}]`` diff --git a/transform/dantiscus2-print.xql b/transform/dantiscus2-print.xql index e77465ba..8aa763ff 100644 --- a/transform/dantiscus2-print.xql +++ b/transform/dantiscus2-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dantiscus2-web.xql b/transform/dantiscus2-web.xql index b9da2ee5..7749947a 100644 --- a/transform/dantiscus2-web.xql +++ b/transform/dantiscus2-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/docbook-epub.xql b/transform/docbook-epub.xql index bcb276b3..9a16c916 100644 --- a/transform/docbook-epub.xql +++ b/transform/docbook-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: Generated behaviour function for ident definitionList :) declare %private function model:definitionList($config as map(*), $node as node()*, $class as xs:string+, $content) { $node ! ( diff --git a/transform/docbook-fo.xql b/transform/docbook-fo.xql index 8c8f847d..67b1b933 100644 --- a/transform/docbook-fo.xql +++ b/transform/docbook-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: Code listing :) declare %private function model:code($config as map(*), $node as node()*, $class as xs:string+, $content) { $node ! ( diff --git a/transform/docbook-latex.xql b/transform/docbook-latex.xql index 07c2dbed..38785d05 100644 --- a/transform/docbook-latex.xql +++ b/transform/docbook-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: Code listing :) declare %private function model:code($config as map(*), $node as node()*, $class as xs:string+, $content) { $node ! ( diff --git a/transform/docbook-print.xql b/transform/docbook-print.xql index 11011f36..fffb81fb 100644 --- a/transform/docbook-print.xql +++ b/transform/docbook-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: Generated behaviour function for ident definitionList :) declare %private function model:definitionList($config as map(*), $node as node()*, $class as xs:string+, $content) { $node ! ( diff --git a/transform/docbook-web.xql b/transform/docbook-web.xql index 247c2422..13bba20f 100644 --- a/transform/docbook-web.xql +++ b/transform/docbook-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: Generated behaviour function for ident definitionList :) declare %private function model:definitionList($config as map(*), $node as node()*, $class as xs:string+, $content) { $node ! ( diff --git a/transform/docbook.css b/transform/docbook.css index ec3d2ef3..1a72546d 100644 --- a/transform/docbook.css +++ b/transform/docbook.css @@ -95,6 +95,12 @@ dd { .note { font-size: .85em; + box-shadow: none; + border-left: 4px solid #d07f00; + padding-top: 0; + padding-bottom: 0; + padding-left: 8px; + margin: 0; } .note h4 { @@ -212,11 +218,6 @@ pb-code-highlight { } .note { - box-shadow: none; - border-left: 4px solid #d07f00; - padding-top: 0; - padding-bottom: 0; - margin: 0; break-inside: avoid; } diff --git a/transform/docx-output-epub.xql b/transform/docx-output-epub.xql index 14ad6533..803f1479 100644 --- a/transform/docx-output-epub.xql +++ b/transform/docx-output-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/docx-output-fo.xql b/transform/docx-output-fo.xql index d3363df8..bc523356 100644 --- a/transform/docx-output-fo.xql +++ b/transform/docx-output-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/docx-output-latex.xql b/transform/docx-output-latex.xql index dcbce3fe..a049a806 100644 --- a/transform/docx-output-latex.xql +++ b/transform/docx-output-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/docx-output-print.xql b/transform/docx-output-print.xql index 554a61d6..61009c11 100644 --- a/transform/docx-output-print.xql +++ b/transform/docx-output-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/docx-output-web.xql b/transform/docx-output-web.xql index 6644f719..8e410ed1 100644 --- a/transform/docx-output-web.xql +++ b/transform/docx-output-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/docx-tei.xql b/transform/docx-tei.xql index 4fa58e29..7ee0a566 100644 --- a/transform/docx-tei.xql +++ b/transform/docx-tei.xql @@ -37,7 +37,7 @@ import module namespace tei="http://existsolutions.com/xquery/functions/tei"; import module namespace ext-docx="http://www.tei-c.org/tei-simple/xquery/functions/docx"; -import module namespace global="http://www.tei-c.org/tei-simple/config" at "../modules/config.xqm"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; (: generated template function for element spec: r :) declare %private function model:template-r6($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dta-epub.xql b/transform/dta-epub.xql index 8a0a71c4..a768e80f 100644 --- a/transform/dta-epub.xql +++ b/transform/dta-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dta-fo.xql b/transform/dta-fo.xql index 3bfe2c50..d751437e 100644 --- a/transform/dta-fo.xql +++ b/transform/dta-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dta-latex.xql b/transform/dta-latex.xql index 80faba02..cb874202 100644 --- a/transform/dta-latex.xql +++ b/transform/dta-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dta-print.xql b/transform/dta-print.xql index e6c41d75..a1dd7c53 100644 --- a/transform/dta-print.xql +++ b/transform/dta-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/dta-web.xql b/transform/dta-web.xql index e6120274..be6a10be 100644 --- a/transform/dta-web.xql +++ b/transform/dta-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/ebbe-epub.xql b/transform/ebbe-epub.xql index 16f5085f..6db5488a 100644 --- a/transform/ebbe-epub.xql +++ b/transform/ebbe-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/ebbe-fo.xql b/transform/ebbe-fo.xql index c0873501..8e7e2d6a 100644 --- a/transform/ebbe-fo.xql +++ b/transform/ebbe-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/ebbe-latex.xql b/transform/ebbe-latex.xql index 11352a1e..54a61d93 100644 --- a/transform/ebbe-latex.xql +++ b/transform/ebbe-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/ebbe-print.xql b/transform/ebbe-print.xql index b4b82312..c78450f6 100644 --- a/transform/ebbe-print.xql +++ b/transform/ebbe-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/ebbe-web.xql b/transform/ebbe-web.xql index cd2d48a1..2dd34a96 100644 --- a/transform/ebbe-web.xql +++ b/transform/ebbe-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/graves-epub.xql b/transform/graves-epub.xql index f7b45b3c..4e8df394 100644 --- a/transform/graves-epub.xql +++ b/transform/graves-epub.xql @@ -21,7 +21,7 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; -import module namespace global="http://www.tei-c.org/tei-simple/config" at "../modules/config.xqm"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/graves-fo.xql b/transform/graves-fo.xql index c064f3d3..243be542 100644 --- a/transform/graves-fo.xql +++ b/transform/graves-fo.xql @@ -19,7 +19,7 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; -import module namespace global="http://www.tei-c.org/tei-simple/config" at "../modules/config.xqm"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/graves-latex.xql b/transform/graves-latex.xql index 353ed13d..2a42f296 100644 --- a/transform/graves-latex.xql +++ b/transform/graves-latex.xql @@ -19,7 +19,7 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; -import module namespace global="http://www.tei-c.org/tei-simple/config" at "../modules/config.xqm"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; (: Generated behaviour function for ident glossary :) declare %private function model:glossary($config as map(*), $node as node()*, $class as xs:string+, $content, $name, $note) { diff --git a/transform/graves-print.xql b/transform/graves-print.xql index b05dd8f8..8b316abb 100644 --- a/transform/graves-print.xql +++ b/transform/graves-print.xql @@ -21,7 +21,7 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; -import module namespace global="http://www.tei-c.org/tei-simple/config" at "../modules/config.xqm"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/graves-web.xql b/transform/graves-web.xql index c6614717..a9f1a4ff 100644 --- a/transform/graves-web.xql +++ b/transform/graves-web.xql @@ -19,7 +19,7 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; -import module namespace global="http://www.tei-c.org/tei-simple/config" at "../modules/config.xqm"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/jats-epub.xql b/transform/jats-epub.xql index 3f1d4589..cbb1872a 100644 --- a/transform/jats-epub.xql +++ b/transform/jats-epub.xql @@ -23,6 +23,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: preformat :) declare %private function model:template-preformat($config as map(*), $node as node()*, $params as map(*)) {
{$config?apply-children($config, $node, $params?content)}
/* diff --git a/transform/jats-print.xql b/transform/jats-print.xql index bcbe594e..209a4dc0 100644 --- a/transform/jats-print.xql +++ b/transform/jats-print.xql @@ -23,6 +23,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: preformat :) declare %private function model:template-preformat($config as map(*), $node as node()*, $params as map(*)) {
{$config?apply-children($config, $node, $params?content)}
/* diff --git a/transform/jats-web.xql b/transform/jats-web.xql index d1b4ce65..d8dc719e 100644 --- a/transform/jats-web.xql +++ b/transform/jats-web.xql @@ -21,6 +21,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: preformat :) declare %private function model:template-preformat($config as map(*), $node as node()*, $params as map(*)) {
{$config?apply-children($config, $node, $params?content)}
/* diff --git a/transform/jats.css b/transform/jats.css index 2f7a6cf5..b27c970f 100644 --- a/transform/jats.css +++ b/transform/jats.css @@ -95,6 +95,12 @@ dd { .note { font-size: .85em; + box-shadow: none; + border-left: 4px solid #d07f00; + padding-top: 0; + padding-bottom: 0; + padding-left: 8px; + margin: 0; } .note h4 { @@ -212,11 +218,6 @@ pb-code-highlight { } .note { - box-shadow: none; - border-left: 4px solid #d07f00; - padding-top: 0; - padding-bottom: 0; - margin: 0; break-inside: avoid; } diff --git a/transform/lelewel-epub.xql b/transform/lelewel-epub.xql index c2c622c6..b1dd1ea1 100644 --- a/transform/lelewel-epub.xql +++ b/transform/lelewel-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/lelewel-fo.xql b/transform/lelewel-fo.xql index 7a4ae69e..12f8f842 100644 --- a/transform/lelewel-fo.xql +++ b/transform/lelewel-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/lelewel-latex.xql b/transform/lelewel-latex.xql index 66e830fb..61c41938 100644 --- a/transform/lelewel-latex.xql +++ b/transform/lelewel-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/lelewel-print.xql b/transform/lelewel-print.xql index 3e6ff9b5..bc2b9b45 100644 --- a/transform/lelewel-print.xql +++ b/transform/lelewel-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/lelewel-web.xql b/transform/lelewel-web.xql index aaf0d3b3..55d8f682 100644 --- a/transform/lelewel-web.xql +++ b/transform/lelewel-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/lex-0-web.xql b/transform/lex-0-web.xql index c92ca57d..4b39b227 100644 --- a/transform/lex-0-web.xql +++ b/transform/lex-0-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/osinski-epub.xql b/transform/osinski-epub.xql index 3355b646..6653dbef 100644 --- a/transform/osinski-epub.xql +++ b/transform/osinski-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/osinski-fo.xql b/transform/osinski-fo.xql index e2065133..1c6032ba 100644 --- a/transform/osinski-fo.xql +++ b/transform/osinski-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/osinski-latex.xql b/transform/osinski-latex.xql index 83a59ae7..a7ed018a 100644 --- a/transform/osinski-latex.xql +++ b/transform/osinski-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/osinski-print.xql b/transform/osinski-print.xql index ecb493b7..dd631d19 100644 --- a/transform/osinski-print.xql +++ b/transform/osinski-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/osinski-web.xql b/transform/osinski-web.xql index af4db879..fa33694e 100644 --- a/transform/osinski-web.xql +++ b/transform/osinski-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/potocki-epub.xql b/transform/potocki-epub.xql index 09d583cb..701aad09 100644 --- a/transform/potocki-epub.xql +++ b/transform/potocki-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: l :) declare %private function model:template-l($config as map(*), $node as node()*, $params as map(*)) { {$config?apply-children($config, $node, $params?content)}/* diff --git a/transform/potocki-fo.xql b/transform/potocki-fo.xql index f5083f88..bdd68239 100644 --- a/transform/potocki-fo.xql +++ b/transform/potocki-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: l :) declare %private function model:template-l($config as map(*), $node as node()*, $params as map(*)) { {$config?apply-children($config, $node, $params?content)}/* diff --git a/transform/potocki-latex.xql b/transform/potocki-latex.xql index 7797099a..8741b49f 100644 --- a/transform/potocki-latex.xql +++ b/transform/potocki-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: l :) declare %private function model:template-l($config as map(*), $node as node()*, $params as map(*)) { {$config?apply-children($config, $node, $params?content)}/* diff --git a/transform/potocki-print.xql b/transform/potocki-print.xql index 9a008f0b..a73ddf20 100644 --- a/transform/potocki-print.xql +++ b/transform/potocki-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: l :) declare %private function model:template-l($config as map(*), $node as node()*, $params as map(*)) { {$config?apply-children($config, $node, $params?content)}/* diff --git a/transform/potocki-web.xql b/transform/potocki-web.xql index 1b4b1a89..d2c49f33 100644 --- a/transform/potocki-web.xql +++ b/transform/potocki-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: l :) declare %private function model:template-l($config as map(*), $node as node()*, $params as map(*)) { {$config?apply-children($config, $node, $params?content)}/* diff --git a/transform/serafin-epub.xql b/transform/serafin-epub.xql index a74e8987..340b1512 100644 --- a/transform/serafin-epub.xql +++ b/transform/serafin-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/serafin-fo.xql b/transform/serafin-fo.xql index fb47b385..8331d7b7 100644 --- a/transform/serafin-fo.xql +++ b/transform/serafin-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/serafin-latex.xql b/transform/serafin-latex.xql index 14f0e086..2d265662 100644 --- a/transform/serafin-latex.xql +++ b/transform/serafin-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: Generated behaviour function for ident glossary :) declare %private function model:glossary($config as map(*), $node as node()*, $class as xs:string+, $content, $name, $note) { $node ! ( diff --git a/transform/serafin-print.xql b/transform/serafin-print.xql index fb478b0e..a38d9abd 100644 --- a/transform/serafin-print.xql +++ b/transform/serafin-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/serafin-web.xql b/transform/serafin-web.xql index 9f3ff396..b262e182 100644 --- a/transform/serafin-web.xql +++ b/transform/serafin-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/shakespeare-epub.xql b/transform/shakespeare-epub.xql index 9b6772b6..f108bbde 100644 --- a/transform/shakespeare-epub.xql +++ b/transform/shakespeare-epub.xql @@ -21,7 +21,7 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; -import module namespace global="http://www.tei-c.org/tei-simple/config" at "../modules/config.xqm"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/shakespeare-fo.xql b/transform/shakespeare-fo.xql index 2004126d..62363b14 100644 --- a/transform/shakespeare-fo.xql +++ b/transform/shakespeare-fo.xql @@ -19,7 +19,7 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; -import module namespace global="http://www.tei-c.org/tei-simple/config" at "../modules/config.xqm"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/shakespeare-latex.xql b/transform/shakespeare-latex.xql index 80a74fd4..842ef7c3 100644 --- a/transform/shakespeare-latex.xql +++ b/transform/shakespeare-latex.xql @@ -19,7 +19,7 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; -import module namespace global="http://www.tei-c.org/tei-simple/config" at "../modules/config.xqm"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/shakespeare-print.xql b/transform/shakespeare-print.xql index ce75a8d0..571419cf 100644 --- a/transform/shakespeare-print.xql +++ b/transform/shakespeare-print.xql @@ -21,7 +21,7 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; -import module namespace global="http://www.tei-c.org/tei-simple/config" at "../modules/config.xqm"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/shakespeare-web.xql b/transform/shakespeare-web.xql index 9beba300..45de899c 100644 --- a/transform/shakespeare-web.xql +++ b/transform/shakespeare-web.xql @@ -19,7 +19,7 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; -import module namespace global="http://www.tei-c.org/tei-simple/config" at "../modules/config.xqm"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/teipublisher-epub.xql b/transform/teipublisher-epub.xql index 05c5357d..80c31d0f 100644 --- a/transform/teipublisher-epub.xql +++ b/transform/teipublisher-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/teipublisher-fo.xql b/transform/teipublisher-fo.xql index ce73d248..1edf5ce7 100644 --- a/transform/teipublisher-fo.xql +++ b/transform/teipublisher-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/teipublisher-latex.xql b/transform/teipublisher-latex.xql index 8719e14e..9e4c2969 100644 --- a/transform/teipublisher-latex.xql +++ b/transform/teipublisher-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: formula :) declare %private function model:template-formula2($config as map(*), $node as node()*, $params as map(*)) { ``[\begin{equation}`{string-join($config?apply-children($config, $node, $params?content))}`\end{equation}]`` diff --git a/transform/teipublisher-print.xql b/transform/teipublisher-print.xql index 38a9e77b..86d7f755 100644 --- a/transform/teipublisher-print.xql +++ b/transform/teipublisher-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/teipublisher-web.xql b/transform/teipublisher-web.xql index 3dd5800a..81a75ed8 100644 --- a/transform/teipublisher-web.xql +++ b/transform/teipublisher-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/time-us-epub.xql b/transform/time-us-epub.xql index 2c86ec92..bbb29616 100644 --- a/transform/time-us-epub.xql +++ b/transform/time-us-epub.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: teiHeader :) declare %private function model:template-teiHeader2($config as map(*), $node as node()*, $params as map(*)) { Facsimile/* diff --git a/transform/time-us-fo.xql b/transform/time-us-fo.xql index c934e771..242296a3 100644 --- a/transform/time-us-fo.xql +++ b/transform/time-us-fo.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: teiHeader :) declare %private function model:template-teiHeader2($config as map(*), $node as node()*, $params as map(*)) { Facsimile/* diff --git a/transform/time-us-latex.xql b/transform/time-us-latex.xql index a2705426..0cffe5d7 100644 --- a/transform/time-us-latex.xql +++ b/transform/time-us-latex.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: teiHeader :) declare %private function model:template-teiHeader2($config as map(*), $node as node()*, $params as map(*)) { Facsimile/* diff --git a/transform/time-us-print.xql b/transform/time-us-print.xql index 12c4bca3..0d59e701 100644 --- a/transform/time-us-print.xql +++ b/transform/time-us-print.xql @@ -21,6 +21,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: teiHeader :) declare %private function model:template-teiHeader2($config as map(*), $node as node()*, $params as map(*)) { Facsimile/* diff --git a/transform/time-us-web.xql b/transform/time-us-web.xql index 4c53bba0..6c71040a 100644 --- a/transform/time-us-web.xql +++ b/transform/time-us-web.xql @@ -19,6 +19,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: teiHeader :) declare %private function model:template-teiHeader2($config as map(*), $node as node()*, $params as map(*)) { Facsimile/* diff --git a/transform/vangogh-epub.xql b/transform/vangogh-epub.xql index 06637546..d614a92a 100644 --- a/transform/vangogh-epub.xql +++ b/transform/vangogh-epub.xql @@ -23,6 +23,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace epub="http://www.tei-c.org/tei-simple/xquery/functions/epub"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/vangogh-fo.xql b/transform/vangogh-fo.xql index 9ed02d8f..f0202c0e 100644 --- a/transform/vangogh-fo.xql +++ b/transform/vangogh-fo.xql @@ -21,6 +21,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace fo="http://www.tei-c.org/tei-simple/xquery/functions/fo"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/vangogh-latex.xql b/transform/vangogh-latex.xql index 3dc20a5e..fdfb49e0 100644 --- a/transform/vangogh-latex.xql +++ b/transform/vangogh-latex.xql @@ -21,6 +21,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace latex="http://www.tei-c.org/tei-simple/xquery/functions/latex"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/vangogh-print.xql b/transform/vangogh-print.xql index 85fc54fd..2d931bac 100644 --- a/transform/vangogh-print.xql +++ b/transform/vangogh-print.xql @@ -23,6 +23,8 @@ import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; import module namespace printcss="http://www.tei-c.org/tei-simple/xquery/functions/printcss"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) { diff --git a/transform/vangogh-web.xql b/transform/vangogh-web.xql index 277bf9f5..92f6098b 100644 --- a/transform/vangogh-web.xql +++ b/transform/vangogh-web.xql @@ -21,6 +21,8 @@ import module namespace css="http://www.tei-c.org/tei-simple/xquery/css"; import module namespace html="http://www.tei-c.org/tei-simple/xquery/functions"; +import module namespace global="http://e-editiones.org/tei-publisher/odd-global" at "../modules/odd-global.xqm"; + (: generated template function for element spec: ptr :) declare %private function model:template-ptr($config as map(*), $node as node()*, $params as map(*)) {