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:
f6937ec
)
Adds the template fields journaltitle, volume, issue
author
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Tue, 15 Feb 2011 21:04:51 +0000
(22:04 +0100)
committer
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Tue, 15 Feb 2011 21:04:51 +0000
(22:04 +0100)
etc/cf.xsl
patch
|
blob
|
history
diff --git
a/etc/cf.xsl
b/etc/cf.xsl
index
886045a
..
fc18204
100644
(file)
--- a/
etc/cf.xsl
+++ b/
etc/cf.xsl
@@
-91,6
+91,24
@@
</pz:metadata>
</xsl:template>
</pz:metadata>
</xsl:template>
+ <xsl:template match="journaltitle">
+ <pz:metadata type="journal-title">
+ <xsl:value-of select="."/>
+ </pz:metadata>
+ </xsl:template>
+
+ <xsl:template match="volume">
+ <pz:metadata type="volume">
+ <xsl:value-of select="."/>
+ </pz:metadata>
+ </xsl:template>
+
+ <xsl:template match="issue">
+ <pz:metadata type="issue">
+ <xsl:value-of select="."/>
+ </pz:metadata>
+ </xsl:template>
+
<xsl:template match="item">
<pz:metadata type="locallocation">
<xsl:choose>
<xsl:template match="item">
<pz:metadata type="locallocation">
<xsl:choose>