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:
0c6a543
)
Moves journal title abbreviation (773$p)
author
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Tue, 25 Jan 2011 19:40:06 +0000
(20:40 +0100)
committer
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Tue, 25 Jan 2011 19:40:06 +0000
(20:40 +0100)
... out of journal-subpart and into separate field journal-title-abbrev
etc/tmarc.xsl
patch
|
blob
|
history
diff --git
a/etc/tmarc.xsl
b/etc/tmarc.xsl
index
b2c67fc
..
a62a31d
100644
(file)
--- a/
etc/tmarc.xsl
+++ b/
etc/tmarc.xsl
@@
-632,7
+632,12
@@
</xsl:if>
<xsl:if test="tmarc:sg">
<pz:metadata type="journal-subpart">
- <xsl:value-of select="tmarc:sg"/> <xsl:value-of select="tmarc:sp"/>
+ <xsl:value-of select="tmarc:sg"/>
+ </pz:metadata>
+ </xsl:if>
+ <xsl:if test="tmarc:sp">
+ <pz:metadata type="journal-title-abbrev">
+ <xsl:value-of select="tmarc:sp"/>
</pz:metadata>
</xsl:if>
</xsl:for-each>