Skip to content
Snippets Groups Projects
Commit 5a4271c1 authored by Martin de la Iglesia's avatar Martin de la Iglesia
Browse files

Anpassungen für Krit. Apparat von Wildbad

parent 8267270e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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