Move mergekey definition to pazpar2.cfg
[pazpar2-moved-to-github.git] / etc / cf.xsl
index 9c0fb74..9438c75 100644 (file)
 
   <xsl:template match="/record">
     <pz:record>
-      <xsl:attribute name="mergekey">
-             <xsl:text>title </xsl:text>
-        <xsl:value-of select="title" />
-             <xsl:text> author </xsl:text>
-        <xsl:value-of select="author"/>
-      </xsl:attribute>
       <xsl:apply-templates/>
     </pz:record>
   </xsl:template>