Chaged element names on output
authorSebastian Hammer <quinn@dart.(none)>
Wed, 24 Mar 2010 15:34:44 +0000 (15:34 +0000)
committerSebastian Hammer <quinn@dart.(none)>
Wed, 24 Mar 2010 15:34:44 +0000 (15:34 +0000)
etc/cf.xsl

index 5ee8c67..119c4cc 100644 (file)
@@ -69,7 +69,7 @@
   </xsl:template>
 
   <xsl:template match="item">
-    <pz:metadata type="location">
+    <pz:metadata type="locallocation">
       <xsl:choose>
        <xsl:when test="location">
          <xsl:value-of select="location"/>
@@ -77,7 +77,7 @@
        <xsl:otherwise>PAZPAR2_NULL_VALUE</xsl:otherwise>
       </xsl:choose>
     </pz:metadata>
-    <pz:metadata type="callno">
+    <pz:metadata type="callnumber">
       <xsl:choose>
        <xsl:when test="callno">
          <xsl:value-of select="callno"/>