Lines 52-58
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
52 |
|
52 |
|
53 |
<xslo:template match="marc:record"> |
53 |
<xslo:template match="marc:record"> |
54 |
<xslo:variable name="idfield"> |
54 |
<xslo:variable name="idfield"> |
55 |
<xsl:attribute name="select">normalize-space(<xsl:value-of select="//id"/>)</xsl:attribute> |
55 |
<xsl:attribute name="select">normalize-space(<xsl:value-of select="//kohaidx:id"/>)</xsl:attribute> |
56 |
</xslo:variable> |
56 |
</xslo:variable> |
57 |
<z:record type="update"> |
57 |
<z:record type="update"> |
58 |
<xslo:attribute name="z:id"><xslo:value-of select="$idfield"/></xslo:attribute> |
58 |
<xslo:attribute name="z:id"><xslo:value-of select="$idfield"/></xslo:attribute> |
59 |
- |
|
|