Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Aug 2013 10:48:19 +0000 (12:48 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Aug 2013 10:48:19 +0000 (12:48 +0200)
etc/tmarc.xsl

index 3d21381..95e9975 100644 (file)
@@ -97,9 +97,6 @@
            ($typeofserial='d' or $typeofserial='w')">web</xsl:when>
        <xsl:when test="$typeofrec='a' and $biblevel='b'">article</xsl:when>
        <xsl:when test="$typeofrec='m'">electronic</xsl:when>
-        <xsl:when test="$title_medium">
-          <xsl:value-of select="translate($title_medium, ' []/:', '')" />
-        </xsl:when>
         <xsl:otherwise>
           <xsl:text>other</xsl:text>
         </xsl:otherwise>