Skip to content

Commit 1e7fbc9

Browse files
committed
separated "medcyprus" from "london" Leiden-styles
1 parent e034bf0 commit 1e7fbc9

9 files changed

+18
-18
lines changed

htm-teig.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- Found in teig.xsl -->
2222
<xsl:call-template name="g-ddbdp"/>
2323
</xsl:when>
24-
<xsl:when test="$parm-leiden-style = 'london'">
24+
<xsl:when test="$parm-leiden-style = ('london','medcyprus')">
2525
<xsl:call-template name="g-london"/>
2626
</xsl:when>
2727
<xsl:when test="$parm-leiden-style = 'iospe'">

htm-teispace.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<xsl:param name="vacat"/>
1010
<xsl:param name="extent"/>
1111
<xsl:choose>
12-
<xsl:when test="$parm-leiden-style = 'london'">
12+
<xsl:when test="$parm-leiden-style = ('london','medcyprus')">
1313
<i dir="ltr">
1414
<!-- Found in teispace.xsl -->
1515
<xsl:call-template name="space-content-1">

teiabbrandexpan.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<!-- Found in tpl-certlow.xsl -->
5353
<xsl:call-template name="cert-low"/>
5454
<xsl:if
55-
test="$parm-leiden-style='london' and ancestor::node()[@part='M' or @part='I']
55+
test="$parm-leiden-style= ('london','medcyprus') and ancestor::node()[@part='M' or @part='I']
5656
and position()=last()">
5757
<xsl:text>-</xsl:text>
5858
</xsl:if><xsl:text>)</xsl:text>

teigap.xsl

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<xsl:when test="$leidenStyle = 'panciera' and $gapReason='illegible'">
2020
<xsl:text>+</xsl:text>
2121
</xsl:when>
22-
<xsl:when test="$leidenStyle='london'">
22+
<xsl:when test="$leidenStyle= ('london','medcyprus')">
2323
<xsl:text>&#xb7;</xsl:text>
2424
</xsl:when>
2525
<xsl:otherwise>
@@ -152,7 +152,7 @@
152152
</xsl:otherwise>
153153
</xsl:choose>
154154
<xsl:if
155-
test="$parm-leiden-style='london' and preceding-sibling::node()[1][@part='M' or @part='I'] and not($parm-edition-type='diplomatic')">
155+
test="$parm-leiden-style= ('london','medcyprus') and preceding-sibling::node()[1][@part='M' or @part='I'] and not($parm-edition-type='diplomatic')">
156156
<xsl:text>-</xsl:text>
157157
</xsl:if>
158158

@@ -188,7 +188,7 @@
188188
</xsl:if>
189189

190190
<xsl:if
191-
test="$parm-leiden-style='london' and following-sibling::node()[1][@part='M' or @part='F'] and not($parm-edition-type='diplomatic')">
191+
test="$parm-leiden-style= ('london','medcyprus') and following-sibling::node()[1][@part='M' or @part='F'] and not($parm-edition-type='diplomatic')">
192192
<xsl:text>-</xsl:text>
193193
</xsl:if>
194194

@@ -263,14 +263,14 @@
263263
</xsl:otherwise>
264264
</xsl:choose>
265265
</xsl:when>
266-
<xsl:when test="$parm-leiden-style = 'london' and not($parm-edition-type='diplomatic')">
266+
<xsl:when test="$parm-leiden-style = ('london','medcyprus') and not($parm-edition-type='diplomatic')">
267267
<xsl:value-of select="$cur-dot"/>
268268
<xsl:value-of select="$cur-dot"/>
269269
<xsl:text> ? </xsl:text>
270270
<xsl:value-of select="$cur-dot"/>
271271
<xsl:value-of select="$cur-dot"/>
272272
</xsl:when>
273-
<xsl:when test="$parm-leiden-style = 'london'">
273+
<xsl:when test="$parm-leiden-style = ('london','medcyprus')">
274274
<xsl:value-of select="$cur-dot"/>
275275
<xsl:value-of select="$cur-dot"/>
276276
<xsl:value-of select="$cur-dot"/>
@@ -345,7 +345,7 @@
345345
<xsl:text>c. </xsl:text>
346346
<xsl:value-of select="@quantity"/>
347347
</xsl:when>
348-
<xsl:when test="$parm-leiden-style = 'london'">
348+
<xsl:when test="$parm-leiden-style = ('london','medcyprus')">
349349
<xsl:value-of select="$cur-dot"/>
350350
<xsl:value-of select="$cur-dot"/>
351351
<xsl:text> </xsl:text>
@@ -445,7 +445,7 @@
445445
<xsl:text> - </xsl:text>
446446
<xsl:value-of select="@atMost"/>
447447
</xsl:when>
448-
<xsl:when test="$parm-leiden-style = 'london'">
448+
<xsl:when test="$parm-leiden-style = ('london','medcyprus')">
449449
<xsl:value-of select="$cur-dot"/>
450450
<xsl:value-of select="$cur-dot"/>
451451
<xsl:text> </xsl:text>
@@ -507,7 +507,7 @@
507507
</xsl:otherwise>
508508
</xsl:choose>
509509
</xsl:when>
510-
<xsl:when test="$parm-leiden-style = 'london'">
510+
<xsl:when test="$parm-leiden-style = ('london','medcyprus')">
511511
<xsl:text>---</xsl:text>
512512
</xsl:when>
513513
<xsl:when test="$parm-leiden-style =('panciera','eagletxt') and not(following-sibling::t:lb)">

teiseg.xsl

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<xsl:template match="t:seg | t:w">
99
<xsl:param name="parm-edition-type" tunnel="yes" required="no"></xsl:param>
1010
<xsl:param name="parm-leiden-style" tunnel="yes" required="no"></xsl:param>
11-
<xsl:if test="$parm-leiden-style='london' and (@part='M' or @part='F')
11+
<xsl:if test="$parm-leiden-style= ('london','medcyprus') and (@part='M' or @part='F')
1212
and not(preceding-sibling::node()[1][self::t:gap])
1313
and not($parm-edition-type='diplomatic')">
1414
<xsl:text>-</xsl:text>
@@ -19,7 +19,7 @@
1919
<!-- Found in tpl-certlow.xsl -->
2020
<xsl:call-template name="cert-low"/>
2121

22-
<xsl:if test="$parm-leiden-style='london' and (@part='I' or @part='M')
22+
<xsl:if test="$parm-leiden-style= ('london','medcyprus') and (@part='I' or @part='M')
2323
and not(following-sibling::node()[1][self::t:gap])
2424
and not(descendant::ex[last()])
2525
and not($parm-edition-type='diplomatic')">

teispace.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</xsl:call-template>
9090
</xsl:when>
9191

92-
<xsl:when test="$parm-leiden-style='london'">
92+
<xsl:when test="$parm-leiden-style= ('london','medcyprus')">
9393
<xsl:choose>
9494
<xsl:when test="@extent = 'unknown'">
9595
<!-- Found in [htm|txt]-teispace.xsl -->

teiunclear.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<xsl:for-each select="1 to $un-len-all">
4747
<xsl:choose>
48-
<xsl:when test="$parm-leiden-style='london'">
48+
<xsl:when test="$parm-leiden-style= ('london','medcyprus')">
4949
<xsl:text>·</xsl:text>
5050
</xsl:when>
5151
<xsl:when test="$parm-leiden-style=('ddbdp','dclp','sammelbuch')">

tpl-certlow.xsl

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<xsl:param name="parm-edition-type" tunnel="yes" required="no"></xsl:param>
1010
<xsl:param name="parm-leiden-style" tunnel="yes" required="no"></xsl:param>
1111
<xsl:if test="@cert='low' and $parm-edition-type != 'diplomatic'">
12-
<xsl:if test="not($parm-leiden-style = ('london','panciera','iospe') and local-name() = ('ex','supplied'))">
12+
<xsl:if test="not($parm-leiden-style = ('london','panciera','iospe','medcyprus') and local-name() = ('ex','supplied'))">
1313
<xsl:text>(</xsl:text>
1414
</xsl:if>
1515
<xsl:text>?</xsl:text>
16-
<xsl:if test="not($parm-leiden-style = ('london','panciera','iospe') and local-name() = ('ex','supplied'))">
16+
<xsl:if test="not($parm-leiden-style = ('london','panciera','iospe','medcyprus') and local-name() = ('ex','supplied'))">
1717
<xsl:text>)</xsl:text>
1818
</xsl:if>
1919
</xsl:if>

txt-teispace.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<xsl:param name="vacat"/>
1010
<xsl:param name="extent"/>
1111
<xsl:choose>
12-
<xsl:when test="$parm-leiden-style = 'london'">
12+
<xsl:when test="$parm-leiden-style = ('london','medcyprus')">
1313
<!-- Found in teispace.xsl -->
1414
<xsl:call-template name="space-content-1">
1515
<xsl:with-param name="vacat" select="$vacat"/>

0 commit comments

Comments
 (0)