Fixed problem with medium type being incorrectly set to electronic_resource.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 20 Nov 2008 14:29:39 +0000 (15:29 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 20 Nov 2008 14:33:33 +0000 (15:33 +0100)
The medim type was set to electronic_resource if 856$u is present. The
medium is now set to book (unless fulltext_a / fulltext_b is present).
kk if electronic_location_url.
is present. This item

etc/marc21.xsl

index b2c8c13..3fddb72 100644 (file)
@@ -30,9 +30,6 @@
        <xsl:when test="$fulltext_b">
          <xsl:text>electronic resource</xsl:text>
        </xsl:when>
-       <xsl:when test="$electronic_location_url">
-         <xsl:text>electronic resource</xsl:text>
-       </xsl:when>
        <xsl:when test="$journal_title">
          <xsl:text>article</xsl:text>
        </xsl:when>