Lines 1861-1867
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
1861 |
</z:index> |
1861 |
</z:index> |
1862 |
</xslo:template> |
1862 |
</xslo:template> |
1863 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='260']"> |
1863 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='260']"> |
1864 |
<z:index name="pl:w"> |
1864 |
<z:index name="pl:w Provider:w"> |
|
|
1865 |
<xslo:variable name="raw_heading"> |
1866 |
<xslo:for-each select="marc:subfield"> |
1867 |
<xslo:if test="position() > 1"> |
1868 |
<xslo:value-of select="substring(' ', 1, 1)"/> |
1869 |
</xslo:if> |
1870 |
<xslo:value-of select="."/> |
1871 |
</xslo:for-each> |
1872 |
</xslo:variable> |
1873 |
<xslo:value-of select="normalize-space($raw_heading)"/> |
1874 |
</z:index> |
1875 |
</xslo:template> |
1876 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='264']"> |
1877 |
<z:index name="Provider:w"> |
1865 |
<xslo:variable name="raw_heading"> |
1878 |
<xslo:variable name="raw_heading"> |
1866 |
<xslo:for-each select="marc:subfield"> |
1879 |
<xslo:for-each select="marc:subfield"> |
1867 |
<xslo:if test="position() > 1"> |
1880 |
<xslo:if test="position() > 1"> |
1868 |
- |
|
|