From 5a4271c1db2011fa7e545e4e98115baafa81cc18 Mon Sep 17 00:00:00 2001
From: Martin de la Iglesia <iglesia@hab.de>
Date: Tue, 9 Apr 2024 10:22:02 +0000
Subject: [PATCH] =?UTF-8?q?Anpassungen=20f=C3=BCr=20Krit.=20Apparat=20von?=
 =?UTF-8?q?=20Wildbad?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 transkription.xsl | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/transkription.xsl b/transkription.xsl
index e24625f..3dbdf41 100644
--- a/transkription.xsl
+++ b/transkription.xsl
@@ -490,7 +490,21 @@
                 <span class="app-entry">
                     <span class="label"/>
                     <span class="bibl">
-                        <xsl:value-of select="//idno[@type eq 'shelfmark']"/>
+                        <xsl:choose>
+                            <xsl:when test="//title eq 'Wildbad/Heidelberg/Durlach 1615'">
+                                <xsl:choose>
+                                    <xsl:when test="rdg/@wit eq '#muenchen_ub'">
+                                        <xsl:text>Cod. Guelf. 83 Extrav.</xsl:text>
+                                    </xsl:when>
+                                    <xsl:when test="rdg/@wit eq '#cod_guelf_83_extrav'">
+                                        <xsl:text>München, Universitätsbibliothek, 2° Cod. ms. 403</xsl:text>
+                                    </xsl:when>
+                                </xsl:choose>
+                            </xsl:when>
+                            <xsl:otherwise>
+                                <xsl:value-of select="//idno[@type eq 'shelfmark']"/>
+                            </xsl:otherwise>
+                        </xsl:choose>                        
                         <xsl:text>:</xsl:text>
                     </span>
                     <xsl:choose>
-- 
GitLab