Lines 18-23
Link Here
|
18 |
<xsl:key name="index_match_heading_tag" match="kohaidx:index_match_heading" use="@tag"/> |
18 |
<xsl:key name="index_match_heading_tag" match="kohaidx:index_match_heading" use="@tag"/> |
19 |
|
19 |
|
20 |
<xsl:template match="kohaidx:index_defs"> |
20 |
<xsl:template match="kohaidx:index_defs"> |
|
|
21 |
<xsl:comment> |
22 |
This file has been automatically generated from a Koha index definition file |
23 |
with the stylesheet koha-indexdefs-to-zebra.xsl. Do not manually edit this file, |
24 |
as it may be overwritten. To regenerate, edit the appropriate Koha index |
25 |
definition file (probably something like authority-koha-indexdefs.xml) and run: |
26 |
`xsltproc koha-indexdefs-to-zebra.xsl authority-koha-indexdefs.xml > |
27 |
authority-zebra-indexdefs.xsl` (substituting the appropriate file names). |
28 |
</xsl:comment> |
21 |
<xslo:stylesheet version="1.0"> |
29 |
<xslo:stylesheet version="1.0"> |
22 |
<xslo:output indent="yes" method="xml" version="1.0" encoding="UTF-8"/> |
30 |
<xslo:output indent="yes" method="xml" version="1.0" encoding="UTF-8"/> |
23 |
<xslo:template match="text()"/> |
31 |
<xslo:template match="text()"/> |
24 |
- |
|
|