Lines 1823-1841
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
1823 |
<xslo:value-of select="normalize-space($raw_heading)"/> |
1823 |
<xslo:value-of select="normalize-space($raw_heading)"/> |
1824 |
</z:index> |
1824 |
</z:index> |
1825 |
</xslo:template> |
1825 |
</xslo:template> |
1826 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='260']"> |
|
|
1827 |
<z:index name="pl:w"> |
1828 |
<xslo:variable name="raw_heading"> |
1829 |
<xslo:for-each select="marc:subfield"> |
1830 |
<xslo:if test="position() > 1"> |
1831 |
<xslo:value-of select="substring(' ', 1, 1)"/> |
1832 |
</xslo:if> |
1833 |
<xslo:value-of select="."/> |
1834 |
</xslo:for-each> |
1835 |
</xslo:variable> |
1836 |
<xslo:value-of select="normalize-space($raw_heading)"/> |
1837 |
</z:index> |
1838 |
</xslo:template> |
1839 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='300']"> |
1826 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='300']"> |
1840 |
<z:index name="Extent:w Extent:p"> |
1827 |
<z:index name="Extent:w Extent:p"> |
1841 |
<xslo:variable name="raw_heading"> |
1828 |
<xslo:variable name="raw_heading"> |