Lines 159-180
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
159 |
</xslo:if> |
159 |
</xslo:if> |
160 |
</xslo:for-each> |
160 |
</xslo:for-each> |
161 |
</xslo:template> |
161 |
</xslo:template> |
162 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='035']"> |
|
|
163 |
<xslo:for-each select="marc:subfield"> |
164 |
<xslo:if test="contains('a', @code)"> |
165 |
<z:index name="Other-control-number:w"> |
166 |
<xslo:value-of select="."/> |
167 |
</z:index> |
168 |
</xslo:if> |
169 |
</xslo:for-each> |
170 |
<xslo:for-each select="marc:subfield"> |
171 |
<xslo:if test="contains('z', @code)"> |
172 |
<z:index name="Other-control-number:w"> |
173 |
<xslo:value-of select="."/> |
174 |
</z:index> |
175 |
</xslo:if> |
176 |
</xslo:for-each> |
177 |
</xslo:template> |
178 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='041']"> |
162 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='041']"> |
179 |
<xslo:for-each select="marc:subfield"> |
163 |
<xslo:for-each select="marc:subfield"> |
180 |
<xslo:if test="contains('a', @code)"> |
164 |
<xslo:if test="contains('a', @code)"> |