From 99663681461b452949d8e674717ff2d49e519b98 Mon Sep 17 00:00:00 2001
From: Martin de la Iglesia <iglesia@hab.de>
Date: Thu, 13 Feb 2025 11:37:42 +0000
Subject: [PATCH] Hervorhebung

---
 transkription.xsl | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/transkription.xsl b/transkription.xsl
index 8116a64..cb1f623 100644
--- a/transkription.xsl
+++ b/transkription.xsl
@@ -359,6 +359,12 @@
         </span>
     </xsl:template>
     
+    <xsl:template match="hi[not(@rendition)]" mode="step3">
+        <span xmlns="http://www.w3.org/1999/xhtml" class="highlighted">
+            <xsl:apply-templates mode="step3"/>
+        </span>
+    </xsl:template>
+    
     <xsl:template match="note[@subtype = 'addition']" mode="step3">
         <xsl:text> </xsl:text>
         <span xmlns="http://www.w3.org/1999/xhtml" class="editorial">
@@ -1559,6 +1565,10 @@
         
     </xsl:template>
     
+    <xsl:template match="cb" mode="step3">
+        <br xmlns="http://www.w3.org/1999/xhtml"/>
+    </xsl:template>
+    
     <xsl:template match="choice" mode="step3">
         <xsl:choose>
             <xsl:when test="sic and corr">
-- 
GitLab