Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- $Id: txt-teigap.xsl 2090 2013-10-24 15:23:22Z gabrielbodard $ -->
3
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
                xmlns:t="http://www.tei-c.org/ns/1.0"
5
                version="2.0">
6
  <!-- Imported templates can be found in teigap.xsl -->
7
  <xsl:import href="teigap.xsl"/>
8
  
9
  <xsl:template match="t:gap[@reason = 'lost']">
10
      <xsl:param name="parm-leiden-style" tunnel="yes" required="no"></xsl:param>
11
      <xsl:if test="@extent='unknown' and @reason='lost' and @unit='line' and ($parm-leiden-style = 'ddbdp' or $parm-leiden-style = 'sammelbuch')">
12
         <xsl:text>
13
&#xD;</xsl:text>
14
      </xsl:if>
15
      <xsl:apply-imports/>
16
  </xsl:template>
17
  
18
</xsl:stylesheet>
(81-81/95)