Lines 149-155
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
149 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='150']"> |
149 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='150']"> |
150 |
<xslo:for-each select="marc:subfield"> |
150 |
<xslo:for-each select="marc:subfield"> |
151 |
<xslo:if test="contains('abvxyz', @code)"> |
151 |
<xslo:if test="contains('abvxyz', @code)"> |
152 |
<z:index name="Subject-topical:w Subject-topical:p"> |
152 |
<z:index name="Subject-topical:w Subject-topical:p Subject-heading:w Subject-heading:p"> |
153 |
<xslo:value-of select="."/> |
153 |
<xslo:value-of select="."/> |
154 |
</z:index> |
154 |
</z:index> |
155 |
</xslo:if> |
155 |
</xslo:if> |
Lines 613-622
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
613 |
</z:index> |
613 |
</z:index> |
614 |
</xslo:template> |
614 |
</xslo:template> |
615 |
<xslo:template mode="index_heading" match="marc:datafield[@tag='150']"> |
615 |
<xslo:template mode="index_heading" match="marc:datafield[@tag='150']"> |
616 |
<z:index name="Subject-topical-heading:w Subject-topical-heading:p Subject-topical-heading:s Heading:w Heading:p Heading:s"> |
616 |
<z:index name="Subject-heading:w Subject-heading:p Subject-heading:s Subject-topical-heading:w Subject-topical-heading:p Subject-topical-heading:s Heading:w Heading:p Heading:s"> |
617 |
<xslo:variable name="raw_heading"> |
617 |
<xslo:variable name="raw_heading"> |
618 |
<xslo:for-each select="marc:subfield"> |
618 |
<xslo:for-each select="marc:subfield"> |
619 |
<xslo:if test="contains('abvxyz', @code)" name="Subject-topical-heading:w Subject-topical-heading:p Subject-topical-heading:s Heading:w Heading:p Heading:s"> |
619 |
<xslo:if test="contains('abvxyz', @code)" name="Subject-heading:w Subject-heading:p Subject-heading:s Subject-topical-heading:w Subject-topical-heading:p Subject-topical-heading:s Heading:w Heading:p Heading:s"> |
620 |
<xslo:if test="position() > 1"> |
620 |
<xslo:if test="position() > 1"> |
621 |
<xslo:choose> |
621 |
<xslo:choose> |
622 |
<xslo:when test="contains('vxyz', @code)"> |
622 |
<xslo:when test="contains('vxyz', @code)"> |
623 |
- |
|
|