From 9d5b83f81f58b4dc073151f054ef9f29d1b575d0 Mon Sep 17 00:00:00 2001 From: Stefan Jung Date: Wed, 8 Jan 2025 07:47:52 +0100 Subject: [PATCH] Fix ODS export. --- ant/build_ods-export.xml | 5 +++-- xsl/ods-export/ods-export.xsl | 6 +++--- xsl/ods-export/ods-root.xsl | 3 +++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ant/build_ods-export.xml b/ant/build_ods-export.xml index 9fa8a60..a8470f0 100644 --- a/ant/build_ods-export.xml +++ b/ant/build_ods-export.xml @@ -36,7 +36,7 @@ ================================================================================ --> - + @@ -49,6 +49,7 @@ --> + @@ -75,7 +76,7 @@ style="../xsl/ods-export/ods-export.xsl"> - + diff --git a/xsl/ods-export/ods-export.xsl b/xsl/ods-export/ods-export.xsl index 6413741..21f6730 100644 --- a/xsl/ods-export/ods-export.xsl +++ b/xsl/ods-export/ods-export.xsl @@ -21,7 +21,7 @@ - + @@ -47,10 +47,10 @@ {ancestor::termentry/title/text()} - {ancestor::termentry/definition/defintionText/text()} + {ancestor::termentry/definition/definitionText/text()} - {ancestor::termentry/definition/defintionSource/text()} + {ancestor::termentry/definition/definitionSource/text()} {@language} diff --git a/xsl/ods-export/ods-root.xsl b/xsl/ods-export/ods-root.xsl index cdc4ffb..c6f5346 100644 --- a/xsl/ods-export/ods-root.xsl +++ b/xsl/ods-export/ods-root.xsl @@ -9,7 +9,10 @@ xmlns:math="http://www.w3.org/2005/xpath-functions/math" exclude-result-prefixes="xs math"> + + +