Assigns 'other' io literal to all unhandled media types
[pazpar2-moved-to-github.git] / 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>