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:
ed54a79
)
Attaches item id to loan period
author
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Mon, 29 Aug 2011 06:29:58 +0000
(08:29 +0200)
committer
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Mon, 29 Aug 2011 06:29:58 +0000
(08:29 +0200)
etc/tmarc.xsl
patch
|
blob
|
history
diff --git
a/etc/tmarc.xsl
b/etc/tmarc.xsl
index
b8f1624
..
8380f3d
100644
(file)
--- a/
etc/tmarc.xsl
+++ b/
etc/tmarc.xsl
@@
-688,7
+688,7
@@
<xsl:for-each select="tmarc:d876">
<xsl:if test="tmarc:sf">
<pz:metadata type="loan-period">
- <xsl:value-of select="tmarc:sf" />
+ <xsl:value-of select="concat(tmarc:s5,':',tmarc:sf)" />
</pz:metadata>
</xsl:if>
</xsl:for-each>