Lines 53-59
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
53 |
</z:index> |
53 |
</z:index> |
54 |
</xslo:template> |
54 |
</xslo:template> |
55 |
<xslo:template match="marc:controlfield[@tag='001']"> |
55 |
<xslo:template match="marc:controlfield[@tag='001']"> |
56 |
<z:index name="Local-Number:w Local-Number:n Local-Number:s Local-Number:p"> |
56 |
<z:index name="Local-Number:w Local-Number:p Local-Number:n Local-Number:s"> |
57 |
<xslo:value-of select="."/> |
57 |
<xslo:value-of select="."/> |
58 |
</z:index> |
58 |
</z:index> |
59 |
</xslo:template> |
59 |
</xslo:template> |
Lines 83-88
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
83 |
</xslo:if> |
83 |
</xslo:if> |
84 |
</xslo:for-each> |
84 |
</xslo:for-each> |
85 |
</xslo:template> |
85 |
</xslo:template> |
|
|
86 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='035']"> |
87 |
<xslo:for-each select="marc:subfield"> |
88 |
<xslo:if test="contains('az', @code)"> |
89 |
<z:index name="System-control-number:w System-control-number:p"> |
90 |
<xslo:value-of select="."/> |
91 |
</z:index> |
92 |
</xslo:if> |
93 |
</xslo:for-each> |
94 |
</xslo:template> |
86 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='040']"> |
95 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='040']"> |
87 |
<xslo:for-each select="marc:subfield"> |
96 |
<xslo:for-each select="marc:subfield"> |
88 |
<xslo:if test="contains('acd', @code)"> |
97 |
<xslo:if test="contains('acd', @code)"> |