projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e1d99e
)
Assigns 'other' io literal to all unhandled media types
author
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Thu, 18 Jul 2013 18:27:45 +0000
(14:27 -0400)
committer
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Thu, 18 Jul 2013 18:27:45 +0000
(14:27 -0400)
To avoid multiple 'Miscellaneous Media' in UI facet
etc/tmarc.xsl
patch
|
blob
|
history
diff --git
a/etc/tmarc.xsl
b/etc/tmarc.xsl
index
3d21381
..
95e9975
100644
(file)
--- a/
etc/tmarc.xsl
+++ b/
etc/tmarc.xsl
@@
-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>