Fix mapping to use existing pazpar2 fields:
authorMike Taylor <mike@miketaylor.org.uk>
Wed, 13 Jan 2010 14:11:12 +0000 (14:11 +0000)
committerMike Taylor <mike@miketaylor.org.uk>
Wed, 13 Jan 2010 14:11:12 +0000 (14:11 +0000)
callno -> callnumber
location -> locallocation

etc/cf.xsl

index b081eb9..65ad69e 100644 (file)
   </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>