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:
e85caac
)
Adds ISBN and ISSN to CF stylesheet.
author
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Tue, 25 Jan 2011 19:42:11 +0000
(20:42 +0100)
committer
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Tue, 25 Jan 2011 19:42:11 +0000
(20:42 +0100)
etc/cf.xsl
patch
|
blob
|
history
diff --git
a/etc/cf.xsl
b/etc/cf.xsl
index
6cd4ec0
..
886045a
100644
(file)
--- a/
etc/cf.xsl
+++ b/
etc/cf.xsl
@@
-79,6
+79,18
@@
</pz:metadata>
</xsl:template>
+ <xsl:template match="isbn">
+ <pz:metadata type="isbn">
+ <xsl:value-of select="."/>
+ </pz:metadata>
+ </xsl:template>
+
+ <xsl:template match="issn">
+ <pz:metadata type="issn">
+ <xsl:value-of select="."/>
+ </pz:metadata>
+ </xsl:template>
+
<xsl:template match="item">
<pz:metadata type="locallocation">
<xsl:choose>