Lines 1840-1846
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
1840 |
</z:index> |
1840 |
</z:index> |
1841 |
</xslo:template> |
1841 |
</xslo:template> |
1842 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='260']"> |
1842 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='260']"> |
1843 |
<z:index name="pl:w"> |
1843 |
<z:index name="pl:w Provider:w"> |
|
|
1844 |
<xslo:variable name="raw_heading"> |
1845 |
<xslo:for-each select="marc:subfield"> |
1846 |
<xslo:if test="position() > 1"> |
1847 |
<xslo:value-of select="substring(' ', 1, 1)"/> |
1848 |
</xslo:if> |
1849 |
<xslo:value-of select="."/> |
1850 |
</xslo:for-each> |
1851 |
</xslo:variable> |
1852 |
<xslo:value-of select="normalize-space($raw_heading)"/> |
1853 |
</z:index> |
1854 |
</xslo:template> |
1855 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='264']"> |
1856 |
<z:index name="Provider:w"> |
1844 |
<xslo:variable name="raw_heading"> |
1857 |
<xslo:variable name="raw_heading"> |
1845 |
<xslo:for-each select="marc:subfield"> |
1858 |
<xslo:for-each select="marc:subfield"> |
1846 |
<xslo:if test="position() > 1"> |
1859 |
<xslo:if test="position() > 1"> |
1847 |
- |
|
|