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:
6051e3f
)
Fix mapping to use existing pazpar2 fields:
author
Mike Taylor
<mike@miketaylor.org.uk>
Wed, 13 Jan 2010 14:11:12 +0000
(14:11 +0000)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Wed, 13 Jan 2010 14:11:12 +0000
(14:11 +0000)
callno -> callnumber
location -> locallocation
etc/cf.xsl
patch
|
blob
|
history
diff --git
a/etc/cf.xsl
b/etc/cf.xsl
index
b081eb9
..
65ad69e
100644
(file)
--- a/
etc/cf.xsl
+++ b/
etc/cf.xsl
@@
-81,13
+81,13
@@
</xsl:template>
<xsl:template match="location">
- <pz:metadata type="location">
+ <pz:metadata type="locallocation">
<xsl:value-of select="."/>
</pz:metadata>
</xsl:template>
<xsl:template match="callno">
- <pz:metadata type="callno">
+ <pz:metadata type="callnumber">
<xsl:value-of select="."/>
</pz:metadata>
</xsl:template>