|
Lines 39-45
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 39 |
<xslo:apply-templates mode="index_heading_conditional"/> |
39 |
<xslo:apply-templates mode="index_heading_conditional"/> |
| 40 |
<xslo:apply-templates mode="index_match_heading"/> |
40 |
<xslo:apply-templates mode="index_match_heading"/> |
| 41 |
<xslo:apply-templates mode="index_subject_thesaurus"/> |
41 |
<xslo:apply-templates mode="index_subject_thesaurus"/> |
| 42 |
<xslo:apply-templates mode="index_all"/> |
|
|
| 43 |
</z:record> |
42 |
</z:record> |
| 44 |
</xslo:template> |
43 |
</xslo:template> |
| 45 |
<xslo:template match="marc:controlfield[@tag='001']"> |
44 |
<xslo:template match="marc:controlfield[@tag='001']"> |
|
Lines 61-67
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 61 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='090']"> |
60 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='090']"> |
| 62 |
<xslo:for-each select="marc:subfield"> |
61 |
<xslo:for-each select="marc:subfield"> |
| 63 |
<xslo:if test="contains('9', @code)"> |
62 |
<xslo:if test="contains('9', @code)"> |
| 64 |
<z:index name="Local-number:w Local-number:n"> |
63 |
<z:index name="Local-number:w Local-number:n Any:w Any:p"> |
| 65 |
<xslo:value-of select="."/> |
64 |
<xslo:value-of select="."/> |
| 66 |
</z:index> |
65 |
</z:index> |
| 67 |
</xslo:if> |
66 |
</xslo:if> |
|
Lines 70-90
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 70 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='099']"> |
69 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='099']"> |
| 71 |
<xslo:for-each select="marc:subfield"> |
70 |
<xslo:for-each select="marc:subfield"> |
| 72 |
<xslo:if test="contains('c', @code)"> |
71 |
<xslo:if test="contains('c', @code)"> |
| 73 |
<z:index name="date-entered-on-file:s date-entered-on-file:n date-entered-on-file:y Date-of-acquisition:w Date-of-acquisition:d Date-of-acquisition:s"> |
72 |
<z:index name="date-entered-on-file:s date-entered-on-file:n date-entered-on-file:y Date-of-acquisition:w Date-of-acquisition:d Date-of-acquisition:s Any:w Any:p"> |
| 74 |
<xslo:value-of select="."/> |
73 |
<xslo:value-of select="."/> |
| 75 |
</z:index> |
74 |
</z:index> |
| 76 |
</xslo:if> |
75 |
</xslo:if> |
| 77 |
</xslo:for-each> |
76 |
</xslo:for-each> |
| 78 |
<xslo:for-each select="marc:subfield"> |
77 |
<xslo:for-each select="marc:subfield"> |
| 79 |
<xslo:if test="contains('d', @code)"> |
78 |
<xslo:if test="contains('d', @code)"> |
| 80 |
<z:index name="Date/time-last-modified:s Date/time-last-modified:n Date/time-last-modified:y"> |
79 |
<z:index name="Date/time-last-modified:s Date/time-last-modified:n Date/time-last-modified:y Any:w Any:p"> |
| 81 |
<xslo:value-of select="."/> |
80 |
<xslo:value-of select="."/> |
| 82 |
</z:index> |
81 |
</z:index> |
| 83 |
</xslo:if> |
82 |
</xslo:if> |
| 84 |
</xslo:for-each> |
83 |
</xslo:for-each> |
| 85 |
<xslo:for-each select="marc:subfield"> |
84 |
<xslo:for-each select="marc:subfield"> |
| 86 |
<xslo:if test="contains('t', @code)"> |
85 |
<xslo:if test="contains('t', @code)"> |
| 87 |
<z:index name="ccode:w"> |
86 |
<z:index name="ccode:w Any:w Any:p"> |
| 88 |
<xslo:value-of select="."/> |
87 |
<xslo:value-of select="."/> |
| 89 |
</z:index> |
88 |
</z:index> |
| 90 |
</xslo:if> |
89 |
</xslo:if> |
|
Lines 93-106
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 93 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='010']"> |
92 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='010']"> |
| 94 |
<xslo:for-each select="marc:subfield"> |
93 |
<xslo:for-each select="marc:subfield"> |
| 95 |
<xslo:if test="contains('a', @code)"> |
94 |
<xslo:if test="contains('a', @code)"> |
| 96 |
<z:index name="ISBN:w"> |
95 |
<z:index name="ISBN:w Any:w Any:p"> |
| 97 |
<xslo:value-of select="."/> |
96 |
<xslo:value-of select="."/> |
| 98 |
</z:index> |
97 |
</z:index> |
| 99 |
</xslo:if> |
98 |
</xslo:if> |
| 100 |
</xslo:for-each> |
99 |
</xslo:for-each> |
| 101 |
<xslo:for-each select="marc:subfield"> |
100 |
<xslo:for-each select="marc:subfield"> |
| 102 |
<xslo:if test="contains('z', @code)"> |
101 |
<xslo:if test="contains('z', @code)"> |
| 103 |
<z:index name="ISBN:w Identifier-standard:w"> |
102 |
<z:index name="ISBN:w Identifier-standard:w Any:w Any:p"> |
| 104 |
<xslo:value-of select="."/> |
103 |
<xslo:value-of select="."/> |
| 105 |
</z:index> |
104 |
</z:index> |
| 106 |
</xslo:if> |
105 |
</xslo:if> |
|
Lines 109-143
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 109 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='011']"> |
108 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='011']"> |
| 110 |
<xslo:for-each select="marc:subfield"> |
109 |
<xslo:for-each select="marc:subfield"> |
| 111 |
<xslo:if test="contains('a', @code)"> |
110 |
<xslo:if test="contains('a', @code)"> |
| 112 |
<z:index name="ISSN:w Identifier-standard:w"> |
111 |
<z:index name="ISSN:w Identifier-standard:w Any:w Any:p"> |
| 113 |
<xslo:value-of select="."/> |
112 |
<xslo:value-of select="."/> |
| 114 |
</z:index> |
113 |
</z:index> |
| 115 |
</xslo:if> |
114 |
</xslo:if> |
| 116 |
</xslo:for-each> |
115 |
</xslo:for-each> |
| 117 |
<xslo:for-each select="marc:subfield"> |
116 |
<xslo:for-each select="marc:subfield"> |
| 118 |
<xslo:if test="contains('y', @code)"> |
117 |
<xslo:if test="contains('y', @code)"> |
| 119 |
<z:index name="ISSN:w Identifier-standard:w"> |
118 |
<z:index name="ISSN:w Identifier-standard:w Any:w Any:p"> |
| 120 |
<xslo:value-of select="."/> |
119 |
<xslo:value-of select="."/> |
| 121 |
</z:index> |
120 |
</z:index> |
| 122 |
</xslo:if> |
121 |
</xslo:if> |
| 123 |
</xslo:for-each> |
122 |
</xslo:for-each> |
| 124 |
<xslo:for-each select="marc:subfield"> |
123 |
<xslo:for-each select="marc:subfield"> |
| 125 |
<xslo:if test="contains('z', @code)"> |
124 |
<xslo:if test="contains('z', @code)"> |
| 126 |
<z:index name="ISSN:w Identifier-standard:w"> |
125 |
<z:index name="ISSN:w Identifier-standard:w Any:w Any:p"> |
| 127 |
<xslo:value-of select="."/> |
126 |
<xslo:value-of select="."/> |
| 128 |
</z:index> |
127 |
</z:index> |
| 129 |
</xslo:if> |
128 |
</xslo:if> |
| 130 |
</xslo:for-each> |
129 |
</xslo:for-each> |
| 131 |
<xslo:for-each select="marc:subfield"> |
130 |
<xslo:for-each select="marc:subfield"> |
| 132 |
<xslo:if test="contains('f', @code)"> |
131 |
<xslo:if test="contains('f', @code)"> |
| 133 |
<z:index name="Identifier-standard:w"> |
132 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 134 |
<xslo:value-of select="."/> |
133 |
<xslo:value-of select="."/> |
| 135 |
</z:index> |
134 |
</z:index> |
| 136 |
</xslo:if> |
135 |
</xslo:if> |
| 137 |
</xslo:for-each> |
136 |
</xslo:for-each> |
| 138 |
<xslo:for-each select="marc:subfield"> |
137 |
<xslo:for-each select="marc:subfield"> |
| 139 |
<xslo:if test="contains('g', @code)"> |
138 |
<xslo:if test="contains('g', @code)"> |
| 140 |
<z:index name="Identifier-standard:w"> |
139 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 141 |
<xslo:value-of select="."/> |
140 |
<xslo:value-of select="."/> |
| 142 |
</z:index> |
141 |
</z:index> |
| 143 |
</xslo:if> |
142 |
</xslo:if> |
|
Lines 146-152
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 146 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='012']"> |
145 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='012']"> |
| 147 |
<xslo:for-each select="marc:subfield"> |
146 |
<xslo:for-each select="marc:subfield"> |
| 148 |
<xslo:if test="contains('a', @code)"> |
147 |
<xslo:if test="contains('a', @code)"> |
| 149 |
<z:index name="Identifier-standard:w"> |
148 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 150 |
<xslo:value-of select="."/> |
149 |
<xslo:value-of select="."/> |
| 151 |
</z:index> |
150 |
</z:index> |
| 152 |
</xslo:if> |
151 |
</xslo:if> |
|
Lines 155-168
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 155 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='013']"> |
154 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='013']"> |
| 156 |
<xslo:for-each select="marc:subfield"> |
155 |
<xslo:for-each select="marc:subfield"> |
| 157 |
<xslo:if test="contains('a', @code)"> |
156 |
<xslo:if test="contains('a', @code)"> |
| 158 |
<z:index name="Identifier-standard:w"> |
157 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 159 |
<xslo:value-of select="."/> |
158 |
<xslo:value-of select="."/> |
| 160 |
</z:index> |
159 |
</z:index> |
| 161 |
</xslo:if> |
160 |
</xslo:if> |
| 162 |
</xslo:for-each> |
161 |
</xslo:for-each> |
| 163 |
<xslo:for-each select="marc:subfield"> |
162 |
<xslo:for-each select="marc:subfield"> |
| 164 |
<xslo:if test="contains('z', @code)"> |
163 |
<xslo:if test="contains('z', @code)"> |
| 165 |
<z:index name="Identifier-standard:w"> |
164 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 166 |
<xslo:value-of select="."/> |
165 |
<xslo:value-of select="."/> |
| 167 |
</z:index> |
166 |
</z:index> |
| 168 |
</xslo:if> |
167 |
</xslo:if> |
|
Lines 171-184
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 171 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='014']"> |
170 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='014']"> |
| 172 |
<xslo:for-each select="marc:subfield"> |
171 |
<xslo:for-each select="marc:subfield"> |
| 173 |
<xslo:if test="contains('a', @code)"> |
172 |
<xslo:if test="contains('a', @code)"> |
| 174 |
<z:index name="Identifier-standard:w"> |
173 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 175 |
<xslo:value-of select="."/> |
174 |
<xslo:value-of select="."/> |
| 176 |
</z:index> |
175 |
</z:index> |
| 177 |
</xslo:if> |
176 |
</xslo:if> |
| 178 |
</xslo:for-each> |
177 |
</xslo:for-each> |
| 179 |
<xslo:for-each select="marc:subfield"> |
178 |
<xslo:for-each select="marc:subfield"> |
| 180 |
<xslo:if test="contains('z', @code)"> |
179 |
<xslo:if test="contains('z', @code)"> |
| 181 |
<z:index name="Identifier-standard:w"> |
180 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 182 |
<xslo:value-of select="."/> |
181 |
<xslo:value-of select="."/> |
| 183 |
</z:index> |
182 |
</z:index> |
| 184 |
</xslo:if> |
183 |
</xslo:if> |
|
Lines 187-200
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 187 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='015']"> |
186 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='015']"> |
| 188 |
<xslo:for-each select="marc:subfield"> |
187 |
<xslo:for-each select="marc:subfield"> |
| 189 |
<xslo:if test="contains('a', @code)"> |
188 |
<xslo:if test="contains('a', @code)"> |
| 190 |
<z:index name="Identifier-standard:w"> |
189 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 191 |
<xslo:value-of select="."/> |
190 |
<xslo:value-of select="."/> |
| 192 |
</z:index> |
191 |
</z:index> |
| 193 |
</xslo:if> |
192 |
</xslo:if> |
| 194 |
</xslo:for-each> |
193 |
</xslo:for-each> |
| 195 |
<xslo:for-each select="marc:subfield"> |
194 |
<xslo:for-each select="marc:subfield"> |
| 196 |
<xslo:if test="contains('z', @code)"> |
195 |
<xslo:if test="contains('z', @code)"> |
| 197 |
<z:index name="Identifier-standard:w"> |
196 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 198 |
<xslo:value-of select="."/> |
197 |
<xslo:value-of select="."/> |
| 199 |
</z:index> |
198 |
</z:index> |
| 200 |
</xslo:if> |
199 |
</xslo:if> |
|
Lines 203-216
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 203 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='016']"> |
202 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='016']"> |
| 204 |
<xslo:for-each select="marc:subfield"> |
203 |
<xslo:for-each select="marc:subfield"> |
| 205 |
<xslo:if test="contains('a', @code)"> |
204 |
<xslo:if test="contains('a', @code)"> |
| 206 |
<z:index name="Identifier-standard:w"> |
205 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 207 |
<xslo:value-of select="."/> |
206 |
<xslo:value-of select="."/> |
| 208 |
</z:index> |
207 |
</z:index> |
| 209 |
</xslo:if> |
208 |
</xslo:if> |
| 210 |
</xslo:for-each> |
209 |
</xslo:for-each> |
| 211 |
<xslo:for-each select="marc:subfield"> |
210 |
<xslo:for-each select="marc:subfield"> |
| 212 |
<xslo:if test="contains('z', @code)"> |
211 |
<xslo:if test="contains('z', @code)"> |
| 213 |
<z:index name="Identifier-standard:w"> |
212 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 214 |
<xslo:value-of select="."/> |
213 |
<xslo:value-of select="."/> |
| 215 |
</z:index> |
214 |
</z:index> |
| 216 |
</xslo:if> |
215 |
</xslo:if> |
|
Lines 219-232
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 219 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='017']"> |
218 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='017']"> |
| 220 |
<xslo:for-each select="marc:subfield"> |
219 |
<xslo:for-each select="marc:subfield"> |
| 221 |
<xslo:if test="contains('a', @code)"> |
220 |
<xslo:if test="contains('a', @code)"> |
| 222 |
<z:index name="Identifier-standard:w"> |
221 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 223 |
<xslo:value-of select="."/> |
222 |
<xslo:value-of select="."/> |
| 224 |
</z:index> |
223 |
</z:index> |
| 225 |
</xslo:if> |
224 |
</xslo:if> |
| 226 |
</xslo:for-each> |
225 |
</xslo:for-each> |
| 227 |
<xslo:for-each select="marc:subfield"> |
226 |
<xslo:for-each select="marc:subfield"> |
| 228 |
<xslo:if test="contains('z', @code)"> |
227 |
<xslo:if test="contains('z', @code)"> |
| 229 |
<z:index name="Identifier-standard:w"> |
228 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 230 |
<xslo:value-of select="."/> |
229 |
<xslo:value-of select="."/> |
| 231 |
</z:index> |
230 |
</z:index> |
| 232 |
</xslo:if> |
231 |
</xslo:if> |
|
Lines 235-248
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 235 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='040']"> |
234 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='040']"> |
| 236 |
<xslo:for-each select="marc:subfield"> |
235 |
<xslo:for-each select="marc:subfield"> |
| 237 |
<xslo:if test="contains('a', @code)"> |
236 |
<xslo:if test="contains('a', @code)"> |
| 238 |
<z:index name="Identifier-standard:w"> |
237 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 239 |
<xslo:value-of select="."/> |
238 |
<xslo:value-of select="."/> |
| 240 |
</z:index> |
239 |
</z:index> |
| 241 |
</xslo:if> |
240 |
</xslo:if> |
| 242 |
</xslo:for-each> |
241 |
</xslo:for-each> |
| 243 |
<xslo:for-each select="marc:subfield"> |
242 |
<xslo:for-each select="marc:subfield"> |
| 244 |
<xslo:if test="contains('z', @code)"> |
243 |
<xslo:if test="contains('z', @code)"> |
| 245 |
<z:index name="Identifier-standard:w"> |
244 |
<z:index name="Identifier-standard:w Any:w Any:p"> |
| 246 |
<xslo:value-of select="."/> |
245 |
<xslo:value-of select="."/> |
| 247 |
</z:index> |
246 |
</z:index> |
| 248 |
</xslo:if> |
247 |
</xslo:if> |
|
Lines 251-271
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 251 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='071']"> |
250 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='071']"> |
| 252 |
<xslo:for-each select="marc:subfield"> |
251 |
<xslo:for-each select="marc:subfield"> |
| 253 |
<xslo:if test="contains('a', @code)"> |
252 |
<xslo:if test="contains('a', @code)"> |
| 254 |
<z:index name="Identifier-publisher-for-music:w Identifier-standard:w"> |
253 |
<z:index name="Identifier-publisher-for-music:w Identifier-standard:w Any:w Any:p"> |
| 255 |
<xslo:value-of select="."/> |
254 |
<xslo:value-of select="."/> |
| 256 |
</z:index> |
255 |
</z:index> |
| 257 |
</xslo:if> |
256 |
</xslo:if> |
| 258 |
</xslo:for-each> |
257 |
</xslo:for-each> |
| 259 |
<xslo:for-each select="marc:subfield"> |
258 |
<xslo:for-each select="marc:subfield"> |
| 260 |
<xslo:if test="contains('z', @code)"> |
259 |
<xslo:if test="contains('z', @code)"> |
| 261 |
<z:index name="Identifier-publisher-for-music:w Identifier-standard:w"> |
260 |
<z:index name="Identifier-publisher-for-music:w Identifier-standard:w Any:w Any:p"> |
| 262 |
<xslo:value-of select="."/> |
261 |
<xslo:value-of select="."/> |
| 263 |
</z:index> |
262 |
</z:index> |
| 264 |
</xslo:if> |
263 |
</xslo:if> |
| 265 |
</xslo:for-each> |
264 |
</xslo:for-each> |
| 266 |
<xslo:for-each select="marc:subfield"> |
265 |
<xslo:for-each select="marc:subfield"> |
| 267 |
<xslo:if test="contains('b', @code)"> |
266 |
<xslo:if test="contains('b', @code)"> |
| 268 |
<z:index name="Publisher:w Publisher:p"> |
267 |
<z:index name="Publisher:w Publisher:p Any:w Any:p"> |
| 269 |
<xslo:value-of select="."/> |
268 |
<xslo:value-of select="."/> |
| 270 |
</z:index> |
269 |
</z:index> |
| 271 |
</xslo:if> |
270 |
</xslo:if> |
|
Lines 274-287
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 274 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='072']"> |
273 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='072']"> |
| 275 |
<xslo:for-each select="marc:subfield"> |
274 |
<xslo:for-each select="marc:subfield"> |
| 276 |
<xslo:if test="contains('a', @code)"> |
275 |
<xslo:if test="contains('a', @code)"> |
| 277 |
<z:index name="UPC:w Identifier-standard:w"> |
276 |
<z:index name="UPC:w Identifier-standard:w Any:w Any:p"> |
| 278 |
<xslo:value-of select="."/> |
277 |
<xslo:value-of select="."/> |
| 279 |
</z:index> |
278 |
</z:index> |
| 280 |
</xslo:if> |
279 |
</xslo:if> |
| 281 |
</xslo:for-each> |
280 |
</xslo:for-each> |
| 282 |
<xslo:for-each select="marc:subfield"> |
281 |
<xslo:for-each select="marc:subfield"> |
| 283 |
<xslo:if test="contains('z', @code)"> |
282 |
<xslo:if test="contains('z', @code)"> |
| 284 |
<z:index name="UPC:w Identifier-standard:w"> |
283 |
<z:index name="UPC:w Identifier-standard:w Any:w Any:p"> |
| 285 |
<xslo:value-of select="."/> |
284 |
<xslo:value-of select="."/> |
| 286 |
</z:index> |
285 |
</z:index> |
| 287 |
</xslo:if> |
286 |
</xslo:if> |
|
Lines 290-303
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 290 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='073']"> |
289 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='073']"> |
| 291 |
<xslo:for-each select="marc:subfield"> |
290 |
<xslo:for-each select="marc:subfield"> |
| 292 |
<xslo:if test="contains('a', @code)"> |
291 |
<xslo:if test="contains('a', @code)"> |
| 293 |
<z:index name="EAN:w Identifier-standard:w"> |
292 |
<z:index name="EAN:w Identifier-standard:w Any:w Any:p"> |
| 294 |
<xslo:value-of select="."/> |
293 |
<xslo:value-of select="."/> |
| 295 |
</z:index> |
294 |
</z:index> |
| 296 |
</xslo:if> |
295 |
</xslo:if> |
| 297 |
</xslo:for-each> |
296 |
</xslo:for-each> |
| 298 |
<xslo:for-each select="marc:subfield"> |
297 |
<xslo:for-each select="marc:subfield"> |
| 299 |
<xslo:if test="contains('z', @code)"> |
298 |
<xslo:if test="contains('z', @code)"> |
| 300 |
<z:index name="EAN:w Identifier-standard:w"> |
299 |
<z:index name="EAN:w Identifier-standard:w Any:w Any:p"> |
| 301 |
<xslo:value-of select="."/> |
300 |
<xslo:value-of select="."/> |
| 302 |
</z:index> |
301 |
</z:index> |
| 303 |
</xslo:if> |
302 |
</xslo:if> |
|
Lines 306-361
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 306 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='200']"> |
305 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='200']"> |
| 307 |
<xslo:for-each select="marc:subfield"> |
306 |
<xslo:for-each select="marc:subfield"> |
| 308 |
<xslo:if test="contains('b', @code)"> |
307 |
<xslo:if test="contains('b', @code)"> |
| 309 |
<z:index name="itemtype:w itemtype:p itype:w itype:p Material-type:w Material-type:p"> |
308 |
<z:index name="itemtype:w itemtype:p itype:w itype:p Material-type:w Material-type:p Any:w Any:p"> |
| 310 |
<xslo:value-of select="."/> |
309 |
<xslo:value-of select="."/> |
| 311 |
</z:index> |
310 |
</z:index> |
| 312 |
</xslo:if> |
311 |
</xslo:if> |
| 313 |
</xslo:for-each> |
312 |
</xslo:for-each> |
| 314 |
<xslo:for-each select="marc:subfield"> |
313 |
<xslo:for-each select="marc:subfield"> |
| 315 |
<xslo:if test="contains('f', @code)"> |
314 |
<xslo:if test="contains('f', @code)"> |
| 316 |
<z:index name="Author:w Author:p"> |
315 |
<z:index name="Author:w Author:p Any:w Any:p"> |
| 317 |
<xslo:value-of select="."/> |
316 |
<xslo:value-of select="."/> |
| 318 |
</z:index> |
317 |
</z:index> |
| 319 |
</xslo:if> |
318 |
</xslo:if> |
| 320 |
</xslo:for-each> |
319 |
</xslo:for-each> |
| 321 |
<xslo:for-each select="marc:subfield"> |
320 |
<xslo:for-each select="marc:subfield"> |
| 322 |
<xslo:if test="contains('g', @code)"> |
321 |
<xslo:if test="contains('g', @code)"> |
| 323 |
<z:index name="Author:w Author:p"> |
322 |
<z:index name="Author:w Author:p Any:w Any:p"> |
| 324 |
<xslo:value-of select="."/> |
323 |
<xslo:value-of select="."/> |
| 325 |
</z:index> |
324 |
</z:index> |
| 326 |
</xslo:if> |
325 |
</xslo:if> |
| 327 |
</xslo:for-each> |
326 |
</xslo:for-each> |
| 328 |
<xslo:for-each select="marc:subfield"> |
327 |
<xslo:for-each select="marc:subfield"> |
| 329 |
<xslo:if test="contains('a', @code)"> |
328 |
<xslo:if test="contains('a', @code)"> |
| 330 |
<z:index name="Title:w Title:p Title:s Title-cover:w Title-cover:p Title-cover:s"> |
329 |
<z:index name="Title:w Title:p Title:s Title-cover:w Title-cover:p Title-cover:s Any:w Any:p"> |
| 331 |
<xslo:value-of select="."/> |
330 |
<xslo:value-of select="."/> |
| 332 |
</z:index> |
331 |
</z:index> |
| 333 |
</xslo:if> |
332 |
</xslo:if> |
| 334 |
</xslo:for-each> |
333 |
</xslo:for-each> |
| 335 |
<xslo:for-each select="marc:subfield"> |
334 |
<xslo:for-each select="marc:subfield"> |
| 336 |
<xslo:if test="contains('c', @code)"> |
335 |
<xslo:if test="contains('c', @code)"> |
| 337 |
<z:index name="Title:w Title:p"> |
336 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 338 |
<xslo:value-of select="."/> |
337 |
<xslo:value-of select="."/> |
| 339 |
</z:index> |
338 |
</z:index> |
| 340 |
</xslo:if> |
339 |
</xslo:if> |
| 341 |
</xslo:for-each> |
340 |
</xslo:for-each> |
| 342 |
<xslo:for-each select="marc:subfield"> |
341 |
<xslo:for-each select="marc:subfield"> |
| 343 |
<xslo:if test="contains('d', @code)"> |
342 |
<xslo:if test="contains('d', @code)"> |
| 344 |
<z:index name="Title:w Title:p"> |
343 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 345 |
<xslo:value-of select="."/> |
344 |
<xslo:value-of select="."/> |
| 346 |
</z:index> |
345 |
</z:index> |
| 347 |
</xslo:if> |
346 |
</xslo:if> |
| 348 |
</xslo:for-each> |
347 |
</xslo:for-each> |
| 349 |
<xslo:for-each select="marc:subfield"> |
348 |
<xslo:for-each select="marc:subfield"> |
| 350 |
<xslo:if test="contains('e', @code)"> |
349 |
<xslo:if test="contains('e', @code)"> |
| 351 |
<z:index name="Title:w Title:p Title-cover:w Title-cover:p"> |
350 |
<z:index name="Title:w Title:p Title-cover:w Title-cover:p Any:w Any:p"> |
| 352 |
<xslo:value-of select="."/> |
351 |
<xslo:value-of select="."/> |
| 353 |
</z:index> |
352 |
</z:index> |
| 354 |
</xslo:if> |
353 |
</xslo:if> |
| 355 |
</xslo:for-each> |
354 |
</xslo:for-each> |
| 356 |
<xslo:for-each select="marc:subfield"> |
355 |
<xslo:for-each select="marc:subfield"> |
| 357 |
<xslo:if test="contains('i', @code)"> |
356 |
<xslo:if test="contains('i', @code)"> |
| 358 |
<z:index name="Title:w Title:p Title-cover:w Title-cover:p"> |
357 |
<z:index name="Title:w Title:p Title-cover:w Title-cover:p Any:w Any:p"> |
| 359 |
<xslo:value-of select="."/> |
358 |
<xslo:value-of select="."/> |
| 360 |
</z:index> |
359 |
</z:index> |
| 361 |
</xslo:if> |
360 |
</xslo:if> |
|
Lines 364-468
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 364 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='995']"> |
363 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='995']"> |
| 365 |
<xslo:for-each select="marc:subfield"> |
364 |
<xslo:for-each select="marc:subfield"> |
| 366 |
<xslo:if test="contains('r', @code)"> |
365 |
<xslo:if test="contains('r', @code)"> |
| 367 |
<z:index name="itemtype:w itemtype:p itype:w itype:p"> |
366 |
<z:index name="itemtype:w itemtype:p itype:w itype:p Any:w Any:p"> |
| 368 |
<xslo:value-of select="."/> |
367 |
<xslo:value-of select="."/> |
| 369 |
</z:index> |
368 |
</z:index> |
| 370 |
</xslo:if> |
369 |
</xslo:if> |
| 371 |
</xslo:for-each> |
370 |
</xslo:for-each> |
| 372 |
<xslo:for-each select="marc:subfield"> |
371 |
<xslo:for-each select="marc:subfield"> |
| 373 |
<xslo:if test="contains('1', @code)"> |
372 |
<xslo:if test="contains('1', @code)"> |
| 374 |
<z:index name="damaged:w damaged:n item:w"> |
373 |
<z:index name="damaged:w damaged:n item:w Any:w Any:p"> |
| 375 |
<xslo:value-of select="."/> |
374 |
<xslo:value-of select="."/> |
| 376 |
</z:index> |
375 |
</z:index> |
| 377 |
</xslo:if> |
376 |
</xslo:if> |
| 378 |
</xslo:for-each> |
377 |
</xslo:for-each> |
| 379 |
<xslo:for-each select="marc:subfield"> |
378 |
<xslo:for-each select="marc:subfield"> |
| 380 |
<xslo:if test="contains('2', @code)"> |
379 |
<xslo:if test="contains('2', @code)"> |
| 381 |
<z:index name="lost:w lost:n item:w"> |
380 |
<z:index name="lost:w lost:n item:w Any:w Any:p"> |
| 382 |
<xslo:value-of select="."/> |
381 |
<xslo:value-of select="."/> |
| 383 |
</z:index> |
382 |
</z:index> |
| 384 |
</xslo:if> |
383 |
</xslo:if> |
| 385 |
</xslo:for-each> |
384 |
</xslo:for-each> |
| 386 |
<xslo:for-each select="marc:subfield"> |
385 |
<xslo:for-each select="marc:subfield"> |
| 387 |
<xslo:if test="contains('3', @code)"> |
386 |
<xslo:if test="contains('3', @code)"> |
| 388 |
<z:index name="withdrawn:w withdrawn:n item:w"> |
387 |
<z:index name="withdrawn:w withdrawn:n item:w Any:w Any:p"> |
| 389 |
<xslo:value-of select="."/> |
388 |
<xslo:value-of select="."/> |
| 390 |
</z:index> |
389 |
</z:index> |
| 391 |
</xslo:if> |
390 |
</xslo:if> |
| 392 |
</xslo:for-each> |
391 |
</xslo:for-each> |
| 393 |
<xslo:for-each select="marc:subfield"> |
392 |
<xslo:for-each select="marc:subfield"> |
| 394 |
<xslo:if test="contains('a', @code)"> |
393 |
<xslo:if test="contains('a', @code)"> |
| 395 |
<z:index name="homebranch:w Host-item:w item:w"> |
394 |
<z:index name="homebranch:w Host-item:w item:w Any:w Any:p"> |
| 396 |
<xslo:value-of select="."/> |
395 |
<xslo:value-of select="."/> |
| 397 |
</z:index> |
396 |
</z:index> |
| 398 |
</xslo:if> |
397 |
</xslo:if> |
| 399 |
</xslo:for-each> |
398 |
</xslo:for-each> |
| 400 |
<xslo:for-each select="marc:subfield"> |
399 |
<xslo:for-each select="marc:subfield"> |
| 401 |
<xslo:if test="contains('b', @code)"> |
400 |
<xslo:if test="contains('b', @code)"> |
| 402 |
<z:index name="homebranch:w Host-item:w item:w"> |
401 |
<z:index name="homebranch:w Host-item:w item:w Any:w Any:p"> |
| 403 |
<xslo:value-of select="."/> |
402 |
<xslo:value-of select="."/> |
| 404 |
</z:index> |
403 |
</z:index> |
| 405 |
</xslo:if> |
404 |
</xslo:if> |
| 406 |
</xslo:for-each> |
405 |
</xslo:for-each> |
| 407 |
<xslo:for-each select="marc:subfield"> |
406 |
<xslo:for-each select="marc:subfield"> |
| 408 |
<xslo:if test="contains('c', @code)"> |
407 |
<xslo:if test="contains('c', @code)"> |
| 409 |
<z:index name="holdingbranch:w Record-Source:w item:w"> |
408 |
<z:index name="holdingbranch:w Record-Source:w item:w Any:w Any:p"> |
| 410 |
<xslo:value-of select="."/> |
409 |
<xslo:value-of select="."/> |
| 411 |
</z:index> |
410 |
</z:index> |
| 412 |
</xslo:if> |
411 |
</xslo:if> |
| 413 |
</xslo:for-each> |
412 |
</xslo:for-each> |
| 414 |
<xslo:for-each select="marc:subfield"> |
413 |
<xslo:for-each select="marc:subfield"> |
| 415 |
<xslo:if test="contains('d', @code)"> |
414 |
<xslo:if test="contains('d', @code)"> |
| 416 |
<z:index name="holdingbranch:w Record-Source:w item:w"> |
415 |
<z:index name="holdingbranch:w Record-Source:w item:w Any:w Any:p"> |
| 417 |
<xslo:value-of select="."/> |
416 |
<xslo:value-of select="."/> |
| 418 |
</z:index> |
417 |
</z:index> |
| 419 |
</xslo:if> |
418 |
</xslo:if> |
| 420 |
</xslo:for-each> |
419 |
</xslo:for-each> |
| 421 |
<xslo:for-each select="marc:subfield"> |
420 |
<xslo:for-each select="marc:subfield"> |
| 422 |
<xslo:if test="contains('e', @code)"> |
421 |
<xslo:if test="contains('e', @code)"> |
| 423 |
<z:index name="location:w location:p item:w"> |
422 |
<z:index name="location:w location:p item:w Any:w Any:p"> |
| 424 |
<xslo:value-of select="."/> |
423 |
<xslo:value-of select="."/> |
| 425 |
</z:index> |
424 |
</z:index> |
| 426 |
</xslo:if> |
425 |
</xslo:if> |
| 427 |
</xslo:for-each> |
426 |
</xslo:for-each> |
| 428 |
<xslo:for-each select="marc:subfield"> |
427 |
<xslo:for-each select="marc:subfield"> |
| 429 |
<xslo:if test="contains('f', @code)"> |
428 |
<xslo:if test="contains('f', @code)"> |
| 430 |
<z:index name="barcode:w barcode:p item:w"> |
429 |
<z:index name="barcode:w barcode:p item:w Any:w Any:p"> |
| 431 |
<xslo:value-of select="."/> |
430 |
<xslo:value-of select="."/> |
| 432 |
</z:index> |
431 |
</z:index> |
| 433 |
</xslo:if> |
432 |
</xslo:if> |
| 434 |
</xslo:for-each> |
433 |
</xslo:for-each> |
| 435 |
<xslo:for-each select="marc:subfield"> |
434 |
<xslo:for-each select="marc:subfield"> |
| 436 |
<xslo:if test="contains('h', @code)"> |
435 |
<xslo:if test="contains('h', @code)"> |
| 437 |
<z:index name="ccode:w ccode:p item:w"> |
436 |
<z:index name="ccode:w ccode:p item:w Any:w Any:p"> |
| 438 |
<xslo:value-of select="."/> |
437 |
<xslo:value-of select="."/> |
| 439 |
</z:index> |
438 |
</z:index> |
| 440 |
</xslo:if> |
439 |
</xslo:if> |
| 441 |
</xslo:for-each> |
440 |
</xslo:for-each> |
| 442 |
<xslo:for-each select="marc:subfield"> |
441 |
<xslo:for-each select="marc:subfield"> |
| 443 |
<xslo:if test="contains('j', @code)"> |
442 |
<xslo:if test="contains('j', @code)"> |
| 444 |
<z:index name="LC-card-number:s item:w"> |
443 |
<z:index name="LC-card-number:s item:w Any:w Any:p"> |
| 445 |
<xslo:value-of select="."/> |
444 |
<xslo:value-of select="."/> |
| 446 |
</z:index> |
445 |
</z:index> |
| 447 |
</xslo:if> |
446 |
</xslo:if> |
| 448 |
</xslo:for-each> |
447 |
</xslo:for-each> |
| 449 |
<xslo:for-each select="marc:subfield"> |
448 |
<xslo:for-each select="marc:subfield"> |
| 450 |
<xslo:if test="contains('k', @code)"> |
449 |
<xslo:if test="contains('k', @code)"> |
| 451 |
<z:index name="Call-Number:w Local-classification:w lcn:w Call-Number:p Local-classification:p lcn:p item:w Local-classification:s"> |
450 |
<z:index name="Call-Number:w Local-classification:w lcn:w Call-Number:p Local-classification:p lcn:p item:w Local-classification:s Any:w Any:p"> |
| 452 |
<xslo:value-of select="."/> |
451 |
<xslo:value-of select="."/> |
| 453 |
</z:index> |
452 |
</z:index> |
| 454 |
</xslo:if> |
453 |
</xslo:if> |
| 455 |
</xslo:for-each> |
454 |
</xslo:for-each> |
| 456 |
<xslo:for-each select="marc:subfield"> |
455 |
<xslo:for-each select="marc:subfield"> |
| 457 |
<xslo:if test="contains('n', @code)"> |
456 |
<xslo:if test="contains('n', @code)"> |
| 458 |
<z:index name="onloan:d onloan:n onloan:s onloan:w item:w"> |
457 |
<z:index name="onloan:d onloan:n onloan:s onloan:w item:w Any:w Any:p"> |
| 459 |
<xslo:value-of select="."/> |
458 |
<xslo:value-of select="."/> |
| 460 |
</z:index> |
459 |
</z:index> |
| 461 |
</xslo:if> |
460 |
</xslo:if> |
| 462 |
</xslo:for-each> |
461 |
</xslo:for-each> |
| 463 |
<xslo:for-each select="marc:subfield"> |
462 |
<xslo:for-each select="marc:subfield"> |
| 464 |
<xslo:if test="contains('u', @code)"> |
463 |
<xslo:if test="contains('u', @code)"> |
| 465 |
<z:index name="Note:w Note:p item:w"> |
464 |
<z:index name="Note:w Note:p item:w Any:w Any:p"> |
| 466 |
<xslo:value-of select="."/> |
465 |
<xslo:value-of select="."/> |
| 467 |
</z:index> |
466 |
</z:index> |
| 468 |
</xslo:if> |
467 |
</xslo:if> |
|
Lines 471-533
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 471 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='100']"> |
470 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='100']"> |
| 472 |
<xslo:for-each select="marc:subfield"> |
471 |
<xslo:for-each select="marc:subfield"> |
| 473 |
<xslo:if test="contains('a', @code)"> |
472 |
<xslo:if test="contains('a', @code)"> |
| 474 |
<z:index name="tpubdate:s"> |
473 |
<z:index name="tpubdate:s Any:w Any:p"> |
| 475 |
<xslo:value-of select="substring(., 9, 1)"/> |
474 |
<xslo:value-of select="substring(., 9, 1)"/> |
| 476 |
</z:index> |
475 |
</z:index> |
| 477 |
</xslo:if> |
476 |
</xslo:if> |
| 478 |
</xslo:for-each> |
477 |
</xslo:for-each> |
| 479 |
<xslo:for-each select="marc:subfield"> |
478 |
<xslo:for-each select="marc:subfield"> |
| 480 |
<xslo:if test="contains('a', @code)"> |
479 |
<xslo:if test="contains('a', @code)"> |
| 481 |
<z:index name="ta:w"> |
480 |
<z:index name="ta:w Any:w Any:p"> |
| 482 |
<xslo:value-of select="substring(., 18, 1)"/> |
481 |
<xslo:value-of select="substring(., 18, 1)"/> |
| 483 |
</z:index> |
482 |
</z:index> |
| 484 |
</xslo:if> |
483 |
</xslo:if> |
| 485 |
</xslo:for-each> |
484 |
</xslo:for-each> |
| 486 |
<xslo:for-each select="marc:subfield"> |
485 |
<xslo:for-each select="marc:subfield"> |
| 487 |
<xslo:if test="contains('a', @code)"> |
486 |
<xslo:if test="contains('a', @code)"> |
| 488 |
<z:index name="ta:w"> |
487 |
<z:index name="ta:w Any:w Any:p"> |
| 489 |
<xslo:value-of select="substring(., 19, 1)"/> |
488 |
<xslo:value-of select="substring(., 19, 1)"/> |
| 490 |
</z:index> |
489 |
</z:index> |
| 491 |
</xslo:if> |
490 |
</xslo:if> |
| 492 |
</xslo:for-each> |
491 |
</xslo:for-each> |
| 493 |
<xslo:for-each select="marc:subfield"> |
492 |
<xslo:for-each select="marc:subfield"> |
| 494 |
<xslo:if test="contains('a', @code)"> |
493 |
<xslo:if test="contains('a', @code)"> |
| 495 |
<z:index name="ta:w"> |
494 |
<z:index name="ta:w Any:w Any:p"> |
| 496 |
<xslo:value-of select="substring(., 20, 1)"/> |
495 |
<xslo:value-of select="substring(., 20, 1)"/> |
| 497 |
</z:index> |
496 |
</z:index> |
| 498 |
</xslo:if> |
497 |
</xslo:if> |
| 499 |
</xslo:for-each> |
498 |
</xslo:for-each> |
| 500 |
<xslo:for-each select="marc:subfield"> |
499 |
<xslo:for-each select="marc:subfield"> |
| 501 |
<xslo:if test="contains('a', @code)"> |
500 |
<xslo:if test="contains('a', @code)"> |
| 502 |
<z:index name="Modified-code:n"> |
501 |
<z:index name="Modified-code:n Any:w Any:p"> |
| 503 |
<xslo:value-of select="substring(., 22, 1)"/> |
502 |
<xslo:value-of select="substring(., 22, 1)"/> |
| 504 |
</z:index> |
503 |
</z:index> |
| 505 |
</xslo:if> |
504 |
</xslo:if> |
| 506 |
</xslo:for-each> |
505 |
</xslo:for-each> |
| 507 |
<xslo:for-each select="marc:subfield"> |
506 |
<xslo:for-each select="marc:subfield"> |
| 508 |
<xslo:if test="contains('a', @code)"> |
507 |
<xslo:if test="contains('a', @code)"> |
| 509 |
<z:index name="char-encoding:n"> |
508 |
<z:index name="char-encoding:n Any:w Any:p"> |
| 510 |
<xslo:value-of select="substring(., 27, 2)"/> |
509 |
<xslo:value-of select="substring(., 27, 2)"/> |
| 511 |
</z:index> |
510 |
</z:index> |
| 512 |
</xslo:if> |
511 |
</xslo:if> |
| 513 |
</xslo:for-each> |
512 |
</xslo:for-each> |
| 514 |
<xslo:for-each select="marc:subfield"> |
513 |
<xslo:for-each select="marc:subfield"> |
| 515 |
<xslo:if test="contains('a', @code)"> |
514 |
<xslo:if test="contains('a', @code)"> |
| 516 |
<z:index name="char-encoding:n"> |
515 |
<z:index name="char-encoding:n Any:w Any:p"> |
| 517 |
<xslo:value-of select="substring(., 29, 2)"/> |
516 |
<xslo:value-of select="substring(., 29, 2)"/> |
| 518 |
</z:index> |
517 |
</z:index> |
| 519 |
</xslo:if> |
518 |
</xslo:if> |
| 520 |
</xslo:for-each> |
519 |
</xslo:for-each> |
| 521 |
<xslo:for-each select="marc:subfield"> |
520 |
<xslo:for-each select="marc:subfield"> |
| 522 |
<xslo:if test="contains('a', @code)"> |
521 |
<xslo:if test="contains('a', @code)"> |
| 523 |
<z:index name="char-encoding:n"> |
522 |
<z:index name="char-encoding:n Any:w Any:p"> |
| 524 |
<xslo:value-of select="substring(., 31, 2)"/> |
523 |
<xslo:value-of select="substring(., 31, 2)"/> |
| 525 |
</z:index> |
524 |
</z:index> |
| 526 |
</xslo:if> |
525 |
</xslo:if> |
| 527 |
</xslo:for-each> |
526 |
</xslo:for-each> |
| 528 |
<xslo:for-each select="marc:subfield"> |
527 |
<xslo:for-each select="marc:subfield"> |
| 529 |
<xslo:if test="contains('a', @code)"> |
528 |
<xslo:if test="contains('a', @code)"> |
| 530 |
<z:index name="script-Title:n"> |
529 |
<z:index name="script-Title:n Any:w Any:p"> |
| 531 |
<xslo:value-of select="substring(., 35, 2)"/> |
530 |
<xslo:value-of select="substring(., 35, 2)"/> |
| 532 |
</z:index> |
531 |
</z:index> |
| 533 |
</xslo:if> |
532 |
</xslo:if> |
|
Lines 536-542
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 536 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='101']"> |
535 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='101']"> |
| 537 |
<xslo:for-each select="marc:subfield"> |
536 |
<xslo:for-each select="marc:subfield"> |
| 538 |
<xslo:if test="contains('a', @code)"> |
537 |
<xslo:if test="contains('a', @code)"> |
| 539 |
<z:index name="ln:w"> |
538 |
<z:index name="ln:w Any:w Any:p"> |
| 540 |
<xslo:value-of select="."/> |
539 |
<xslo:value-of select="."/> |
| 541 |
</z:index> |
540 |
</z:index> |
| 542 |
</xslo:if> |
541 |
</xslo:if> |
|
Lines 545-551
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 545 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='102']"> |
544 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='102']"> |
| 546 |
<xslo:for-each select="marc:subfield"> |
545 |
<xslo:for-each select="marc:subfield"> |
| 547 |
<xslo:if test="contains('a', @code)"> |
546 |
<xslo:if test="contains('a', @code)"> |
| 548 |
<z:index name="Country-publication:w"> |
547 |
<z:index name="Country-publication:w Any:w Any:p"> |
| 549 |
<xslo:value-of select="."/> |
548 |
<xslo:value-of select="."/> |
| 550 |
</z:index> |
549 |
</z:index> |
| 551 |
</xslo:if> |
550 |
</xslo:if> |
|
Lines 554-644
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 554 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='105']"> |
553 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='105']"> |
| 555 |
<xslo:for-each select="marc:subfield"> |
554 |
<xslo:for-each select="marc:subfield"> |
| 556 |
<xslo:if test="contains('a', @code)"> |
555 |
<xslo:if test="contains('a', @code)"> |
| 557 |
<z:index name="ff8-18-21:w"> |
556 |
<z:index name="ff8-18-21:w Any:w Any:p"> |
| 558 |
<xslo:value-of select="substring(., 1, 1)"/> |
557 |
<xslo:value-of select="substring(., 1, 1)"/> |
| 559 |
</z:index> |
558 |
</z:index> |
| 560 |
</xslo:if> |
559 |
</xslo:if> |
| 561 |
</xslo:for-each> |
560 |
</xslo:for-each> |
| 562 |
<xslo:for-each select="marc:subfield"> |
561 |
<xslo:for-each select="marc:subfield"> |
| 563 |
<xslo:if test="contains('a', @code)"> |
562 |
<xslo:if test="contains('a', @code)"> |
| 564 |
<z:index name="ff8-18-21:w"> |
563 |
<z:index name="ff8-18-21:w Any:w Any:p"> |
| 565 |
<xslo:value-of select="substring(., 2, 1)"/> |
564 |
<xslo:value-of select="substring(., 2, 1)"/> |
| 566 |
</z:index> |
565 |
</z:index> |
| 567 |
</xslo:if> |
566 |
</xslo:if> |
| 568 |
</xslo:for-each> |
567 |
</xslo:for-each> |
| 569 |
<xslo:for-each select="marc:subfield"> |
568 |
<xslo:for-each select="marc:subfield"> |
| 570 |
<xslo:if test="contains('a', @code)"> |
569 |
<xslo:if test="contains('a', @code)"> |
| 571 |
<z:index name="ff8-18-21:w"> |
570 |
<z:index name="ff8-18-21:w Any:w Any:p"> |
| 572 |
<xslo:value-of select="substring(., 3, 1)"/> |
571 |
<xslo:value-of select="substring(., 3, 1)"/> |
| 573 |
</z:index> |
572 |
</z:index> |
| 574 |
</xslo:if> |
573 |
</xslo:if> |
| 575 |
</xslo:for-each> |
574 |
</xslo:for-each> |
| 576 |
<xslo:for-each select="marc:subfield"> |
575 |
<xslo:for-each select="marc:subfield"> |
| 577 |
<xslo:if test="contains('a', @code)"> |
576 |
<xslo:if test="contains('a', @code)"> |
| 578 |
<z:index name="ff8-18-21:w"> |
577 |
<z:index name="ff8-18-21:w Any:w Any:p"> |
| 579 |
<xslo:value-of select="substring(., 4, 1)"/> |
578 |
<xslo:value-of select="substring(., 4, 1)"/> |
| 580 |
</z:index> |
579 |
</z:index> |
| 581 |
</xslo:if> |
580 |
</xslo:if> |
| 582 |
</xslo:for-each> |
581 |
</xslo:for-each> |
| 583 |
<xslo:for-each select="marc:subfield"> |
582 |
<xslo:for-each select="marc:subfield"> |
| 584 |
<xslo:if test="contains('a', @code)"> |
583 |
<xslo:if test="contains('a', @code)"> |
| 585 |
<z:index name="ctype:w"> |
584 |
<z:index name="ctype:w Any:w Any:p"> |
| 586 |
<xslo:value-of select="substring(., 5, 1)"/> |
585 |
<xslo:value-of select="substring(., 5, 1)"/> |
| 587 |
</z:index> |
586 |
</z:index> |
| 588 |
</xslo:if> |
587 |
</xslo:if> |
| 589 |
</xslo:for-each> |
588 |
</xslo:for-each> |
| 590 |
<xslo:for-each select="marc:subfield"> |
589 |
<xslo:for-each select="marc:subfield"> |
| 591 |
<xslo:if test="contains('a', @code)"> |
590 |
<xslo:if test="contains('a', @code)"> |
| 592 |
<z:index name="ctype:w"> |
591 |
<z:index name="ctype:w Any:w Any:p"> |
| 593 |
<xslo:value-of select="substring(., 6, 1)"/> |
592 |
<xslo:value-of select="substring(., 6, 1)"/> |
| 594 |
</z:index> |
593 |
</z:index> |
| 595 |
</xslo:if> |
594 |
</xslo:if> |
| 596 |
</xslo:for-each> |
595 |
</xslo:for-each> |
| 597 |
<xslo:for-each select="marc:subfield"> |
596 |
<xslo:for-each select="marc:subfield"> |
| 598 |
<xslo:if test="contains('a', @code)"> |
597 |
<xslo:if test="contains('a', @code)"> |
| 599 |
<z:index name="ctype:w"> |
598 |
<z:index name="ctype:w Any:w Any:p"> |
| 600 |
<xslo:value-of select="substring(., 7, 1)"/> |
599 |
<xslo:value-of select="substring(., 7, 1)"/> |
| 601 |
</z:index> |
600 |
</z:index> |
| 602 |
</xslo:if> |
601 |
</xslo:if> |
| 603 |
</xslo:for-each> |
602 |
</xslo:for-each> |
| 604 |
<xslo:for-each select="marc:subfield"> |
603 |
<xslo:for-each select="marc:subfield"> |
| 605 |
<xslo:if test="contains('a', @code)"> |
604 |
<xslo:if test="contains('a', @code)"> |
| 606 |
<z:index name="ctype:w"> |
605 |
<z:index name="ctype:w Any:w Any:p"> |
| 607 |
<xslo:value-of select="substring(., 8, 1)"/> |
606 |
<xslo:value-of select="substring(., 8, 1)"/> |
| 608 |
</z:index> |
607 |
</z:index> |
| 609 |
</xslo:if> |
608 |
</xslo:if> |
| 610 |
</xslo:for-each> |
609 |
</xslo:for-each> |
| 611 |
<xslo:for-each select="marc:subfield"> |
610 |
<xslo:for-each select="marc:subfield"> |
| 612 |
<xslo:if test="contains('a', @code)"> |
611 |
<xslo:if test="contains('a', @code)"> |
| 613 |
<z:index name="ff8-29:w"> |
612 |
<z:index name="ff8-29:w Any:w Any:p"> |
| 614 |
<xslo:value-of select="substring(., 9, 1)"/> |
613 |
<xslo:value-of select="substring(., 9, 1)"/> |
| 615 |
</z:index> |
614 |
</z:index> |
| 616 |
</xslo:if> |
615 |
</xslo:if> |
| 617 |
</xslo:for-each> |
616 |
</xslo:for-each> |
| 618 |
<xslo:for-each select="marc:subfield"> |
617 |
<xslo:for-each select="marc:subfield"> |
| 619 |
<xslo:if test="contains('a', @code)"> |
618 |
<xslo:if test="contains('a', @code)"> |
| 620 |
<z:index name="ff8-30:w"> |
619 |
<z:index name="ff8-30:w Any:w Any:p"> |
| 621 |
<xslo:value-of select="substring(., 10, 1)"/> |
620 |
<xslo:value-of select="substring(., 10, 1)"/> |
| 622 |
</z:index> |
621 |
</z:index> |
| 623 |
</xslo:if> |
622 |
</xslo:if> |
| 624 |
</xslo:for-each> |
623 |
</xslo:for-each> |
| 625 |
<xslo:for-each select="marc:subfield"> |
624 |
<xslo:for-each select="marc:subfield"> |
| 626 |
<xslo:if test="contains('a', @code)"> |
625 |
<xslo:if test="contains('a', @code)"> |
| 627 |
<z:index name="ff8-31:w"> |
626 |
<z:index name="ff8-31:w Any:w Any:p"> |
| 628 |
<xslo:value-of select="substring(., 11, 1)"/> |
627 |
<xslo:value-of select="substring(., 11, 1)"/> |
| 629 |
</z:index> |
628 |
</z:index> |
| 630 |
</xslo:if> |
629 |
</xslo:if> |
| 631 |
</xslo:for-each> |
630 |
</xslo:for-each> |
| 632 |
<xslo:for-each select="marc:subfield"> |
631 |
<xslo:for-each select="marc:subfield"> |
| 633 |
<xslo:if test="contains('a', @code)"> |
632 |
<xslo:if test="contains('a', @code)"> |
| 634 |
<z:index name="lf:w"> |
633 |
<z:index name="lf:w Any:w Any:p"> |
| 635 |
<xslo:value-of select="substring(., 12, 1)"/> |
634 |
<xslo:value-of select="substring(., 12, 1)"/> |
| 636 |
</z:index> |
635 |
</z:index> |
| 637 |
</xslo:if> |
636 |
</xslo:if> |
| 638 |
</xslo:for-each> |
637 |
</xslo:for-each> |
| 639 |
<xslo:for-each select="marc:subfield"> |
638 |
<xslo:for-each select="marc:subfield"> |
| 640 |
<xslo:if test="contains('a', @code)"> |
639 |
<xslo:if test="contains('a', @code)"> |
| 641 |
<z:index name="bio:w"> |
640 |
<z:index name="bio:w Any:w Any:p"> |
| 642 |
<xslo:value-of select="substring(., 13, 1)"/> |
641 |
<xslo:value-of select="substring(., 13, 1)"/> |
| 643 |
</z:index> |
642 |
</z:index> |
| 644 |
</xslo:if> |
643 |
</xslo:if> |
|
Lines 647-653
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 647 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='106']"> |
646 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='106']"> |
| 648 |
<xslo:for-each select="marc:subfield"> |
647 |
<xslo:for-each select="marc:subfield"> |
| 649 |
<xslo:if test="contains('a', @code)"> |
648 |
<xslo:if test="contains('a', @code)"> |
| 650 |
<z:index name="ff8-23:w ff8-23:p"> |
649 |
<z:index name="ff8-23:w ff8-23:p Any:w Any:p"> |
| 651 |
<xslo:value-of select="."/> |
650 |
<xslo:value-of select="."/> |
| 652 |
</z:index> |
651 |
</z:index> |
| 653 |
</xslo:if> |
652 |
</xslo:if> |
|
Lines 656-718
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 656 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='110']"> |
655 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='110']"> |
| 657 |
<xslo:for-each select="marc:subfield"> |
656 |
<xslo:for-each select="marc:subfield"> |
| 658 |
<xslo:if test="contains('a', @code)"> |
657 |
<xslo:if test="contains('a', @code)"> |
| 659 |
<z:index name="ff8-21:w"> |
658 |
<z:index name="ff8-21:w Any:w Any:p"> |
| 660 |
<xslo:value-of select="substring(., 1, 1)"/> |
659 |
<xslo:value-of select="substring(., 1, 1)"/> |
| 661 |
</z:index> |
660 |
</z:index> |
| 662 |
</xslo:if> |
661 |
</xslo:if> |
| 663 |
</xslo:for-each> |
662 |
</xslo:for-each> |
| 664 |
<xslo:for-each select="marc:subfield"> |
663 |
<xslo:for-each select="marc:subfield"> |
| 665 |
<xslo:if test="contains('a', @code)"> |
664 |
<xslo:if test="contains('a', @code)"> |
| 666 |
<z:index name="ff8-18:w"> |
665 |
<z:index name="ff8-18:w Any:w Any:p"> |
| 667 |
<xslo:value-of select="substring(., 2, 1)"/> |
666 |
<xslo:value-of select="substring(., 2, 1)"/> |
| 668 |
</z:index> |
667 |
</z:index> |
| 669 |
</xslo:if> |
668 |
</xslo:if> |
| 670 |
</xslo:for-each> |
669 |
</xslo:for-each> |
| 671 |
<xslo:for-each select="marc:subfield"> |
670 |
<xslo:for-each select="marc:subfield"> |
| 672 |
<xslo:if test="contains('a', @code)"> |
671 |
<xslo:if test="contains('a', @code)"> |
| 673 |
<z:index name="ff8-19:w"> |
672 |
<z:index name="ff8-19:w Any:w Any:p"> |
| 674 |
<xslo:value-of select="substring(., 3, 1)"/> |
673 |
<xslo:value-of select="substring(., 3, 1)"/> |
| 675 |
</z:index> |
674 |
</z:index> |
| 676 |
</xslo:if> |
675 |
</xslo:if> |
| 677 |
</xslo:for-each> |
676 |
</xslo:for-each> |
| 678 |
<xslo:for-each select="marc:subfield"> |
677 |
<xslo:for-each select="marc:subfield"> |
| 679 |
<xslo:if test="contains('a', @code)"> |
678 |
<xslo:if test="contains('a', @code)"> |
| 680 |
<z:index name="ctype:w"> |
679 |
<z:index name="ctype:w Any:w Any:p"> |
| 681 |
<xslo:value-of select="substring(., 4, 1)"/> |
680 |
<xslo:value-of select="substring(., 4, 1)"/> |
| 682 |
</z:index> |
681 |
</z:index> |
| 683 |
</xslo:if> |
682 |
</xslo:if> |
| 684 |
</xslo:for-each> |
683 |
</xslo:for-each> |
| 685 |
<xslo:for-each select="marc:subfield"> |
684 |
<xslo:for-each select="marc:subfield"> |
| 686 |
<xslo:if test="contains('a', @code)"> |
685 |
<xslo:if test="contains('a', @code)"> |
| 687 |
<z:index name="ctype:w"> |
686 |
<z:index name="ctype:w Any:w Any:p"> |
| 688 |
<xslo:value-of select="substring(., 5, 1)"/> |
687 |
<xslo:value-of select="substring(., 5, 1)"/> |
| 689 |
</z:index> |
688 |
</z:index> |
| 690 |
</xslo:if> |
689 |
</xslo:if> |
| 691 |
</xslo:for-each> |
690 |
</xslo:for-each> |
| 692 |
<xslo:for-each select="marc:subfield"> |
691 |
<xslo:for-each select="marc:subfield"> |
| 693 |
<xslo:if test="contains('a', @code)"> |
692 |
<xslo:if test="contains('a', @code)"> |
| 694 |
<z:index name="ff8-29:w"> |
693 |
<z:index name="ff8-29:w Any:w Any:p"> |
| 695 |
<xslo:value-of select="substring(., 8, 1)"/> |
694 |
<xslo:value-of select="substring(., 8, 1)"/> |
| 696 |
</z:index> |
695 |
</z:index> |
| 697 |
</xslo:if> |
696 |
</xslo:if> |
| 698 |
</xslo:for-each> |
697 |
</xslo:for-each> |
| 699 |
<xslo:for-each select="marc:subfield"> |
698 |
<xslo:for-each select="marc:subfield"> |
| 700 |
<xslo:if test="contains('a', @code)"> |
699 |
<xslo:if test="contains('a', @code)"> |
| 701 |
<z:index name="Title-page-availability:w"> |
700 |
<z:index name="Title-page-availability:w Any:w Any:p"> |
| 702 |
<xslo:value-of select="substring(., 9, 1)"/> |
701 |
<xslo:value-of select="substring(., 9, 1)"/> |
| 703 |
</z:index> |
702 |
</z:index> |
| 704 |
</xslo:if> |
703 |
</xslo:if> |
| 705 |
</xslo:for-each> |
704 |
</xslo:for-each> |
| 706 |
<xslo:for-each select="marc:subfield"> |
705 |
<xslo:for-each select="marc:subfield"> |
| 707 |
<xslo:if test="contains('a', @code)"> |
706 |
<xslo:if test="contains('a', @code)"> |
| 708 |
<z:index name="ff8-31:w"> |
707 |
<z:index name="ff8-31:w Any:w Any:p"> |
| 709 |
<xslo:value-of select="substring(., 10, 1)"/> |
708 |
<xslo:value-of select="substring(., 10, 1)"/> |
| 710 |
</z:index> |
709 |
</z:index> |
| 711 |
</xslo:if> |
710 |
</xslo:if> |
| 712 |
</xslo:for-each> |
711 |
</xslo:for-each> |
| 713 |
<xslo:for-each select="marc:subfield"> |
712 |
<xslo:for-each select="marc:subfield"> |
| 714 |
<xslo:if test="contains('a', @code)"> |
713 |
<xslo:if test="contains('a', @code)"> |
| 715 |
<z:index name="Cumulative-index-availability:w"> |
714 |
<z:index name="Cumulative-index-availability:w Any:w Any:p"> |
| 716 |
<xslo:value-of select="substring(., 11, 1)"/> |
715 |
<xslo:value-of select="substring(., 11, 1)"/> |
| 717 |
</z:index> |
716 |
</z:index> |
| 718 |
</xslo:if> |
717 |
</xslo:if> |
|
Lines 721-727
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 721 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='115']"> |
720 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='115']"> |
| 722 |
<xslo:for-each select="marc:subfield"> |
721 |
<xslo:for-each select="marc:subfield"> |
| 723 |
<xslo:if test="contains('a', @code)"> |
722 |
<xslo:if test="contains('a', @code)"> |
| 724 |
<z:index name="Video-mt:w"> |
723 |
<z:index name="Video-mt:w Any:w Any:p"> |
| 725 |
<xslo:value-of select="substring(., 1, 1)"/> |
724 |
<xslo:value-of select="substring(., 1, 1)"/> |
| 726 |
</z:index> |
725 |
</z:index> |
| 727 |
</xslo:if> |
726 |
</xslo:if> |
|
Lines 730-750
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 730 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='116']"> |
729 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='116']"> |
| 731 |
<xslo:for-each select="marc:subfield"> |
730 |
<xslo:for-each select="marc:subfield"> |
| 732 |
<xslo:if test="contains('a', @code)"> |
731 |
<xslo:if test="contains('a', @code)"> |
| 733 |
<z:index name="Graphics-type:w"> |
732 |
<z:index name="Graphics-type:w Any:w Any:p"> |
| 734 |
<xslo:value-of select="substring(., 1, 1)"/> |
733 |
<xslo:value-of select="substring(., 1, 1)"/> |
| 735 |
</z:index> |
734 |
</z:index> |
| 736 |
</xslo:if> |
735 |
</xslo:if> |
| 737 |
</xslo:for-each> |
736 |
</xslo:for-each> |
| 738 |
<xslo:for-each select="marc:subfield"> |
737 |
<xslo:for-each select="marc:subfield"> |
| 739 |
<xslo:if test="contains('a', @code)"> |
738 |
<xslo:if test="contains('a', @code)"> |
| 740 |
<z:index name="Graphics-support:w"> |
739 |
<z:index name="Graphics-support:w Any:w Any:p"> |
| 741 |
<xslo:value-of select="substring(., 2, 1)"/> |
740 |
<xslo:value-of select="substring(., 2, 1)"/> |
| 742 |
</z:index> |
741 |
</z:index> |
| 743 |
</xslo:if> |
742 |
</xslo:if> |
| 744 |
</xslo:for-each> |
743 |
</xslo:for-each> |
| 745 |
<xslo:for-each select="marc:subfield"> |
744 |
<xslo:for-each select="marc:subfield"> |
| 746 |
<xslo:if test="contains('a', @code)"> |
745 |
<xslo:if test="contains('a', @code)"> |
| 747 |
<z:index name="Graphics-support:w"> |
746 |
<z:index name="Graphics-support:w Any:w Any:p"> |
| 748 |
<xslo:value-of select="substring(., 3, 1)"/> |
747 |
<xslo:value-of select="substring(., 3, 1)"/> |
| 749 |
</z:index> |
748 |
</z:index> |
| 750 |
</xslo:if> |
749 |
</xslo:if> |
|
Lines 753-766
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 753 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='700']"> |
752 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='700']"> |
| 754 |
<xslo:for-each select="marc:subfield"> |
753 |
<xslo:for-each select="marc:subfield"> |
| 755 |
<xslo:if test="contains('9', @code)"> |
754 |
<xslo:if test="contains('9', @code)"> |
| 756 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
755 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 757 |
<xslo:value-of select="."/> |
756 |
<xslo:value-of select="."/> |
| 758 |
</z:index> |
757 |
</z:index> |
| 759 |
</xslo:if> |
758 |
</xslo:if> |
| 760 |
</xslo:for-each> |
759 |
</xslo:for-each> |
| 761 |
<xslo:for-each select="marc:subfield"> |
760 |
<xslo:for-each select="marc:subfield"> |
| 762 |
<xslo:if test="contains('a', @code)"> |
761 |
<xslo:if test="contains('a', @code)"> |
| 763 |
<z:index name="Author:w Personal-name:w Author:p Personal-name:p Personal-name:w Author:s"> |
762 |
<z:index name="Author:w Personal-name:w Author:p Personal-name:p Personal-name:w Author:s Any:w Any:p"> |
| 764 |
<xslo:value-of select="."/> |
763 |
<xslo:value-of select="."/> |
| 765 |
</z:index> |
764 |
</z:index> |
| 766 |
</xslo:if> |
765 |
</xslo:if> |
|
Lines 769-775
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 769 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='701']"> |
768 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='701']"> |
| 770 |
<xslo:for-each select="marc:subfield"> |
769 |
<xslo:for-each select="marc:subfield"> |
| 771 |
<xslo:if test="contains('9', @code)"> |
770 |
<xslo:if test="contains('9', @code)"> |
| 772 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
771 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 773 |
<xslo:value-of select="."/> |
772 |
<xslo:value-of select="."/> |
| 774 |
</z:index> |
773 |
</z:index> |
| 775 |
</xslo:if> |
774 |
</xslo:if> |
|
Lines 778-784
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 778 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='702']"> |
777 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='702']"> |
| 779 |
<xslo:for-each select="marc:subfield"> |
778 |
<xslo:for-each select="marc:subfield"> |
| 780 |
<xslo:if test="contains('9', @code)"> |
779 |
<xslo:if test="contains('9', @code)"> |
| 781 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
780 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 782 |
<xslo:value-of select="."/> |
781 |
<xslo:value-of select="."/> |
| 783 |
</z:index> |
782 |
</z:index> |
| 784 |
</xslo:if> |
783 |
</xslo:if> |
|
Lines 787-793
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 787 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='710']"> |
786 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='710']"> |
| 788 |
<xslo:for-each select="marc:subfield"> |
787 |
<xslo:for-each select="marc:subfield"> |
| 789 |
<xslo:if test="contains('9', @code)"> |
788 |
<xslo:if test="contains('9', @code)"> |
| 790 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
789 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 791 |
<xslo:value-of select="."/> |
790 |
<xslo:value-of select="."/> |
| 792 |
</z:index> |
791 |
</z:index> |
| 793 |
</xslo:if> |
792 |
</xslo:if> |
|
Lines 796-802
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 796 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='711']"> |
795 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='711']"> |
| 797 |
<xslo:for-each select="marc:subfield"> |
796 |
<xslo:for-each select="marc:subfield"> |
| 798 |
<xslo:if test="contains('9', @code)"> |
797 |
<xslo:if test="contains('9', @code)"> |
| 799 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
798 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 800 |
<xslo:value-of select="."/> |
799 |
<xslo:value-of select="."/> |
| 801 |
</z:index> |
800 |
</z:index> |
| 802 |
</xslo:if> |
801 |
</xslo:if> |
|
Lines 805-811
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 805 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='712']"> |
804 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='712']"> |
| 806 |
<xslo:for-each select="marc:subfield"> |
805 |
<xslo:for-each select="marc:subfield"> |
| 807 |
<xslo:if test="contains('9', @code)"> |
806 |
<xslo:if test="contains('9', @code)"> |
| 808 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
807 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 809 |
<xslo:value-of select="."/> |
808 |
<xslo:value-of select="."/> |
| 810 |
</z:index> |
809 |
</z:index> |
| 811 |
</xslo:if> |
810 |
</xslo:if> |
|
Lines 814-820
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 814 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='716']"> |
813 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='716']"> |
| 815 |
<xslo:for-each select="marc:subfield"> |
814 |
<xslo:for-each select="marc:subfield"> |
| 816 |
<xslo:if test="contains('9', @code)"> |
815 |
<xslo:if test="contains('9', @code)"> |
| 817 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
816 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 818 |
<xslo:value-of select="."/> |
817 |
<xslo:value-of select="."/> |
| 819 |
</z:index> |
818 |
</z:index> |
| 820 |
</xslo:if> |
819 |
</xslo:if> |
|
Lines 823-829
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 823 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='720']"> |
822 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='720']"> |
| 824 |
<xslo:for-each select="marc:subfield"> |
823 |
<xslo:for-each select="marc:subfield"> |
| 825 |
<xslo:if test="contains('9', @code)"> |
824 |
<xslo:if test="contains('9', @code)"> |
| 826 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
825 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 827 |
<xslo:value-of select="."/> |
826 |
<xslo:value-of select="."/> |
| 828 |
</z:index> |
827 |
</z:index> |
| 829 |
</xslo:if> |
828 |
</xslo:if> |
|
Lines 832-838
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 832 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='721']"> |
831 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='721']"> |
| 833 |
<xslo:for-each select="marc:subfield"> |
832 |
<xslo:for-each select="marc:subfield"> |
| 834 |
<xslo:if test="contains('9', @code)"> |
833 |
<xslo:if test="contains('9', @code)"> |
| 835 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
834 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 836 |
<xslo:value-of select="."/> |
835 |
<xslo:value-of select="."/> |
| 837 |
</z:index> |
836 |
</z:index> |
| 838 |
</xslo:if> |
837 |
</xslo:if> |
|
Lines 841-847
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 841 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='722']"> |
840 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='722']"> |
| 842 |
<xslo:for-each select="marc:subfield"> |
841 |
<xslo:for-each select="marc:subfield"> |
| 843 |
<xslo:if test="contains('9', @code)"> |
842 |
<xslo:if test="contains('9', @code)"> |
| 844 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
843 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 845 |
<xslo:value-of select="."/> |
844 |
<xslo:value-of select="."/> |
| 846 |
</z:index> |
845 |
</z:index> |
| 847 |
</xslo:if> |
846 |
</xslo:if> |
|
Lines 850-856
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 850 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='730']"> |
849 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='730']"> |
| 851 |
<xslo:for-each select="marc:subfield"> |
850 |
<xslo:for-each select="marc:subfield"> |
| 852 |
<xslo:if test="contains('9', @code)"> |
851 |
<xslo:if test="contains('9', @code)"> |
| 853 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
852 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 854 |
<xslo:value-of select="."/> |
853 |
<xslo:value-of select="."/> |
| 855 |
</z:index> |
854 |
</z:index> |
| 856 |
</xslo:if> |
855 |
</xslo:if> |
|
Lines 859-865
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 859 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='230']"> |
858 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='230']"> |
| 860 |
<xslo:for-each select="marc:subfield"> |
859 |
<xslo:for-each select="marc:subfield"> |
| 861 |
<xslo:if test="contains('a', @code)"> |
860 |
<xslo:if test="contains('a', @code)"> |
| 862 |
<z:index name="Electronic-ressource:w"> |
861 |
<z:index name="Electronic-ressource:w Any:w Any:p"> |
| 863 |
<xslo:value-of select="."/> |
862 |
<xslo:value-of select="."/> |
| 864 |
</z:index> |
863 |
</z:index> |
| 865 |
</xslo:if> |
864 |
</xslo:if> |
|
Lines 868-888
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 868 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='210']"> |
867 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='210']"> |
| 869 |
<xslo:for-each select="marc:subfield"> |
868 |
<xslo:for-each select="marc:subfield"> |
| 870 |
<xslo:if test="contains('a', @code)"> |
869 |
<xslo:if test="contains('a', @code)"> |
| 871 |
<z:index name="pl:w pl:p"> |
870 |
<z:index name="pl:w pl:p Any:w Any:p"> |
| 872 |
<xslo:value-of select="."/> |
871 |
<xslo:value-of select="."/> |
| 873 |
</z:index> |
872 |
</z:index> |
| 874 |
</xslo:if> |
873 |
</xslo:if> |
| 875 |
</xslo:for-each> |
874 |
</xslo:for-each> |
| 876 |
<xslo:for-each select="marc:subfield"> |
875 |
<xslo:for-each select="marc:subfield"> |
| 877 |
<xslo:if test="contains('c', @code)"> |
876 |
<xslo:if test="contains('c', @code)"> |
| 878 |
<z:index name="Publisher:w Publisher:p"> |
877 |
<z:index name="Publisher:w Publisher:p Any:w Any:p"> |
| 879 |
<xslo:value-of select="."/> |
878 |
<xslo:value-of select="."/> |
| 880 |
</z:index> |
879 |
</z:index> |
| 881 |
</xslo:if> |
880 |
</xslo:if> |
| 882 |
</xslo:for-each> |
881 |
</xslo:for-each> |
| 883 |
<xslo:for-each select="marc:subfield"> |
882 |
<xslo:for-each select="marc:subfield"> |
| 884 |
<xslo:if test="contains('d', @code)"> |
883 |
<xslo:if test="contains('d', @code)"> |
| 885 |
<z:index name="pubdate:n pubdate:y pubdate:s"> |
884 |
<z:index name="pubdate:n pubdate:y pubdate:s Any:w Any:p"> |
| 886 |
<xslo:value-of select="."/> |
885 |
<xslo:value-of select="."/> |
| 887 |
</z:index> |
886 |
</z:index> |
| 888 |
</xslo:if> |
887 |
</xslo:if> |
|
Lines 891-946
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 891 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='225']"> |
890 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='225']"> |
| 892 |
<xslo:for-each select="marc:subfield"> |
891 |
<xslo:for-each select="marc:subfield"> |
| 893 |
<xslo:if test="contains('a', @code)"> |
892 |
<xslo:if test="contains('a', @code)"> |
| 894 |
<z:index name="Title-series:w Title-series:p"> |
893 |
<z:index name="Title-series:w Title-series:p Any:w Any:p"> |
| 895 |
<xslo:value-of select="."/> |
894 |
<xslo:value-of select="."/> |
| 896 |
</z:index> |
895 |
</z:index> |
| 897 |
</xslo:if> |
896 |
</xslo:if> |
| 898 |
</xslo:for-each> |
897 |
</xslo:for-each> |
| 899 |
<xslo:for-each select="marc:subfield"> |
898 |
<xslo:for-each select="marc:subfield"> |
| 900 |
<xslo:if test="contains('d', @code)"> |
899 |
<xslo:if test="contains('d', @code)"> |
| 901 |
<z:index name="Title-series:w Title-series:p"> |
900 |
<z:index name="Title-series:w Title-series:p Any:w Any:p"> |
| 902 |
<xslo:value-of select="."/> |
901 |
<xslo:value-of select="."/> |
| 903 |
</z:index> |
902 |
</z:index> |
| 904 |
</xslo:if> |
903 |
</xslo:if> |
| 905 |
</xslo:for-each> |
904 |
</xslo:for-each> |
| 906 |
<xslo:for-each select="marc:subfield"> |
905 |
<xslo:for-each select="marc:subfield"> |
| 907 |
<xslo:if test="contains('e', @code)"> |
906 |
<xslo:if test="contains('e', @code)"> |
| 908 |
<z:index name="Title-series:w Title-series:p"> |
907 |
<z:index name="Title-series:w Title-series:p Any:w Any:p"> |
| 909 |
<xslo:value-of select="."/> |
908 |
<xslo:value-of select="."/> |
| 910 |
</z:index> |
909 |
</z:index> |
| 911 |
</xslo:if> |
910 |
</xslo:if> |
| 912 |
</xslo:for-each> |
911 |
</xslo:for-each> |
| 913 |
<xslo:for-each select="marc:subfield"> |
912 |
<xslo:for-each select="marc:subfield"> |
| 914 |
<xslo:if test="contains('f', @code)"> |
913 |
<xslo:if test="contains('f', @code)"> |
| 915 |
<z:index name="Author:w Author:p Name-and-title:w Name-and-title:p"> |
914 |
<z:index name="Author:w Author:p Name-and-title:w Name-and-title:p Any:w Any:p"> |
| 916 |
<xslo:value-of select="."/> |
915 |
<xslo:value-of select="."/> |
| 917 |
</z:index> |
916 |
</z:index> |
| 918 |
</xslo:if> |
917 |
</xslo:if> |
| 919 |
</xslo:for-each> |
918 |
</xslo:for-each> |
| 920 |
<xslo:for-each select="marc:subfield"> |
919 |
<xslo:for-each select="marc:subfield"> |
| 921 |
<xslo:if test="contains('h', @code)"> |
920 |
<xslo:if test="contains('h', @code)"> |
| 922 |
<z:index name="Title-series:w Title-series:p"> |
921 |
<z:index name="Title-series:w Title-series:p Any:w Any:p"> |
| 923 |
<xslo:value-of select="."/> |
922 |
<xslo:value-of select="."/> |
| 924 |
</z:index> |
923 |
</z:index> |
| 925 |
</xslo:if> |
924 |
</xslo:if> |
| 926 |
</xslo:for-each> |
925 |
</xslo:for-each> |
| 927 |
<xslo:for-each select="marc:subfield"> |
926 |
<xslo:for-each select="marc:subfield"> |
| 928 |
<xslo:if test="contains('i', @code)"> |
927 |
<xslo:if test="contains('i', @code)"> |
| 929 |
<z:index name="Title-series:w Title-series:p"> |
928 |
<z:index name="Title-series:w Title-series:p Any:w Any:p"> |
| 930 |
<xslo:value-of select="."/> |
929 |
<xslo:value-of select="."/> |
| 931 |
</z:index> |
930 |
</z:index> |
| 932 |
</xslo:if> |
931 |
</xslo:if> |
| 933 |
</xslo:for-each> |
932 |
</xslo:for-each> |
| 934 |
<xslo:for-each select="marc:subfield"> |
933 |
<xslo:for-each select="marc:subfield"> |
| 935 |
<xslo:if test="contains('v', @code)"> |
934 |
<xslo:if test="contains('v', @code)"> |
| 936 |
<z:index name="Title-series:w Title-series:p"> |
935 |
<z:index name="Title-series:w Title-series:p Any:w Any:p"> |
| 937 |
<xslo:value-of select="."/> |
936 |
<xslo:value-of select="."/> |
| 938 |
</z:index> |
937 |
</z:index> |
| 939 |
</xslo:if> |
938 |
</xslo:if> |
| 940 |
</xslo:for-each> |
939 |
</xslo:for-each> |
| 941 |
<xslo:for-each select="marc:subfield"> |
940 |
<xslo:for-each select="marc:subfield"> |
| 942 |
<xslo:if test="contains('x', @code)"> |
941 |
<xslo:if test="contains('x', @code)"> |
| 943 |
<z:index name="ISSN:w"> |
942 |
<z:index name="ISSN:w Any:w Any:p"> |
| 944 |
<xslo:value-of select="."/> |
943 |
<xslo:value-of select="."/> |
| 945 |
</z:index> |
944 |
</z:index> |
| 946 |
</xslo:if> |
945 |
</xslo:if> |
|
Lines 949-955
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 949 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='300']"> |
948 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='300']"> |
| 950 |
<xslo:for-each select="marc:subfield"> |
949 |
<xslo:for-each select="marc:subfield"> |
| 951 |
<xslo:if test="contains('a', @code)"> |
950 |
<xslo:if test="contains('a', @code)"> |
| 952 |
<z:index name="Note:w Note:p"> |
951 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 953 |
<xslo:value-of select="."/> |
952 |
<xslo:value-of select="."/> |
| 954 |
</z:index> |
953 |
</z:index> |
| 955 |
</xslo:if> |
954 |
</xslo:if> |
|
Lines 958-964
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 958 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='301']"> |
957 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='301']"> |
| 959 |
<xslo:for-each select="marc:subfield"> |
958 |
<xslo:for-each select="marc:subfield"> |
| 960 |
<xslo:if test="contains('a', @code)"> |
959 |
<xslo:if test="contains('a', @code)"> |
| 961 |
<z:index name="Note:w Note:p"> |
960 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 962 |
<xslo:value-of select="."/> |
961 |
<xslo:value-of select="."/> |
| 963 |
</z:index> |
962 |
</z:index> |
| 964 |
</xslo:if> |
963 |
</xslo:if> |
|
Lines 967-973
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 967 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='302']"> |
966 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='302']"> |
| 968 |
<xslo:for-each select="marc:subfield"> |
967 |
<xslo:for-each select="marc:subfield"> |
| 969 |
<xslo:if test="contains('a', @code)"> |
968 |
<xslo:if test="contains('a', @code)"> |
| 970 |
<z:index name="Note:w Note:p"> |
969 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 971 |
<xslo:value-of select="."/> |
970 |
<xslo:value-of select="."/> |
| 972 |
</z:index> |
971 |
</z:index> |
| 973 |
</xslo:if> |
972 |
</xslo:if> |
|
Lines 976-982
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 976 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='303']"> |
975 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='303']"> |
| 977 |
<xslo:for-each select="marc:subfield"> |
976 |
<xslo:for-each select="marc:subfield"> |
| 978 |
<xslo:if test="contains('a', @code)"> |
977 |
<xslo:if test="contains('a', @code)"> |
| 979 |
<z:index name="Note:w Note:p"> |
978 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 980 |
<xslo:value-of select="."/> |
979 |
<xslo:value-of select="."/> |
| 981 |
</z:index> |
980 |
</z:index> |
| 982 |
</xslo:if> |
981 |
</xslo:if> |
|
Lines 985-991
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 985 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='304']"> |
984 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='304']"> |
| 986 |
<xslo:for-each select="marc:subfield"> |
985 |
<xslo:for-each select="marc:subfield"> |
| 987 |
<xslo:if test="contains('a', @code)"> |
986 |
<xslo:if test="contains('a', @code)"> |
| 988 |
<z:index name="Note:w Note:p"> |
987 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 989 |
<xslo:value-of select="."/> |
988 |
<xslo:value-of select="."/> |
| 990 |
</z:index> |
989 |
</z:index> |
| 991 |
</xslo:if> |
990 |
</xslo:if> |
|
Lines 994-1000
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 994 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='305']"> |
993 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='305']"> |
| 995 |
<xslo:for-each select="marc:subfield"> |
994 |
<xslo:for-each select="marc:subfield"> |
| 996 |
<xslo:if test="contains('a', @code)"> |
995 |
<xslo:if test="contains('a', @code)"> |
| 997 |
<z:index name="Note:w Note:p"> |
996 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 998 |
<xslo:value-of select="."/> |
997 |
<xslo:value-of select="."/> |
| 999 |
</z:index> |
998 |
</z:index> |
| 1000 |
</xslo:if> |
999 |
</xslo:if> |
|
Lines 1003-1009
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1003 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='306']"> |
1002 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='306']"> |
| 1004 |
<xslo:for-each select="marc:subfield"> |
1003 |
<xslo:for-each select="marc:subfield"> |
| 1005 |
<xslo:if test="contains('a', @code)"> |
1004 |
<xslo:if test="contains('a', @code)"> |
| 1006 |
<z:index name="Note:w Note:p"> |
1005 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1007 |
<xslo:value-of select="."/> |
1006 |
<xslo:value-of select="."/> |
| 1008 |
</z:index> |
1007 |
</z:index> |
| 1009 |
</xslo:if> |
1008 |
</xslo:if> |
|
Lines 1012-1018
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1012 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='307']"> |
1011 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='307']"> |
| 1013 |
<xslo:for-each select="marc:subfield"> |
1012 |
<xslo:for-each select="marc:subfield"> |
| 1014 |
<xslo:if test="contains('a', @code)"> |
1013 |
<xslo:if test="contains('a', @code)"> |
| 1015 |
<z:index name="Note:w Note:p"> |
1014 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1016 |
<xslo:value-of select="."/> |
1015 |
<xslo:value-of select="."/> |
| 1017 |
</z:index> |
1016 |
</z:index> |
| 1018 |
</xslo:if> |
1017 |
</xslo:if> |
|
Lines 1021-1027
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1021 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='310']"> |
1020 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='310']"> |
| 1022 |
<xslo:for-each select="marc:subfield"> |
1021 |
<xslo:for-each select="marc:subfield"> |
| 1023 |
<xslo:if test="contains('a', @code)"> |
1022 |
<xslo:if test="contains('a', @code)"> |
| 1024 |
<z:index name="Note:w Note:p"> |
1023 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1025 |
<xslo:value-of select="."/> |
1024 |
<xslo:value-of select="."/> |
| 1026 |
</z:index> |
1025 |
</z:index> |
| 1027 |
</xslo:if> |
1026 |
</xslo:if> |
|
Lines 1030-1036
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1030 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='311']"> |
1029 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='311']"> |
| 1031 |
<xslo:for-each select="marc:subfield"> |
1030 |
<xslo:for-each select="marc:subfield"> |
| 1032 |
<xslo:if test="contains('a', @code)"> |
1031 |
<xslo:if test="contains('a', @code)"> |
| 1033 |
<z:index name="Note:w Note:p"> |
1032 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1034 |
<xslo:value-of select="."/> |
1033 |
<xslo:value-of select="."/> |
| 1035 |
</z:index> |
1034 |
</z:index> |
| 1036 |
</xslo:if> |
1035 |
</xslo:if> |
|
Lines 1039-1045
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1039 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='312']"> |
1038 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='312']"> |
| 1040 |
<xslo:for-each select="marc:subfield"> |
1039 |
<xslo:for-each select="marc:subfield"> |
| 1041 |
<xslo:if test="contains('a', @code)"> |
1040 |
<xslo:if test="contains('a', @code)"> |
| 1042 |
<z:index name="Note:w Note:p"> |
1041 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1043 |
<xslo:value-of select="."/> |
1042 |
<xslo:value-of select="."/> |
| 1044 |
</z:index> |
1043 |
</z:index> |
| 1045 |
</xslo:if> |
1044 |
</xslo:if> |
|
Lines 1048-1054
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1048 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='313']"> |
1047 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='313']"> |
| 1049 |
<xslo:for-each select="marc:subfield"> |
1048 |
<xslo:for-each select="marc:subfield"> |
| 1050 |
<xslo:if test="contains('a', @code)"> |
1049 |
<xslo:if test="contains('a', @code)"> |
| 1051 |
<z:index name="Note:w Note:p"> |
1050 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1052 |
<xslo:value-of select="."/> |
1051 |
<xslo:value-of select="."/> |
| 1053 |
</z:index> |
1052 |
</z:index> |
| 1054 |
</xslo:if> |
1053 |
</xslo:if> |
|
Lines 1057-1063
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1057 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='314']"> |
1056 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='314']"> |
| 1058 |
<xslo:for-each select="marc:subfield"> |
1057 |
<xslo:for-each select="marc:subfield"> |
| 1059 |
<xslo:if test="contains('a', @code)"> |
1058 |
<xslo:if test="contains('a', @code)"> |
| 1060 |
<z:index name="Note:w Note:p"> |
1059 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1061 |
<xslo:value-of select="."/> |
1060 |
<xslo:value-of select="."/> |
| 1062 |
</z:index> |
1061 |
</z:index> |
| 1063 |
</xslo:if> |
1062 |
</xslo:if> |
|
Lines 1066-1072
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1066 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='315']"> |
1065 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='315']"> |
| 1067 |
<xslo:for-each select="marc:subfield"> |
1066 |
<xslo:for-each select="marc:subfield"> |
| 1068 |
<xslo:if test="contains('a', @code)"> |
1067 |
<xslo:if test="contains('a', @code)"> |
| 1069 |
<z:index name="Note:w Note:p"> |
1068 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1070 |
<xslo:value-of select="."/> |
1069 |
<xslo:value-of select="."/> |
| 1071 |
</z:index> |
1070 |
</z:index> |
| 1072 |
</xslo:if> |
1071 |
</xslo:if> |
|
Lines 1075-1081
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1075 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='316']"> |
1074 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='316']"> |
| 1076 |
<xslo:for-each select="marc:subfield"> |
1075 |
<xslo:for-each select="marc:subfield"> |
| 1077 |
<xslo:if test="contains('a', @code)"> |
1076 |
<xslo:if test="contains('a', @code)"> |
| 1078 |
<z:index name="Note:w Note:p"> |
1077 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1079 |
<xslo:value-of select="."/> |
1078 |
<xslo:value-of select="."/> |
| 1080 |
</z:index> |
1079 |
</z:index> |
| 1081 |
</xslo:if> |
1080 |
</xslo:if> |
|
Lines 1084-1090
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1084 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='317']"> |
1083 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='317']"> |
| 1085 |
<xslo:for-each select="marc:subfield"> |
1084 |
<xslo:for-each select="marc:subfield"> |
| 1086 |
<xslo:if test="contains('a', @code)"> |
1085 |
<xslo:if test="contains('a', @code)"> |
| 1087 |
<z:index name="Note:w Note:p"> |
1086 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1088 |
<xslo:value-of select="."/> |
1087 |
<xslo:value-of select="."/> |
| 1089 |
</z:index> |
1088 |
</z:index> |
| 1090 |
</xslo:if> |
1089 |
</xslo:if> |
|
Lines 1093-1099
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1093 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='318']"> |
1092 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='318']"> |
| 1094 |
<xslo:for-each select="marc:subfield"> |
1093 |
<xslo:for-each select="marc:subfield"> |
| 1095 |
<xslo:if test="contains('a', @code)"> |
1094 |
<xslo:if test="contains('a', @code)"> |
| 1096 |
<z:index name="Note:w Note:p"> |
1095 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1097 |
<xslo:value-of select="."/> |
1096 |
<xslo:value-of select="."/> |
| 1098 |
</z:index> |
1097 |
</z:index> |
| 1099 |
</xslo:if> |
1098 |
</xslo:if> |
|
Lines 1102-1108
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1102 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='320']"> |
1101 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='320']"> |
| 1103 |
<xslo:for-each select="marc:subfield"> |
1102 |
<xslo:for-each select="marc:subfield"> |
| 1104 |
<xslo:if test="contains('a', @code)"> |
1103 |
<xslo:if test="contains('a', @code)"> |
| 1105 |
<z:index name="Note:w Note:p"> |
1104 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1106 |
<xslo:value-of select="."/> |
1105 |
<xslo:value-of select="."/> |
| 1107 |
</z:index> |
1106 |
</z:index> |
| 1108 |
</xslo:if> |
1107 |
</xslo:if> |
|
Lines 1111-1117
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1111 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='321']"> |
1110 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='321']"> |
| 1112 |
<xslo:for-each select="marc:subfield"> |
1111 |
<xslo:for-each select="marc:subfield"> |
| 1113 |
<xslo:if test="contains('a', @code)"> |
1112 |
<xslo:if test="contains('a', @code)"> |
| 1114 |
<z:index name="Note:w Note:p"> |
1113 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1115 |
<xslo:value-of select="."/> |
1114 |
<xslo:value-of select="."/> |
| 1116 |
</z:index> |
1115 |
</z:index> |
| 1117 |
</xslo:if> |
1116 |
</xslo:if> |
|
Lines 1120-1126
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1120 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='322']"> |
1119 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='322']"> |
| 1121 |
<xslo:for-each select="marc:subfield"> |
1120 |
<xslo:for-each select="marc:subfield"> |
| 1122 |
<xslo:if test="contains('a', @code)"> |
1121 |
<xslo:if test="contains('a', @code)"> |
| 1123 |
<z:index name="Note:w Note:p"> |
1122 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1124 |
<xslo:value-of select="."/> |
1123 |
<xslo:value-of select="."/> |
| 1125 |
</z:index> |
1124 |
</z:index> |
| 1126 |
</xslo:if> |
1125 |
</xslo:if> |
|
Lines 1129-1135
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1129 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='323']"> |
1128 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='323']"> |
| 1130 |
<xslo:for-each select="marc:subfield"> |
1129 |
<xslo:for-each select="marc:subfield"> |
| 1131 |
<xslo:if test="contains('a', @code)"> |
1130 |
<xslo:if test="contains('a', @code)"> |
| 1132 |
<z:index name="Note:w Note:p"> |
1131 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1133 |
<xslo:value-of select="."/> |
1132 |
<xslo:value-of select="."/> |
| 1134 |
</z:index> |
1133 |
</z:index> |
| 1135 |
</xslo:if> |
1134 |
</xslo:if> |
|
Lines 1138-1144
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1138 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='324']"> |
1137 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='324']"> |
| 1139 |
<xslo:for-each select="marc:subfield"> |
1138 |
<xslo:for-each select="marc:subfield"> |
| 1140 |
<xslo:if test="contains('a', @code)"> |
1139 |
<xslo:if test="contains('a', @code)"> |
| 1141 |
<z:index name="Note:w Note:p"> |
1140 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1142 |
<xslo:value-of select="."/> |
1141 |
<xslo:value-of select="."/> |
| 1143 |
</z:index> |
1142 |
</z:index> |
| 1144 |
</xslo:if> |
1143 |
</xslo:if> |
|
Lines 1147-1153
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1147 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='325']"> |
1146 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='325']"> |
| 1148 |
<xslo:for-each select="marc:subfield"> |
1147 |
<xslo:for-each select="marc:subfield"> |
| 1149 |
<xslo:if test="contains('a', @code)"> |
1148 |
<xslo:if test="contains('a', @code)"> |
| 1150 |
<z:index name="Note:w Note:p"> |
1149 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1151 |
<xslo:value-of select="."/> |
1150 |
<xslo:value-of select="."/> |
| 1152 |
</z:index> |
1151 |
</z:index> |
| 1153 |
</xslo:if> |
1152 |
</xslo:if> |
|
Lines 1156-1162
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1156 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='326']"> |
1155 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='326']"> |
| 1157 |
<xslo:for-each select="marc:subfield"> |
1156 |
<xslo:for-each select="marc:subfield"> |
| 1158 |
<xslo:if test="contains('a', @code)"> |
1157 |
<xslo:if test="contains('a', @code)"> |
| 1159 |
<z:index name="Note:w Note:p"> |
1158 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1160 |
<xslo:value-of select="."/> |
1159 |
<xslo:value-of select="."/> |
| 1161 |
</z:index> |
1160 |
</z:index> |
| 1162 |
</xslo:if> |
1161 |
</xslo:if> |
|
Lines 1165-1171
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1165 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='327']"> |
1164 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='327']"> |
| 1166 |
<xslo:for-each select="marc:subfield"> |
1165 |
<xslo:for-each select="marc:subfield"> |
| 1167 |
<xslo:if test="contains('a', @code)"> |
1166 |
<xslo:if test="contains('a', @code)"> |
| 1168 |
<z:index name="Note:w Note:p"> |
1167 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1169 |
<xslo:value-of select="."/> |
1168 |
<xslo:value-of select="."/> |
| 1170 |
</z:index> |
1169 |
</z:index> |
| 1171 |
</xslo:if> |
1170 |
</xslo:if> |
|
Lines 1174-1180
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1174 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='330']"> |
1173 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='330']"> |
| 1175 |
<xslo:for-each select="marc:subfield"> |
1174 |
<xslo:for-each select="marc:subfield"> |
| 1176 |
<xslo:if test="contains('a', @code)"> |
1175 |
<xslo:if test="contains('a', @code)"> |
| 1177 |
<z:index name="Abstract:w Note:w Abstract:p Note:p"> |
1176 |
<z:index name="Abstract:w Note:w Abstract:p Note:p Any:w Any:p"> |
| 1178 |
<xslo:value-of select="."/> |
1177 |
<xslo:value-of select="."/> |
| 1179 |
</z:index> |
1178 |
</z:index> |
| 1180 |
</xslo:if> |
1179 |
</xslo:if> |
|
Lines 1183-1189
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1183 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='332']"> |
1182 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='332']"> |
| 1184 |
<xslo:for-each select="marc:subfield"> |
1183 |
<xslo:for-each select="marc:subfield"> |
| 1185 |
<xslo:if test="contains('a', @code)"> |
1184 |
<xslo:if test="contains('a', @code)"> |
| 1186 |
<z:index name="Note:w Note:p"> |
1185 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1187 |
<xslo:value-of select="."/> |
1186 |
<xslo:value-of select="."/> |
| 1188 |
</z:index> |
1187 |
</z:index> |
| 1189 |
</xslo:if> |
1188 |
</xslo:if> |
|
Lines 1192-1198
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1192 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='333']"> |
1191 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='333']"> |
| 1193 |
<xslo:for-each select="marc:subfield"> |
1192 |
<xslo:for-each select="marc:subfield"> |
| 1194 |
<xslo:if test="contains('a', @code)"> |
1193 |
<xslo:if test="contains('a', @code)"> |
| 1195 |
<z:index name="Note:w Note:p"> |
1194 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1196 |
<xslo:value-of select="."/> |
1195 |
<xslo:value-of select="."/> |
| 1197 |
</z:index> |
1196 |
</z:index> |
| 1198 |
</xslo:if> |
1197 |
</xslo:if> |
|
Lines 1201-1207
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1201 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='334']"> |
1200 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='334']"> |
| 1202 |
<xslo:for-each select="marc:subfield"> |
1201 |
<xslo:for-each select="marc:subfield"> |
| 1203 |
<xslo:if test="contains('a', @code)"> |
1202 |
<xslo:if test="contains('a', @code)"> |
| 1204 |
<z:index name="Note:w Note:p"> |
1203 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1205 |
<xslo:value-of select="."/> |
1204 |
<xslo:value-of select="."/> |
| 1206 |
</z:index> |
1205 |
</z:index> |
| 1207 |
</xslo:if> |
1206 |
</xslo:if> |
|
Lines 1210-1216
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1210 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='336']"> |
1209 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='336']"> |
| 1211 |
<xslo:for-each select="marc:subfield"> |
1210 |
<xslo:for-each select="marc:subfield"> |
| 1212 |
<xslo:if test="contains('a', @code)"> |
1211 |
<xslo:if test="contains('a', @code)"> |
| 1213 |
<z:index name="Note:w Note:p"> |
1212 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1214 |
<xslo:value-of select="."/> |
1213 |
<xslo:value-of select="."/> |
| 1215 |
</z:index> |
1214 |
</z:index> |
| 1216 |
</xslo:if> |
1215 |
</xslo:if> |
|
Lines 1219-1225
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1219 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='337']"> |
1218 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='337']"> |
| 1220 |
<xslo:for-each select="marc:subfield"> |
1219 |
<xslo:for-each select="marc:subfield"> |
| 1221 |
<xslo:if test="contains('a', @code)"> |
1220 |
<xslo:if test="contains('a', @code)"> |
| 1222 |
<z:index name="Note:w Note:p"> |
1221 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1223 |
<xslo:value-of select="."/> |
1222 |
<xslo:value-of select="."/> |
| 1224 |
</z:index> |
1223 |
</z:index> |
| 1225 |
</xslo:if> |
1224 |
</xslo:if> |
|
Lines 1228-1234
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1228 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='345']"> |
1227 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='345']"> |
| 1229 |
<xslo:for-each select="marc:subfield"> |
1228 |
<xslo:for-each select="marc:subfield"> |
| 1230 |
<xslo:if test="contains('a', @code)"> |
1229 |
<xslo:if test="contains('a', @code)"> |
| 1231 |
<z:index name="Note:w Note:p"> |
1230 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 1232 |
<xslo:value-of select="."/> |
1231 |
<xslo:value-of select="."/> |
| 1233 |
</z:index> |
1232 |
</z:index> |
| 1234 |
</xslo:if> |
1233 |
</xslo:if> |
|
Lines 1237-1250
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1237 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='410']"> |
1236 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='410']"> |
| 1238 |
<xslo:for-each select="marc:subfield"> |
1237 |
<xslo:for-each select="marc:subfield"> |
| 1239 |
<xslo:if test="contains('t', @code)"> |
1238 |
<xslo:if test="contains('t', @code)"> |
| 1240 |
<z:index name="Title-series:w Title-series:p"> |
1239 |
<z:index name="Title-series:w Title-series:p Any:w Any:p"> |
| 1241 |
<xslo:value-of select="."/> |
1240 |
<xslo:value-of select="."/> |
| 1242 |
</z:index> |
1241 |
</z:index> |
| 1243 |
</xslo:if> |
1242 |
</xslo:if> |
| 1244 |
</xslo:for-each> |
1243 |
</xslo:for-each> |
| 1245 |
<xslo:for-each select="marc:subfield"> |
1244 |
<xslo:for-each select="marc:subfield"> |
| 1246 |
<xslo:if test="contains('d', @code)"> |
1245 |
<xslo:if test="contains('d', @code)"> |
| 1247 |
<z:index name="pubdate:n"> |
1246 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1248 |
<xslo:value-of select="."/> |
1247 |
<xslo:value-of select="."/> |
| 1249 |
</z:index> |
1248 |
</z:index> |
| 1250 |
</xslo:if> |
1249 |
</xslo:if> |
|
Lines 1253-1259
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1253 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='411']"> |
1252 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='411']"> |
| 1254 |
<xslo:for-each select="marc:subfield"> |
1253 |
<xslo:for-each select="marc:subfield"> |
| 1255 |
<xslo:if test="contains('t', @code)"> |
1254 |
<xslo:if test="contains('t', @code)"> |
| 1256 |
<z:index name="Title:w Title:p"> |
1255 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1257 |
<xslo:value-of select="."/> |
1256 |
<xslo:value-of select="."/> |
| 1258 |
</z:index> |
1257 |
</z:index> |
| 1259 |
</xslo:if> |
1258 |
</xslo:if> |
|
Lines 1262-1275
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1262 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='412']"> |
1261 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='412']"> |
| 1263 |
<xslo:for-each select="marc:subfield"> |
1262 |
<xslo:for-each select="marc:subfield"> |
| 1264 |
<xslo:if test="contains('t', @code)"> |
1263 |
<xslo:if test="contains('t', @code)"> |
| 1265 |
<z:index name="Title:w Title:p"> |
1264 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1266 |
<xslo:value-of select="."/> |
1265 |
<xslo:value-of select="."/> |
| 1267 |
</z:index> |
1266 |
</z:index> |
| 1268 |
</xslo:if> |
1267 |
</xslo:if> |
| 1269 |
</xslo:for-each> |
1268 |
</xslo:for-each> |
| 1270 |
<xslo:for-each select="marc:subfield"> |
1269 |
<xslo:for-each select="marc:subfield"> |
| 1271 |
<xslo:if test="contains('d', @code)"> |
1270 |
<xslo:if test="contains('d', @code)"> |
| 1272 |
<z:index name="pubdate:n"> |
1271 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1273 |
<xslo:value-of select="."/> |
1272 |
<xslo:value-of select="."/> |
| 1274 |
</z:index> |
1273 |
</z:index> |
| 1275 |
</xslo:if> |
1274 |
</xslo:if> |
|
Lines 1278-1291
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1278 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='413']"> |
1277 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='413']"> |
| 1279 |
<xslo:for-each select="marc:subfield"> |
1278 |
<xslo:for-each select="marc:subfield"> |
| 1280 |
<xslo:if test="contains('t', @code)"> |
1279 |
<xslo:if test="contains('t', @code)"> |
| 1281 |
<z:index name="Title:w Title:p"> |
1280 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1282 |
<xslo:value-of select="."/> |
1281 |
<xslo:value-of select="."/> |
| 1283 |
</z:index> |
1282 |
</z:index> |
| 1284 |
</xslo:if> |
1283 |
</xslo:if> |
| 1285 |
</xslo:for-each> |
1284 |
</xslo:for-each> |
| 1286 |
<xslo:for-each select="marc:subfield"> |
1285 |
<xslo:for-each select="marc:subfield"> |
| 1287 |
<xslo:if test="contains('d', @code)"> |
1286 |
<xslo:if test="contains('d', @code)"> |
| 1288 |
<z:index name="pubdate:n"> |
1287 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1289 |
<xslo:value-of select="."/> |
1288 |
<xslo:value-of select="."/> |
| 1290 |
</z:index> |
1289 |
</z:index> |
| 1291 |
</xslo:if> |
1290 |
</xslo:if> |
|
Lines 1294-1300
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1294 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='421']"> |
1293 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='421']"> |
| 1295 |
<xslo:for-each select="marc:subfield"> |
1294 |
<xslo:for-each select="marc:subfield"> |
| 1296 |
<xslo:if test="contains('t', @code)"> |
1295 |
<xslo:if test="contains('t', @code)"> |
| 1297 |
<z:index name="Title:w Title:p"> |
1296 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1298 |
<xslo:value-of select="."/> |
1297 |
<xslo:value-of select="."/> |
| 1299 |
</z:index> |
1298 |
</z:index> |
| 1300 |
</xslo:if> |
1299 |
</xslo:if> |
|
Lines 1303-1309
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1303 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='422']"> |
1302 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='422']"> |
| 1304 |
<xslo:for-each select="marc:subfield"> |
1303 |
<xslo:for-each select="marc:subfield"> |
| 1305 |
<xslo:if test="contains('t', @code)"> |
1304 |
<xslo:if test="contains('t', @code)"> |
| 1306 |
<z:index name="Title:w Title:p"> |
1305 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1307 |
<xslo:value-of select="."/> |
1306 |
<xslo:value-of select="."/> |
| 1308 |
</z:index> |
1307 |
</z:index> |
| 1309 |
</xslo:if> |
1308 |
</xslo:if> |
|
Lines 1312-1318
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1312 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='423']"> |
1311 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='423']"> |
| 1313 |
<xslo:for-each select="marc:subfield"> |
1312 |
<xslo:for-each select="marc:subfield"> |
| 1314 |
<xslo:if test="contains('t', @code)"> |
1313 |
<xslo:if test="contains('t', @code)"> |
| 1315 |
<z:index name="Title:w Title:p"> |
1314 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1316 |
<xslo:value-of select="."/> |
1315 |
<xslo:value-of select="."/> |
| 1317 |
</z:index> |
1316 |
</z:index> |
| 1318 |
</xslo:if> |
1317 |
</xslo:if> |
|
Lines 1321-1327
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1321 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='424']"> |
1320 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='424']"> |
| 1322 |
<xslo:for-each select="marc:subfield"> |
1321 |
<xslo:for-each select="marc:subfield"> |
| 1323 |
<xslo:if test="contains('t', @code)"> |
1322 |
<xslo:if test="contains('t', @code)"> |
| 1324 |
<z:index name="Title:w Title:p"> |
1323 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1325 |
<xslo:value-of select="."/> |
1324 |
<xslo:value-of select="."/> |
| 1326 |
</z:index> |
1325 |
</z:index> |
| 1327 |
</xslo:if> |
1326 |
</xslo:if> |
|
Lines 1330-1336
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1330 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='425']"> |
1329 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='425']"> |
| 1331 |
<xslo:for-each select="marc:subfield"> |
1330 |
<xslo:for-each select="marc:subfield"> |
| 1332 |
<xslo:if test="contains('t', @code)"> |
1331 |
<xslo:if test="contains('t', @code)"> |
| 1333 |
<z:index name="Title:w Title:p"> |
1332 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1334 |
<xslo:value-of select="."/> |
1333 |
<xslo:value-of select="."/> |
| 1335 |
</z:index> |
1334 |
</z:index> |
| 1336 |
</xslo:if> |
1335 |
</xslo:if> |
|
Lines 1339-1352
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1339 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='430']"> |
1338 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='430']"> |
| 1340 |
<xslo:for-each select="marc:subfield"> |
1339 |
<xslo:for-each select="marc:subfield"> |
| 1341 |
<xslo:if test="contains('t', @code)"> |
1340 |
<xslo:if test="contains('t', @code)"> |
| 1342 |
<z:index name="Title:w Title:p"> |
1341 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1343 |
<xslo:value-of select="."/> |
1342 |
<xslo:value-of select="."/> |
| 1344 |
</z:index> |
1343 |
</z:index> |
| 1345 |
</xslo:if> |
1344 |
</xslo:if> |
| 1346 |
</xslo:for-each> |
1345 |
</xslo:for-each> |
| 1347 |
<xslo:for-each select="marc:subfield"> |
1346 |
<xslo:for-each select="marc:subfield"> |
| 1348 |
<xslo:if test="contains('d', @code)"> |
1347 |
<xslo:if test="contains('d', @code)"> |
| 1349 |
<z:index name="pubdate:n"> |
1348 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1350 |
<xslo:value-of select="."/> |
1349 |
<xslo:value-of select="."/> |
| 1351 |
</z:index> |
1350 |
</z:index> |
| 1352 |
</xslo:if> |
1351 |
</xslo:if> |
|
Lines 1355-1368
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1355 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='431']"> |
1354 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='431']"> |
| 1356 |
<xslo:for-each select="marc:subfield"> |
1355 |
<xslo:for-each select="marc:subfield"> |
| 1357 |
<xslo:if test="contains('t', @code)"> |
1356 |
<xslo:if test="contains('t', @code)"> |
| 1358 |
<z:index name="Title:w Title:p"> |
1357 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1359 |
<xslo:value-of select="."/> |
1358 |
<xslo:value-of select="."/> |
| 1360 |
</z:index> |
1359 |
</z:index> |
| 1361 |
</xslo:if> |
1360 |
</xslo:if> |
| 1362 |
</xslo:for-each> |
1361 |
</xslo:for-each> |
| 1363 |
<xslo:for-each select="marc:subfield"> |
1362 |
<xslo:for-each select="marc:subfield"> |
| 1364 |
<xslo:if test="contains('d', @code)"> |
1363 |
<xslo:if test="contains('d', @code)"> |
| 1365 |
<z:index name="pubdate:n"> |
1364 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1366 |
<xslo:value-of select="."/> |
1365 |
<xslo:value-of select="."/> |
| 1367 |
</z:index> |
1366 |
</z:index> |
| 1368 |
</xslo:if> |
1367 |
</xslo:if> |
|
Lines 1371-1384
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1371 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='432']"> |
1370 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='432']"> |
| 1372 |
<xslo:for-each select="marc:subfield"> |
1371 |
<xslo:for-each select="marc:subfield"> |
| 1373 |
<xslo:if test="contains('t', @code)"> |
1372 |
<xslo:if test="contains('t', @code)"> |
| 1374 |
<z:index name="Title:w Title:p"> |
1373 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1375 |
<xslo:value-of select="."/> |
1374 |
<xslo:value-of select="."/> |
| 1376 |
</z:index> |
1375 |
</z:index> |
| 1377 |
</xslo:if> |
1376 |
</xslo:if> |
| 1378 |
</xslo:for-each> |
1377 |
</xslo:for-each> |
| 1379 |
<xslo:for-each select="marc:subfield"> |
1378 |
<xslo:for-each select="marc:subfield"> |
| 1380 |
<xslo:if test="contains('d', @code)"> |
1379 |
<xslo:if test="contains('d', @code)"> |
| 1381 |
<z:index name="pubdate:n"> |
1380 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1382 |
<xslo:value-of select="."/> |
1381 |
<xslo:value-of select="."/> |
| 1383 |
</z:index> |
1382 |
</z:index> |
| 1384 |
</xslo:if> |
1383 |
</xslo:if> |
|
Lines 1387-1393
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1387 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='433']"> |
1386 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='433']"> |
| 1388 |
<xslo:for-each select="marc:subfield"> |
1387 |
<xslo:for-each select="marc:subfield"> |
| 1389 |
<xslo:if test="contains('t', @code)"> |
1388 |
<xslo:if test="contains('t', @code)"> |
| 1390 |
<z:index name="Title:w Title:p"> |
1389 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1391 |
<xslo:value-of select="."/> |
1390 |
<xslo:value-of select="."/> |
| 1392 |
</z:index> |
1391 |
</z:index> |
| 1393 |
</xslo:if> |
1392 |
</xslo:if> |
|
Lines 1396-1402
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1396 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='434']"> |
1395 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='434']"> |
| 1397 |
<xslo:for-each select="marc:subfield"> |
1396 |
<xslo:for-each select="marc:subfield"> |
| 1398 |
<xslo:if test="contains('t', @code)"> |
1397 |
<xslo:if test="contains('t', @code)"> |
| 1399 |
<z:index name="Title:w Title:p"> |
1398 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1400 |
<xslo:value-of select="."/> |
1399 |
<xslo:value-of select="."/> |
| 1401 |
</z:index> |
1400 |
</z:index> |
| 1402 |
</xslo:if> |
1401 |
</xslo:if> |
|
Lines 1405-1411
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1405 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='435']"> |
1404 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='435']"> |
| 1406 |
<xslo:for-each select="marc:subfield"> |
1405 |
<xslo:for-each select="marc:subfield"> |
| 1407 |
<xslo:if test="contains('t', @code)"> |
1406 |
<xslo:if test="contains('t', @code)"> |
| 1408 |
<z:index name="Title:w Title:p"> |
1407 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1409 |
<xslo:value-of select="."/> |
1408 |
<xslo:value-of select="."/> |
| 1410 |
</z:index> |
1409 |
</z:index> |
| 1411 |
</xslo:if> |
1410 |
</xslo:if> |
|
Lines 1414-1420
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1414 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='436']"> |
1413 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='436']"> |
| 1415 |
<xslo:for-each select="marc:subfield"> |
1414 |
<xslo:for-each select="marc:subfield"> |
| 1416 |
<xslo:if test="contains('t', @code)"> |
1415 |
<xslo:if test="contains('t', @code)"> |
| 1417 |
<z:index name="Title:w Title:p"> |
1416 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1418 |
<xslo:value-of select="."/> |
1417 |
<xslo:value-of select="."/> |
| 1419 |
</z:index> |
1418 |
</z:index> |
| 1420 |
</xslo:if> |
1419 |
</xslo:if> |
|
Lines 1423-1429
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1423 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='437']"> |
1422 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='437']"> |
| 1424 |
<xslo:for-each select="marc:subfield"> |
1423 |
<xslo:for-each select="marc:subfield"> |
| 1425 |
<xslo:if test="contains('t', @code)"> |
1424 |
<xslo:if test="contains('t', @code)"> |
| 1426 |
<z:index name="Title:w Title:p"> |
1425 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1427 |
<xslo:value-of select="."/> |
1426 |
<xslo:value-of select="."/> |
| 1428 |
</z:index> |
1427 |
</z:index> |
| 1429 |
</xslo:if> |
1428 |
</xslo:if> |
|
Lines 1432-1445
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1432 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='440']"> |
1431 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='440']"> |
| 1433 |
<xslo:for-each select="marc:subfield"> |
1432 |
<xslo:for-each select="marc:subfield"> |
| 1434 |
<xslo:if test="contains('t', @code)"> |
1433 |
<xslo:if test="contains('t', @code)"> |
| 1435 |
<z:index name="Title:w Title:p"> |
1434 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1436 |
<xslo:value-of select="."/> |
1435 |
<xslo:value-of select="."/> |
| 1437 |
</z:index> |
1436 |
</z:index> |
| 1438 |
</xslo:if> |
1437 |
</xslo:if> |
| 1439 |
</xslo:for-each> |
1438 |
</xslo:for-each> |
| 1440 |
<xslo:for-each select="marc:subfield"> |
1439 |
<xslo:for-each select="marc:subfield"> |
| 1441 |
<xslo:if test="contains('d', @code)"> |
1440 |
<xslo:if test="contains('d', @code)"> |
| 1442 |
<z:index name="pubdate:n"> |
1441 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1443 |
<xslo:value-of select="."/> |
1442 |
<xslo:value-of select="."/> |
| 1444 |
</z:index> |
1443 |
</z:index> |
| 1445 |
</xslo:if> |
1444 |
</xslo:if> |
|
Lines 1448-1461
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1448 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='441']"> |
1447 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='441']"> |
| 1449 |
<xslo:for-each select="marc:subfield"> |
1448 |
<xslo:for-each select="marc:subfield"> |
| 1450 |
<xslo:if test="contains('t', @code)"> |
1449 |
<xslo:if test="contains('t', @code)"> |
| 1451 |
<z:index name="Title:w Title:p"> |
1450 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1452 |
<xslo:value-of select="."/> |
1451 |
<xslo:value-of select="."/> |
| 1453 |
</z:index> |
1452 |
</z:index> |
| 1454 |
</xslo:if> |
1453 |
</xslo:if> |
| 1455 |
</xslo:for-each> |
1454 |
</xslo:for-each> |
| 1456 |
<xslo:for-each select="marc:subfield"> |
1455 |
<xslo:for-each select="marc:subfield"> |
| 1457 |
<xslo:if test="contains('d', @code)"> |
1456 |
<xslo:if test="contains('d', @code)"> |
| 1458 |
<z:index name="pubdate:n"> |
1457 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1459 |
<xslo:value-of select="."/> |
1458 |
<xslo:value-of select="."/> |
| 1460 |
</z:index> |
1459 |
</z:index> |
| 1461 |
</xslo:if> |
1460 |
</xslo:if> |
|
Lines 1464-1470
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1464 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='442']"> |
1463 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='442']"> |
| 1465 |
<xslo:for-each select="marc:subfield"> |
1464 |
<xslo:for-each select="marc:subfield"> |
| 1466 |
<xslo:if test="contains('t', @code)"> |
1465 |
<xslo:if test="contains('t', @code)"> |
| 1467 |
<z:index name="Title:w Title:p"> |
1466 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1468 |
<xslo:value-of select="."/> |
1467 |
<xslo:value-of select="."/> |
| 1469 |
</z:index> |
1468 |
</z:index> |
| 1470 |
</xslo:if> |
1469 |
</xslo:if> |
|
Lines 1473-1479
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1473 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='443']"> |
1472 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='443']"> |
| 1474 |
<xslo:for-each select="marc:subfield"> |
1473 |
<xslo:for-each select="marc:subfield"> |
| 1475 |
<xslo:if test="contains('t', @code)"> |
1474 |
<xslo:if test="contains('t', @code)"> |
| 1476 |
<z:index name="Title:w Title:p"> |
1475 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1477 |
<xslo:value-of select="."/> |
1476 |
<xslo:value-of select="."/> |
| 1478 |
</z:index> |
1477 |
</z:index> |
| 1479 |
</xslo:if> |
1478 |
</xslo:if> |
|
Lines 1482-1488
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1482 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='444']"> |
1481 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='444']"> |
| 1483 |
<xslo:for-each select="marc:subfield"> |
1482 |
<xslo:for-each select="marc:subfield"> |
| 1484 |
<xslo:if test="contains('t', @code)"> |
1483 |
<xslo:if test="contains('t', @code)"> |
| 1485 |
<z:index name="Title:w Title:p"> |
1484 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1486 |
<xslo:value-of select="."/> |
1485 |
<xslo:value-of select="."/> |
| 1487 |
</z:index> |
1486 |
</z:index> |
| 1488 |
</xslo:if> |
1487 |
</xslo:if> |
|
Lines 1491-1504
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1491 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='445']"> |
1490 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='445']"> |
| 1492 |
<xslo:for-each select="marc:subfield"> |
1491 |
<xslo:for-each select="marc:subfield"> |
| 1493 |
<xslo:if test="contains('t', @code)"> |
1492 |
<xslo:if test="contains('t', @code)"> |
| 1494 |
<z:index name="Title:w Title:p"> |
1493 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1495 |
<xslo:value-of select="."/> |
1494 |
<xslo:value-of select="."/> |
| 1496 |
</z:index> |
1495 |
</z:index> |
| 1497 |
</xslo:if> |
1496 |
</xslo:if> |
| 1498 |
</xslo:for-each> |
1497 |
</xslo:for-each> |
| 1499 |
<xslo:for-each select="marc:subfield"> |
1498 |
<xslo:for-each select="marc:subfield"> |
| 1500 |
<xslo:if test="contains('d', @code)"> |
1499 |
<xslo:if test="contains('d', @code)"> |
| 1501 |
<z:index name="pubdate:n"> |
1500 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1502 |
<xslo:value-of select="."/> |
1501 |
<xslo:value-of select="."/> |
| 1503 |
</z:index> |
1502 |
</z:index> |
| 1504 |
</xslo:if> |
1503 |
</xslo:if> |
|
Lines 1507-1513
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1507 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='446']"> |
1506 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='446']"> |
| 1508 |
<xslo:for-each select="marc:subfield"> |
1507 |
<xslo:for-each select="marc:subfield"> |
| 1509 |
<xslo:if test="contains('t', @code)"> |
1508 |
<xslo:if test="contains('t', @code)"> |
| 1510 |
<z:index name="Title:w Title:p"> |
1509 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1511 |
<xslo:value-of select="."/> |
1510 |
<xslo:value-of select="."/> |
| 1512 |
</z:index> |
1511 |
</z:index> |
| 1513 |
</xslo:if> |
1512 |
</xslo:if> |
|
Lines 1516-1522
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1516 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='447']"> |
1515 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='447']"> |
| 1517 |
<xslo:for-each select="marc:subfield"> |
1516 |
<xslo:for-each select="marc:subfield"> |
| 1518 |
<xslo:if test="contains('t', @code)"> |
1517 |
<xslo:if test="contains('t', @code)"> |
| 1519 |
<z:index name="Title:w Title:p"> |
1518 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1520 |
<xslo:value-of select="."/> |
1519 |
<xslo:value-of select="."/> |
| 1521 |
</z:index> |
1520 |
</z:index> |
| 1522 |
</xslo:if> |
1521 |
</xslo:if> |
|
Lines 1525-1531
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1525 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='448']"> |
1524 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='448']"> |
| 1526 |
<xslo:for-each select="marc:subfield"> |
1525 |
<xslo:for-each select="marc:subfield"> |
| 1527 |
<xslo:if test="contains('t', @code)"> |
1526 |
<xslo:if test="contains('t', @code)"> |
| 1528 |
<z:index name="Title:w Title:p"> |
1527 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1529 |
<xslo:value-of select="."/> |
1528 |
<xslo:value-of select="."/> |
| 1530 |
</z:index> |
1529 |
</z:index> |
| 1531 |
</xslo:if> |
1530 |
</xslo:if> |
|
Lines 1534-1540
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1534 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='451']"> |
1533 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='451']"> |
| 1535 |
<xslo:for-each select="marc:subfield"> |
1534 |
<xslo:for-each select="marc:subfield"> |
| 1536 |
<xslo:if test="contains('t', @code)"> |
1535 |
<xslo:if test="contains('t', @code)"> |
| 1537 |
<z:index name="Title:w Title:p"> |
1536 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1538 |
<xslo:value-of select="."/> |
1537 |
<xslo:value-of select="."/> |
| 1539 |
</z:index> |
1538 |
</z:index> |
| 1540 |
</xslo:if> |
1539 |
</xslo:if> |
|
Lines 1543-1549
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1543 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='452']"> |
1542 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='452']"> |
| 1544 |
<xslo:for-each select="marc:subfield"> |
1543 |
<xslo:for-each select="marc:subfield"> |
| 1545 |
<xslo:if test="contains('t', @code)"> |
1544 |
<xslo:if test="contains('t', @code)"> |
| 1546 |
<z:index name="Title:w Title:p"> |
1545 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1547 |
<xslo:value-of select="."/> |
1546 |
<xslo:value-of select="."/> |
| 1548 |
</z:index> |
1547 |
</z:index> |
| 1549 |
</xslo:if> |
1548 |
</xslo:if> |
|
Lines 1552-1558
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1552 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='453']"> |
1551 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='453']"> |
| 1553 |
<xslo:for-each select="marc:subfield"> |
1552 |
<xslo:for-each select="marc:subfield"> |
| 1554 |
<xslo:if test="contains('t', @code)"> |
1553 |
<xslo:if test="contains('t', @code)"> |
| 1555 |
<z:index name="Title:w Title:p"> |
1554 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1556 |
<xslo:value-of select="."/> |
1555 |
<xslo:value-of select="."/> |
| 1557 |
</z:index> |
1556 |
</z:index> |
| 1558 |
</xslo:if> |
1557 |
</xslo:if> |
|
Lines 1561-1567
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1561 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='454']"> |
1560 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='454']"> |
| 1562 |
<xslo:for-each select="marc:subfield"> |
1561 |
<xslo:for-each select="marc:subfield"> |
| 1563 |
<xslo:if test="contains('t', @code)"> |
1562 |
<xslo:if test="contains('t', @code)"> |
| 1564 |
<z:index name="Title:w Title:p"> |
1563 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1565 |
<xslo:value-of select="."/> |
1564 |
<xslo:value-of select="."/> |
| 1566 |
</z:index> |
1565 |
</z:index> |
| 1567 |
</xslo:if> |
1566 |
</xslo:if> |
|
Lines 1570-1576
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1570 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='455']"> |
1569 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='455']"> |
| 1571 |
<xslo:for-each select="marc:subfield"> |
1570 |
<xslo:for-each select="marc:subfield"> |
| 1572 |
<xslo:if test="contains('t', @code)"> |
1571 |
<xslo:if test="contains('t', @code)"> |
| 1573 |
<z:index name="Title:w Title:p"> |
1572 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1574 |
<xslo:value-of select="."/> |
1573 |
<xslo:value-of select="."/> |
| 1575 |
</z:index> |
1574 |
</z:index> |
| 1576 |
</xslo:if> |
1575 |
</xslo:if> |
|
Lines 1579-1585
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1579 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='456']"> |
1578 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='456']"> |
| 1580 |
<xslo:for-each select="marc:subfield"> |
1579 |
<xslo:for-each select="marc:subfield"> |
| 1581 |
<xslo:if test="contains('t', @code)"> |
1580 |
<xslo:if test="contains('t', @code)"> |
| 1582 |
<z:index name="Title:w Title:p"> |
1581 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1583 |
<xslo:value-of select="."/> |
1582 |
<xslo:value-of select="."/> |
| 1584 |
</z:index> |
1583 |
</z:index> |
| 1585 |
</xslo:if> |
1584 |
</xslo:if> |
|
Lines 1588-1615
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1588 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='461']"> |
1587 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='461']"> |
| 1589 |
<xslo:for-each select="marc:subfield"> |
1588 |
<xslo:for-each select="marc:subfield"> |
| 1590 |
<xslo:if test="contains('t', @code)"> |
1589 |
<xslo:if test="contains('t', @code)"> |
| 1591 |
<z:index name="Title:w Title-host:w title-host:p"> |
1590 |
<z:index name="Title:w Title-host:w title-host:p Any:w Any:p"> |
| 1592 |
<xslo:value-of select="."/> |
1591 |
<xslo:value-of select="."/> |
| 1593 |
</z:index> |
1592 |
</z:index> |
| 1594 |
</xslo:if> |
1593 |
</xslo:if> |
| 1595 |
</xslo:for-each> |
1594 |
</xslo:for-each> |
| 1596 |
<xslo:for-each select="marc:subfield"> |
1595 |
<xslo:for-each select="marc:subfield"> |
| 1597 |
<xslo:if test="contains('9', @code)"> |
1596 |
<xslo:if test="contains('9', @code)"> |
| 1598 |
<z:index name="Host-Item-Number:w"> |
1597 |
<z:index name="Host-Item-Number:w Any:w Any:p"> |
| 1599 |
<xslo:value-of select="."/> |
1598 |
<xslo:value-of select="."/> |
| 1600 |
</z:index> |
1599 |
</z:index> |
| 1601 |
</xslo:if> |
1600 |
</xslo:if> |
| 1602 |
</xslo:for-each> |
1601 |
</xslo:for-each> |
| 1603 |
<xslo:for-each select="marc:subfield"> |
1602 |
<xslo:for-each select="marc:subfield"> |
| 1604 |
<xslo:if test="contains('d', @code)"> |
1603 |
<xslo:if test="contains('d', @code)"> |
| 1605 |
<z:index name="pubdate:n"> |
1604 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1606 |
<xslo:value-of select="."/> |
1605 |
<xslo:value-of select="."/> |
| 1607 |
</z:index> |
1606 |
</z:index> |
| 1608 |
</xslo:if> |
1607 |
</xslo:if> |
| 1609 |
</xslo:for-each> |
1608 |
</xslo:for-each> |
| 1610 |
<xslo:for-each select="marc:subfield"> |
1609 |
<xslo:for-each select="marc:subfield"> |
| 1611 |
<xslo:if test="contains('9', @code)"> |
1610 |
<xslo:if test="contains('9', @code)"> |
| 1612 |
<z:index name="Host-Item-Number:w"> |
1611 |
<z:index name="Host-Item-Number:w Any:w Any:p"> |
| 1613 |
<xslo:value-of select="."/> |
1612 |
<xslo:value-of select="."/> |
| 1614 |
</z:index> |
1613 |
</z:index> |
| 1615 |
</xslo:if> |
1614 |
</xslo:if> |
|
Lines 1618-1624
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1618 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='462']"> |
1617 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='462']"> |
| 1619 |
<xslo:for-each select="marc:subfield"> |
1618 |
<xslo:for-each select="marc:subfield"> |
| 1620 |
<xslo:if test="contains('t', @code)"> |
1619 |
<xslo:if test="contains('t', @code)"> |
| 1621 |
<z:index name="Title:w Title:p"> |
1620 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1622 |
<xslo:value-of select="."/> |
1621 |
<xslo:value-of select="."/> |
| 1623 |
</z:index> |
1622 |
</z:index> |
| 1624 |
</xslo:if> |
1623 |
</xslo:if> |
|
Lines 1627-1633
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1627 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='463']"> |
1626 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='463']"> |
| 1628 |
<xslo:for-each select="marc:subfield"> |
1627 |
<xslo:for-each select="marc:subfield"> |
| 1629 |
<xslo:if test="contains('t', @code)"> |
1628 |
<xslo:if test="contains('t', @code)"> |
| 1630 |
<z:index name="Title:w Title:p"> |
1629 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1631 |
<xslo:value-of select="."/> |
1630 |
<xslo:value-of select="."/> |
| 1632 |
</z:index> |
1631 |
</z:index> |
| 1633 |
</xslo:if> |
1632 |
</xslo:if> |
|
Lines 1636-1642
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1636 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='464']"> |
1635 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='464']"> |
| 1637 |
<xslo:for-each select="marc:subfield"> |
1636 |
<xslo:for-each select="marc:subfield"> |
| 1638 |
<xslo:if test="contains('t', @code)"> |
1637 |
<xslo:if test="contains('t', @code)"> |
| 1639 |
<z:index name="Title:w Title-host:w title-host:p Title:p"> |
1638 |
<z:index name="Title:w Title-host:w title-host:p Title:p Any:w Any:p"> |
| 1640 |
<xslo:value-of select="."/> |
1639 |
<xslo:value-of select="."/> |
| 1641 |
</z:index> |
1640 |
</z:index> |
| 1642 |
</xslo:if> |
1641 |
</xslo:if> |
|
Lines 1645-1651
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1645 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='470']"> |
1644 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='470']"> |
| 1646 |
<xslo:for-each select="marc:subfield"> |
1645 |
<xslo:for-each select="marc:subfield"> |
| 1647 |
<xslo:if test="contains('t', @code)"> |
1646 |
<xslo:if test="contains('t', @code)"> |
| 1648 |
<z:index name="Title:w Title:p"> |
1647 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1649 |
<xslo:value-of select="."/> |
1648 |
<xslo:value-of select="."/> |
| 1650 |
</z:index> |
1649 |
</z:index> |
| 1651 |
</xslo:if> |
1650 |
</xslo:if> |
|
Lines 1654-1660
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1654 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='481']"> |
1653 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='481']"> |
| 1655 |
<xslo:for-each select="marc:subfield"> |
1654 |
<xslo:for-each select="marc:subfield"> |
| 1656 |
<xslo:if test="contains('t', @code)"> |
1655 |
<xslo:if test="contains('t', @code)"> |
| 1657 |
<z:index name="Title:w Title:p"> |
1656 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1658 |
<xslo:value-of select="."/> |
1657 |
<xslo:value-of select="."/> |
| 1659 |
</z:index> |
1658 |
</z:index> |
| 1660 |
</xslo:if> |
1659 |
</xslo:if> |
|
Lines 1663-1669
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1663 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='482']"> |
1662 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='482']"> |
| 1664 |
<xslo:for-each select="marc:subfield"> |
1663 |
<xslo:for-each select="marc:subfield"> |
| 1665 |
<xslo:if test="contains('t', @code)"> |
1664 |
<xslo:if test="contains('t', @code)"> |
| 1666 |
<z:index name="Title:w Title:p"> |
1665 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1667 |
<xslo:value-of select="."/> |
1666 |
<xslo:value-of select="."/> |
| 1668 |
</z:index> |
1667 |
</z:index> |
| 1669 |
</xslo:if> |
1668 |
</xslo:if> |
|
Lines 1672-1678
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1672 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='488']"> |
1671 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='488']"> |
| 1673 |
<xslo:for-each select="marc:subfield"> |
1672 |
<xslo:for-each select="marc:subfield"> |
| 1674 |
<xslo:if test="contains('t', @code)"> |
1673 |
<xslo:if test="contains('t', @code)"> |
| 1675 |
<z:index name="Title:w Title:p"> |
1674 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1676 |
<xslo:value-of select="."/> |
1675 |
<xslo:value-of select="."/> |
| 1677 |
</z:index> |
1676 |
</z:index> |
| 1678 |
</xslo:if> |
1677 |
</xslo:if> |
|
Lines 1681-1694
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1681 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='400']"> |
1680 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='400']"> |
| 1682 |
<xslo:for-each select="marc:subfield"> |
1681 |
<xslo:for-each select="marc:subfield"> |
| 1683 |
<xslo:if test="contains('t', @code)"> |
1682 |
<xslo:if test="contains('t', @code)"> |
| 1684 |
<z:index name="Title:w Title:p"> |
1683 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1685 |
<xslo:value-of select="."/> |
1684 |
<xslo:value-of select="."/> |
| 1686 |
</z:index> |
1685 |
</z:index> |
| 1687 |
</xslo:if> |
1686 |
</xslo:if> |
| 1688 |
</xslo:for-each> |
1687 |
</xslo:for-each> |
| 1689 |
<xslo:for-each select="marc:subfield"> |
1688 |
<xslo:for-each select="marc:subfield"> |
| 1690 |
<xslo:if test="contains('d', @code)"> |
1689 |
<xslo:if test="contains('d', @code)"> |
| 1691 |
<z:index name="pubdate:n"> |
1690 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1692 |
<xslo:value-of select="."/> |
1691 |
<xslo:value-of select="."/> |
| 1693 |
</z:index> |
1692 |
</z:index> |
| 1694 |
</xslo:if> |
1693 |
</xslo:if> |
|
Lines 1697-1710
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1697 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='401']"> |
1696 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='401']"> |
| 1698 |
<xslo:for-each select="marc:subfield"> |
1697 |
<xslo:for-each select="marc:subfield"> |
| 1699 |
<xslo:if test="contains('t', @code)"> |
1698 |
<xslo:if test="contains('t', @code)"> |
| 1700 |
<z:index name="Title:w Title:p"> |
1699 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1701 |
<xslo:value-of select="."/> |
1700 |
<xslo:value-of select="."/> |
| 1702 |
</z:index> |
1701 |
</z:index> |
| 1703 |
</xslo:if> |
1702 |
</xslo:if> |
| 1704 |
</xslo:for-each> |
1703 |
</xslo:for-each> |
| 1705 |
<xslo:for-each select="marc:subfield"> |
1704 |
<xslo:for-each select="marc:subfield"> |
| 1706 |
<xslo:if test="contains('d', @code)"> |
1705 |
<xslo:if test="contains('d', @code)"> |
| 1707 |
<z:index name="pubdate:n"> |
1706 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1708 |
<xslo:value-of select="."/> |
1707 |
<xslo:value-of select="."/> |
| 1709 |
</z:index> |
1708 |
</z:index> |
| 1710 |
</xslo:if> |
1709 |
</xslo:if> |
|
Lines 1713-1726
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1713 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='403']"> |
1712 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='403']"> |
| 1714 |
<xslo:for-each select="marc:subfield"> |
1713 |
<xslo:for-each select="marc:subfield"> |
| 1715 |
<xslo:if test="contains('t', @code)"> |
1714 |
<xslo:if test="contains('t', @code)"> |
| 1716 |
<z:index name="Title:w Title:p Title-Uniform:w Title-Uniform:p"> |
1715 |
<z:index name="Title:w Title:p Title-Uniform:w Title-Uniform:p Any:w Any:p"> |
| 1717 |
<xslo:value-of select="."/> |
1716 |
<xslo:value-of select="."/> |
| 1718 |
</z:index> |
1717 |
</z:index> |
| 1719 |
</xslo:if> |
1718 |
</xslo:if> |
| 1720 |
</xslo:for-each> |
1719 |
</xslo:for-each> |
| 1721 |
<xslo:for-each select="marc:subfield"> |
1720 |
<xslo:for-each select="marc:subfield"> |
| 1722 |
<xslo:if test="contains('d', @code)"> |
1721 |
<xslo:if test="contains('d', @code)"> |
| 1723 |
<z:index name="pubdate:n"> |
1722 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1724 |
<xslo:value-of select="."/> |
1723 |
<xslo:value-of select="."/> |
| 1725 |
</z:index> |
1724 |
</z:index> |
| 1726 |
</xslo:if> |
1725 |
</xslo:if> |
|
Lines 1729-1742
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1729 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='414']"> |
1728 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='414']"> |
| 1730 |
<xslo:for-each select="marc:subfield"> |
1729 |
<xslo:for-each select="marc:subfield"> |
| 1731 |
<xslo:if test="contains('t', @code)"> |
1730 |
<xslo:if test="contains('t', @code)"> |
| 1732 |
<z:index name="Title:w Title:p"> |
1731 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1733 |
<xslo:value-of select="."/> |
1732 |
<xslo:value-of select="."/> |
| 1734 |
</z:index> |
1733 |
</z:index> |
| 1735 |
</xslo:if> |
1734 |
</xslo:if> |
| 1736 |
</xslo:for-each> |
1735 |
</xslo:for-each> |
| 1737 |
<xslo:for-each select="marc:subfield"> |
1736 |
<xslo:for-each select="marc:subfield"> |
| 1738 |
<xslo:if test="contains('d', @code)"> |
1737 |
<xslo:if test="contains('d', @code)"> |
| 1739 |
<z:index name="pubdate:n"> |
1738 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1740 |
<xslo:value-of select="."/> |
1739 |
<xslo:value-of select="."/> |
| 1741 |
</z:index> |
1740 |
</z:index> |
| 1742 |
</xslo:if> |
1741 |
</xslo:if> |
|
Lines 1745-1758
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1745 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='415']"> |
1744 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='415']"> |
| 1746 |
<xslo:for-each select="marc:subfield"> |
1745 |
<xslo:for-each select="marc:subfield"> |
| 1747 |
<xslo:if test="contains('t', @code)"> |
1746 |
<xslo:if test="contains('t', @code)"> |
| 1748 |
<z:index name="Title:w Title:p"> |
1747 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1749 |
<xslo:value-of select="."/> |
1748 |
<xslo:value-of select="."/> |
| 1750 |
</z:index> |
1749 |
</z:index> |
| 1751 |
</xslo:if> |
1750 |
</xslo:if> |
| 1752 |
</xslo:for-each> |
1751 |
</xslo:for-each> |
| 1753 |
<xslo:for-each select="marc:subfield"> |
1752 |
<xslo:for-each select="marc:subfield"> |
| 1754 |
<xslo:if test="contains('d', @code)"> |
1753 |
<xslo:if test="contains('d', @code)"> |
| 1755 |
<z:index name="pubdate:n"> |
1754 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1756 |
<xslo:value-of select="."/> |
1755 |
<xslo:value-of select="."/> |
| 1757 |
</z:index> |
1756 |
</z:index> |
| 1758 |
</xslo:if> |
1757 |
</xslo:if> |
|
Lines 1761-1774
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1761 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='416']"> |
1760 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='416']"> |
| 1762 |
<xslo:for-each select="marc:subfield"> |
1761 |
<xslo:for-each select="marc:subfield"> |
| 1763 |
<xslo:if test="contains('t', @code)"> |
1762 |
<xslo:if test="contains('t', @code)"> |
| 1764 |
<z:index name="Title:w Title:p"> |
1763 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1765 |
<xslo:value-of select="."/> |
1764 |
<xslo:value-of select="."/> |
| 1766 |
</z:index> |
1765 |
</z:index> |
| 1767 |
</xslo:if> |
1766 |
</xslo:if> |
| 1768 |
</xslo:for-each> |
1767 |
</xslo:for-each> |
| 1769 |
<xslo:for-each select="marc:subfield"> |
1768 |
<xslo:for-each select="marc:subfield"> |
| 1770 |
<xslo:if test="contains('d', @code)"> |
1769 |
<xslo:if test="contains('d', @code)"> |
| 1771 |
<z:index name="pubdate:n"> |
1770 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1772 |
<xslo:value-of select="."/> |
1771 |
<xslo:value-of select="."/> |
| 1773 |
</z:index> |
1772 |
</z:index> |
| 1774 |
</xslo:if> |
1773 |
</xslo:if> |
|
Lines 1777-1790
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1777 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='417']"> |
1776 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='417']"> |
| 1778 |
<xslo:for-each select="marc:subfield"> |
1777 |
<xslo:for-each select="marc:subfield"> |
| 1779 |
<xslo:if test="contains('t', @code)"> |
1778 |
<xslo:if test="contains('t', @code)"> |
| 1780 |
<z:index name="Title:w Title:p"> |
1779 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1781 |
<xslo:value-of select="."/> |
1780 |
<xslo:value-of select="."/> |
| 1782 |
</z:index> |
1781 |
</z:index> |
| 1783 |
</xslo:if> |
1782 |
</xslo:if> |
| 1784 |
</xslo:for-each> |
1783 |
</xslo:for-each> |
| 1785 |
<xslo:for-each select="marc:subfield"> |
1784 |
<xslo:for-each select="marc:subfield"> |
| 1786 |
<xslo:if test="contains('d', @code)"> |
1785 |
<xslo:if test="contains('d', @code)"> |
| 1787 |
<z:index name="pubdate:n"> |
1786 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1788 |
<xslo:value-of select="."/> |
1787 |
<xslo:value-of select="."/> |
| 1789 |
</z:index> |
1788 |
</z:index> |
| 1790 |
</xslo:if> |
1789 |
</xslo:if> |
|
Lines 1793-1806
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1793 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='418']"> |
1792 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='418']"> |
| 1794 |
<xslo:for-each select="marc:subfield"> |
1793 |
<xslo:for-each select="marc:subfield"> |
| 1795 |
<xslo:if test="contains('t', @code)"> |
1794 |
<xslo:if test="contains('t', @code)"> |
| 1796 |
<z:index name="Title:w Title:p"> |
1795 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1797 |
<xslo:value-of select="."/> |
1796 |
<xslo:value-of select="."/> |
| 1798 |
</z:index> |
1797 |
</z:index> |
| 1799 |
</xslo:if> |
1798 |
</xslo:if> |
| 1800 |
</xslo:for-each> |
1799 |
</xslo:for-each> |
| 1801 |
<xslo:for-each select="marc:subfield"> |
1800 |
<xslo:for-each select="marc:subfield"> |
| 1802 |
<xslo:if test="contains('d', @code)"> |
1801 |
<xslo:if test="contains('d', @code)"> |
| 1803 |
<z:index name="pubdate:n"> |
1802 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1804 |
<xslo:value-of select="."/> |
1803 |
<xslo:value-of select="."/> |
| 1805 |
</z:index> |
1804 |
</z:index> |
| 1806 |
</xslo:if> |
1805 |
</xslo:if> |
|
Lines 1809-1822
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1809 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='419']"> |
1808 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='419']"> |
| 1810 |
<xslo:for-each select="marc:subfield"> |
1809 |
<xslo:for-each select="marc:subfield"> |
| 1811 |
<xslo:if test="contains('t', @code)"> |
1810 |
<xslo:if test="contains('t', @code)"> |
| 1812 |
<z:index name="Title:w Title:p"> |
1811 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1813 |
<xslo:value-of select="."/> |
1812 |
<xslo:value-of select="."/> |
| 1814 |
</z:index> |
1813 |
</z:index> |
| 1815 |
</xslo:if> |
1814 |
</xslo:if> |
| 1816 |
</xslo:for-each> |
1815 |
</xslo:for-each> |
| 1817 |
<xslo:for-each select="marc:subfield"> |
1816 |
<xslo:for-each select="marc:subfield"> |
| 1818 |
<xslo:if test="contains('d', @code)"> |
1817 |
<xslo:if test="contains('d', @code)"> |
| 1819 |
<z:index name="pubdate:n"> |
1818 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1820 |
<xslo:value-of select="."/> |
1819 |
<xslo:value-of select="."/> |
| 1821 |
</z:index> |
1820 |
</z:index> |
| 1822 |
</xslo:if> |
1821 |
</xslo:if> |
|
Lines 1825-1838
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1825 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='420']"> |
1824 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='420']"> |
| 1826 |
<xslo:for-each select="marc:subfield"> |
1825 |
<xslo:for-each select="marc:subfield"> |
| 1827 |
<xslo:if test="contains('t', @code)"> |
1826 |
<xslo:if test="contains('t', @code)"> |
| 1828 |
<z:index name="Title:w Title:p"> |
1827 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 1829 |
<xslo:value-of select="."/> |
1828 |
<xslo:value-of select="."/> |
| 1830 |
</z:index> |
1829 |
</z:index> |
| 1831 |
</xslo:if> |
1830 |
</xslo:if> |
| 1832 |
</xslo:for-each> |
1831 |
</xslo:for-each> |
| 1833 |
<xslo:for-each select="marc:subfield"> |
1832 |
<xslo:for-each select="marc:subfield"> |
| 1834 |
<xslo:if test="contains('d', @code)"> |
1833 |
<xslo:if test="contains('d', @code)"> |
| 1835 |
<z:index name="pubdate:n"> |
1834 |
<z:index name="pubdate:n Any:w Any:p"> |
| 1836 |
<xslo:value-of select="."/> |
1835 |
<xslo:value-of select="."/> |
| 1837 |
</z:index> |
1836 |
</z:index> |
| 1838 |
</xslo:if> |
1837 |
</xslo:if> |
|
Lines 1841-1847
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1841 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='500']"> |
1840 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='500']"> |
| 1842 |
<xslo:for-each select="marc:subfield"> |
1841 |
<xslo:for-each select="marc:subfield"> |
| 1843 |
<xslo:if test="contains('9', @code)"> |
1842 |
<xslo:if test="contains('9', @code)"> |
| 1844 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1843 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1845 |
<xslo:value-of select="."/> |
1844 |
<xslo:value-of select="."/> |
| 1846 |
</z:index> |
1845 |
</z:index> |
| 1847 |
</xslo:if> |
1846 |
</xslo:if> |
|
Lines 1850-1856
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1850 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='501']"> |
1849 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='501']"> |
| 1851 |
<xslo:for-each select="marc:subfield"> |
1850 |
<xslo:for-each select="marc:subfield"> |
| 1852 |
<xslo:if test="contains('9', @code)"> |
1851 |
<xslo:if test="contains('9', @code)"> |
| 1853 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1852 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1854 |
<xslo:value-of select="."/> |
1853 |
<xslo:value-of select="."/> |
| 1855 |
</z:index> |
1854 |
</z:index> |
| 1856 |
</xslo:if> |
1855 |
</xslo:if> |
|
Lines 1859-1865
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1859 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='503']"> |
1858 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='503']"> |
| 1860 |
<xslo:for-each select="marc:subfield"> |
1859 |
<xslo:for-each select="marc:subfield"> |
| 1861 |
<xslo:if test="contains('9', @code)"> |
1860 |
<xslo:if test="contains('9', @code)"> |
| 1862 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1861 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1863 |
<xslo:value-of select="."/> |
1862 |
<xslo:value-of select="."/> |
| 1864 |
</z:index> |
1863 |
</z:index> |
| 1865 |
</xslo:if> |
1864 |
</xslo:if> |
|
Lines 1868-1874
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1868 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='510']"> |
1867 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='510']"> |
| 1869 |
<xslo:for-each select="marc:subfield"> |
1868 |
<xslo:for-each select="marc:subfield"> |
| 1870 |
<xslo:if test="contains('9', @code)"> |
1869 |
<xslo:if test="contains('9', @code)"> |
| 1871 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1870 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1872 |
<xslo:value-of select="."/> |
1871 |
<xslo:value-of select="."/> |
| 1873 |
</z:index> |
1872 |
</z:index> |
| 1874 |
</xslo:if> |
1873 |
</xslo:if> |
|
Lines 1877-1883
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1877 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='512']"> |
1876 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='512']"> |
| 1878 |
<xslo:for-each select="marc:subfield"> |
1877 |
<xslo:for-each select="marc:subfield"> |
| 1879 |
<xslo:if test="contains('9', @code)"> |
1878 |
<xslo:if test="contains('9', @code)"> |
| 1880 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1879 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1881 |
<xslo:value-of select="."/> |
1880 |
<xslo:value-of select="."/> |
| 1882 |
</z:index> |
1881 |
</z:index> |
| 1883 |
</xslo:if> |
1882 |
</xslo:if> |
|
Lines 1886-1892
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1886 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='513']"> |
1885 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='513']"> |
| 1887 |
<xslo:for-each select="marc:subfield"> |
1886 |
<xslo:for-each select="marc:subfield"> |
| 1888 |
<xslo:if test="contains('9', @code)"> |
1887 |
<xslo:if test="contains('9', @code)"> |
| 1889 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1888 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1890 |
<xslo:value-of select="."/> |
1889 |
<xslo:value-of select="."/> |
| 1891 |
</z:index> |
1890 |
</z:index> |
| 1892 |
</xslo:if> |
1891 |
</xslo:if> |
|
Lines 1895-1901
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1895 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='514']"> |
1894 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='514']"> |
| 1896 |
<xslo:for-each select="marc:subfield"> |
1895 |
<xslo:for-each select="marc:subfield"> |
| 1897 |
<xslo:if test="contains('9', @code)"> |
1896 |
<xslo:if test="contains('9', @code)"> |
| 1898 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1897 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1899 |
<xslo:value-of select="."/> |
1898 |
<xslo:value-of select="."/> |
| 1900 |
</z:index> |
1899 |
</z:index> |
| 1901 |
</xslo:if> |
1900 |
</xslo:if> |
|
Lines 1904-1910
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1904 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='515']"> |
1903 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='515']"> |
| 1905 |
<xslo:for-each select="marc:subfield"> |
1904 |
<xslo:for-each select="marc:subfield"> |
| 1906 |
<xslo:if test="contains('9', @code)"> |
1905 |
<xslo:if test="contains('9', @code)"> |
| 1907 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1906 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1908 |
<xslo:value-of select="."/> |
1907 |
<xslo:value-of select="."/> |
| 1909 |
</z:index> |
1908 |
</z:index> |
| 1910 |
</xslo:if> |
1909 |
</xslo:if> |
|
Lines 1913-1919
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1913 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='516']"> |
1912 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='516']"> |
| 1914 |
<xslo:for-each select="marc:subfield"> |
1913 |
<xslo:for-each select="marc:subfield"> |
| 1915 |
<xslo:if test="contains('9', @code)"> |
1914 |
<xslo:if test="contains('9', @code)"> |
| 1916 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1915 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1917 |
<xslo:value-of select="."/> |
1916 |
<xslo:value-of select="."/> |
| 1918 |
</z:index> |
1917 |
</z:index> |
| 1919 |
</xslo:if> |
1918 |
</xslo:if> |
|
Lines 1922-1928
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1922 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='517']"> |
1921 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='517']"> |
| 1923 |
<xslo:for-each select="marc:subfield"> |
1922 |
<xslo:for-each select="marc:subfield"> |
| 1924 |
<xslo:if test="contains('9', @code)"> |
1923 |
<xslo:if test="contains('9', @code)"> |
| 1925 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1924 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1926 |
<xslo:value-of select="."/> |
1925 |
<xslo:value-of select="."/> |
| 1927 |
</z:index> |
1926 |
</z:index> |
| 1928 |
</xslo:if> |
1927 |
</xslo:if> |
|
Lines 1931-1937
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1931 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='518']"> |
1930 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='518']"> |
| 1932 |
<xslo:for-each select="marc:subfield"> |
1931 |
<xslo:for-each select="marc:subfield"> |
| 1933 |
<xslo:if test="contains('9', @code)"> |
1932 |
<xslo:if test="contains('9', @code)"> |
| 1934 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1933 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1935 |
<xslo:value-of select="."/> |
1934 |
<xslo:value-of select="."/> |
| 1936 |
</z:index> |
1935 |
</z:index> |
| 1937 |
</xslo:if> |
1936 |
</xslo:if> |
|
Lines 1940-1946
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1940 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='519']"> |
1939 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='519']"> |
| 1941 |
<xslo:for-each select="marc:subfield"> |
1940 |
<xslo:for-each select="marc:subfield"> |
| 1942 |
<xslo:if test="contains('9', @code)"> |
1941 |
<xslo:if test="contains('9', @code)"> |
| 1943 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1942 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1944 |
<xslo:value-of select="."/> |
1943 |
<xslo:value-of select="."/> |
| 1945 |
</z:index> |
1944 |
</z:index> |
| 1946 |
</xslo:if> |
1945 |
</xslo:if> |
|
Lines 1949-1955
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1949 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='520']"> |
1948 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='520']"> |
| 1950 |
<xslo:for-each select="marc:subfield"> |
1949 |
<xslo:for-each select="marc:subfield"> |
| 1951 |
<xslo:if test="contains('9', @code)"> |
1950 |
<xslo:if test="contains('9', @code)"> |
| 1952 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1951 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1953 |
<xslo:value-of select="."/> |
1952 |
<xslo:value-of select="."/> |
| 1954 |
</z:index> |
1953 |
</z:index> |
| 1955 |
</xslo:if> |
1954 |
</xslo:if> |
|
Lines 1958-1964
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1958 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='530']"> |
1957 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='530']"> |
| 1959 |
<xslo:for-each select="marc:subfield"> |
1958 |
<xslo:for-each select="marc:subfield"> |
| 1960 |
<xslo:if test="contains('9', @code)"> |
1959 |
<xslo:if test="contains('9', @code)"> |
| 1961 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1960 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1962 |
<xslo:value-of select="."/> |
1961 |
<xslo:value-of select="."/> |
| 1963 |
</z:index> |
1962 |
</z:index> |
| 1964 |
</xslo:if> |
1963 |
</xslo:if> |
|
Lines 1967-1973
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1967 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='531']"> |
1966 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='531']"> |
| 1968 |
<xslo:for-each select="marc:subfield"> |
1967 |
<xslo:for-each select="marc:subfield"> |
| 1969 |
<xslo:if test="contains('9', @code)"> |
1968 |
<xslo:if test="contains('9', @code)"> |
| 1970 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1969 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1971 |
<xslo:value-of select="."/> |
1970 |
<xslo:value-of select="."/> |
| 1972 |
</z:index> |
1971 |
</z:index> |
| 1973 |
</xslo:if> |
1972 |
</xslo:if> |
|
Lines 1976-1982
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1976 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='532']"> |
1975 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='532']"> |
| 1977 |
<xslo:for-each select="marc:subfield"> |
1976 |
<xslo:for-each select="marc:subfield"> |
| 1978 |
<xslo:if test="contains('9', @code)"> |
1977 |
<xslo:if test="contains('9', @code)"> |
| 1979 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1978 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1980 |
<xslo:value-of select="."/> |
1979 |
<xslo:value-of select="."/> |
| 1981 |
</z:index> |
1980 |
</z:index> |
| 1982 |
</xslo:if> |
1981 |
</xslo:if> |
|
Lines 1985-1991
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1985 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='540']"> |
1984 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='540']"> |
| 1986 |
<xslo:for-each select="marc:subfield"> |
1985 |
<xslo:for-each select="marc:subfield"> |
| 1987 |
<xslo:if test="contains('9', @code)"> |
1986 |
<xslo:if test="contains('9', @code)"> |
| 1988 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1987 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1989 |
<xslo:value-of select="."/> |
1988 |
<xslo:value-of select="."/> |
| 1990 |
</z:index> |
1989 |
</z:index> |
| 1991 |
</xslo:if> |
1990 |
</xslo:if> |
|
Lines 1994-2000
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 1994 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='541']"> |
1993 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='541']"> |
| 1995 |
<xslo:for-each select="marc:subfield"> |
1994 |
<xslo:for-each select="marc:subfield"> |
| 1996 |
<xslo:if test="contains('9', @code)"> |
1995 |
<xslo:if test="contains('9', @code)"> |
| 1997 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
1996 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 1998 |
<xslo:value-of select="."/> |
1997 |
<xslo:value-of select="."/> |
| 1999 |
</z:index> |
1998 |
</z:index> |
| 2000 |
</xslo:if> |
1999 |
</xslo:if> |
|
Lines 2003-2009
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2003 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='545']"> |
2002 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='545']"> |
| 2004 |
<xslo:for-each select="marc:subfield"> |
2003 |
<xslo:for-each select="marc:subfield"> |
| 2005 |
<xslo:if test="contains('9', @code)"> |
2004 |
<xslo:if test="contains('9', @code)"> |
| 2006 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2005 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2007 |
<xslo:value-of select="."/> |
2006 |
<xslo:value-of select="."/> |
| 2008 |
</z:index> |
2007 |
</z:index> |
| 2009 |
</xslo:if> |
2008 |
</xslo:if> |
|
Lines 2012-2018
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2012 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='560']"> |
2011 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='560']"> |
| 2013 |
<xslo:for-each select="marc:subfield"> |
2012 |
<xslo:for-each select="marc:subfield"> |
| 2014 |
<xslo:if test="contains('9', @code)"> |
2013 |
<xslo:if test="contains('9', @code)"> |
| 2015 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2014 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2016 |
<xslo:value-of select="."/> |
2015 |
<xslo:value-of select="."/> |
| 2017 |
</z:index> |
2016 |
</z:index> |
| 2018 |
</xslo:if> |
2017 |
</xslo:if> |
|
Lines 2021-2034
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2021 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='600']"> |
2020 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='600']"> |
| 2022 |
<xslo:for-each select="marc:subfield"> |
2021 |
<xslo:for-each select="marc:subfield"> |
| 2023 |
<xslo:if test="contains('9', @code)"> |
2022 |
<xslo:if test="contains('9', @code)"> |
| 2024 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2023 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2025 |
<xslo:value-of select="."/> |
2024 |
<xslo:value-of select="."/> |
| 2026 |
</z:index> |
2025 |
</z:index> |
| 2027 |
</xslo:if> |
2026 |
</xslo:if> |
| 2028 |
</xslo:for-each> |
2027 |
</xslo:for-each> |
| 2029 |
<xslo:for-each select="marc:subfield"> |
2028 |
<xslo:for-each select="marc:subfield"> |
| 2030 |
<xslo:if test="contains('a', @code)"> |
2029 |
<xslo:if test="contains('a', @code)"> |
| 2031 |
<z:index name="Personal-name:w Personal-name:p Subject:w Subject:p"> |
2030 |
<z:index name="Personal-name:w Personal-name:p Subject:w Subject:p Any:w Any:p"> |
| 2032 |
<xslo:value-of select="."/> |
2031 |
<xslo:value-of select="."/> |
| 2033 |
</z:index> |
2032 |
</z:index> |
| 2034 |
</xslo:if> |
2033 |
</xslo:if> |
|
Lines 2037-2050
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2037 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='601']"> |
2036 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='601']"> |
| 2038 |
<xslo:for-each select="marc:subfield"> |
2037 |
<xslo:for-each select="marc:subfield"> |
| 2039 |
<xslo:if test="contains('9', @code)"> |
2038 |
<xslo:if test="contains('9', @code)"> |
| 2040 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2039 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2041 |
<xslo:value-of select="."/> |
2040 |
<xslo:value-of select="."/> |
| 2042 |
</z:index> |
2041 |
</z:index> |
| 2043 |
</xslo:if> |
2042 |
</xslo:if> |
| 2044 |
</xslo:for-each> |
2043 |
</xslo:for-each> |
| 2045 |
<xslo:for-each select="marc:subfield"> |
2044 |
<xslo:for-each select="marc:subfield"> |
| 2046 |
<xslo:if test="contains('a', @code)"> |
2045 |
<xslo:if test="contains('a', @code)"> |
| 2047 |
<z:index name="Corporate-name:w Conference-name:w Corporate-name:p Conference-name:p"> |
2046 |
<z:index name="Corporate-name:w Conference-name:w Corporate-name:p Conference-name:p Any:w Any:p"> |
| 2048 |
<xslo:value-of select="."/> |
2047 |
<xslo:value-of select="."/> |
| 2049 |
</z:index> |
2048 |
</z:index> |
| 2050 |
</xslo:if> |
2049 |
</xslo:if> |
|
Lines 2053-2066
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2053 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='602']"> |
2052 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='602']"> |
| 2054 |
<xslo:for-each select="marc:subfield"> |
2053 |
<xslo:for-each select="marc:subfield"> |
| 2055 |
<xslo:if test="contains('9', @code)"> |
2054 |
<xslo:if test="contains('9', @code)"> |
| 2056 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2055 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2057 |
<xslo:value-of select="."/> |
2056 |
<xslo:value-of select="."/> |
| 2058 |
</z:index> |
2057 |
</z:index> |
| 2059 |
</xslo:if> |
2058 |
</xslo:if> |
| 2060 |
</xslo:for-each> |
2059 |
</xslo:for-each> |
| 2061 |
<xslo:for-each select="marc:subfield"> |
2060 |
<xslo:for-each select="marc:subfield"> |
| 2062 |
<xslo:if test="contains('a', @code)"> |
2061 |
<xslo:if test="contains('a', @code)"> |
| 2063 |
<z:index name="Personal-name:w Personal-name:p"> |
2062 |
<z:index name="Personal-name:w Personal-name:p Any:w Any:p"> |
| 2064 |
<xslo:value-of select="."/> |
2063 |
<xslo:value-of select="."/> |
| 2065 |
</z:index> |
2064 |
</z:index> |
| 2066 |
</xslo:if> |
2065 |
</xslo:if> |
|
Lines 2069-2075
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2069 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='603']"> |
2068 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='603']"> |
| 2070 |
<xslo:for-each select="marc:subfield"> |
2069 |
<xslo:for-each select="marc:subfield"> |
| 2071 |
<xslo:if test="contains('9', @code)"> |
2070 |
<xslo:if test="contains('9', @code)"> |
| 2072 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2071 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2073 |
<xslo:value-of select="."/> |
2072 |
<xslo:value-of select="."/> |
| 2074 |
</z:index> |
2073 |
</z:index> |
| 2075 |
</xslo:if> |
2074 |
</xslo:if> |
|
Lines 2078-2084
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2078 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='604']"> |
2077 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='604']"> |
| 2079 |
<xslo:for-each select="marc:subfield"> |
2078 |
<xslo:for-each select="marc:subfield"> |
| 2080 |
<xslo:if test="contains('9', @code)"> |
2079 |
<xslo:if test="contains('9', @code)"> |
| 2081 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2080 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2082 |
<xslo:value-of select="."/> |
2081 |
<xslo:value-of select="."/> |
| 2083 |
</z:index> |
2082 |
</z:index> |
| 2084 |
</xslo:if> |
2083 |
</xslo:if> |
|
Lines 2087-2093
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2087 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='605']"> |
2086 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='605']"> |
| 2088 |
<xslo:for-each select="marc:subfield"> |
2087 |
<xslo:for-each select="marc:subfield"> |
| 2089 |
<xslo:if test="contains('9', @code)"> |
2088 |
<xslo:if test="contains('9', @code)"> |
| 2090 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2089 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2091 |
<xslo:value-of select="."/> |
2090 |
<xslo:value-of select="."/> |
| 2092 |
</z:index> |
2091 |
</z:index> |
| 2093 |
</xslo:if> |
2092 |
</xslo:if> |
|
Lines 2096-2102
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2096 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='606']"> |
2095 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='606']"> |
| 2097 |
<xslo:for-each select="marc:subfield"> |
2096 |
<xslo:for-each select="marc:subfield"> |
| 2098 |
<xslo:if test="contains('9', @code)"> |
2097 |
<xslo:if test="contains('9', @code)"> |
| 2099 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2098 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2100 |
<xslo:value-of select="."/> |
2099 |
<xslo:value-of select="."/> |
| 2101 |
</z:index> |
2100 |
</z:index> |
| 2102 |
</xslo:if> |
2101 |
</xslo:if> |
|
Lines 2105-2111
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2105 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='607']"> |
2104 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='607']"> |
| 2106 |
<xslo:for-each select="marc:subfield"> |
2105 |
<xslo:for-each select="marc:subfield"> |
| 2107 |
<xslo:if test="contains('9', @code)"> |
2106 |
<xslo:if test="contains('9', @code)"> |
| 2108 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2107 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2109 |
<xslo:value-of select="."/> |
2108 |
<xslo:value-of select="."/> |
| 2110 |
</z:index> |
2109 |
</z:index> |
| 2111 |
</xslo:if> |
2110 |
</xslo:if> |
|
Lines 2114-2120
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2114 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='608']"> |
2113 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='608']"> |
| 2115 |
<xslo:for-each select="marc:subfield"> |
2114 |
<xslo:for-each select="marc:subfield"> |
| 2116 |
<xslo:if test="contains('9', @code)"> |
2115 |
<xslo:if test="contains('9', @code)"> |
| 2117 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2116 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2118 |
<xslo:value-of select="."/> |
2117 |
<xslo:value-of select="."/> |
| 2119 |
</z:index> |
2118 |
</z:index> |
| 2120 |
</xslo:if> |
2119 |
</xslo:if> |
|
Lines 2123-2129
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2123 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='610']"> |
2122 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='610']"> |
| 2124 |
<xslo:for-each select="marc:subfield"> |
2123 |
<xslo:for-each select="marc:subfield"> |
| 2125 |
<xslo:if test="contains('9', @code)"> |
2124 |
<xslo:if test="contains('9', @code)"> |
| 2126 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2125 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2127 |
<xslo:value-of select="."/> |
2126 |
<xslo:value-of select="."/> |
| 2128 |
</z:index> |
2127 |
</z:index> |
| 2129 |
</xslo:if> |
2128 |
</xslo:if> |
|
Lines 2132-2138
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2132 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='615']"> |
2131 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='615']"> |
| 2133 |
<xslo:for-each select="marc:subfield"> |
2132 |
<xslo:for-each select="marc:subfield"> |
| 2134 |
<xslo:if test="contains('9', @code)"> |
2133 |
<xslo:if test="contains('9', @code)"> |
| 2135 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2134 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2136 |
<xslo:value-of select="."/> |
2135 |
<xslo:value-of select="."/> |
| 2137 |
</z:index> |
2136 |
</z:index> |
| 2138 |
</xslo:if> |
2137 |
</xslo:if> |
|
Lines 2141-2147
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2141 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='616']"> |
2140 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='616']"> |
| 2142 |
<xslo:for-each select="marc:subfield"> |
2141 |
<xslo:for-each select="marc:subfield"> |
| 2143 |
<xslo:if test="contains('9', @code)"> |
2142 |
<xslo:if test="contains('9', @code)"> |
| 2144 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2143 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2145 |
<xslo:value-of select="."/> |
2144 |
<xslo:value-of select="."/> |
| 2146 |
</z:index> |
2145 |
</z:index> |
| 2147 |
</xslo:if> |
2146 |
</xslo:if> |
|
Lines 2150-2156
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2150 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='617']"> |
2149 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='617']"> |
| 2151 |
<xslo:for-each select="marc:subfield"> |
2150 |
<xslo:for-each select="marc:subfield"> |
| 2152 |
<xslo:if test="contains('9', @code)"> |
2151 |
<xslo:if test="contains('9', @code)"> |
| 2153 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2152 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2154 |
<xslo:value-of select="."/> |
2153 |
<xslo:value-of select="."/> |
| 2155 |
</z:index> |
2154 |
</z:index> |
| 2156 |
</xslo:if> |
2155 |
</xslo:if> |
|
Lines 2159-2165
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2159 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='620']"> |
2158 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='620']"> |
| 2160 |
<xslo:for-each select="marc:subfield"> |
2159 |
<xslo:for-each select="marc:subfield"> |
| 2161 |
<xslo:if test="contains('9', @code)"> |
2160 |
<xslo:if test="contains('9', @code)"> |
| 2162 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2161 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2163 |
<xslo:value-of select="."/> |
2162 |
<xslo:value-of select="."/> |
| 2164 |
</z:index> |
2163 |
</z:index> |
| 2165 |
</xslo:if> |
2164 |
</xslo:if> |
|
Lines 2168-2174
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2168 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='621']"> |
2167 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='621']"> |
| 2169 |
<xslo:for-each select="marc:subfield"> |
2168 |
<xslo:for-each select="marc:subfield"> |
| 2170 |
<xslo:if test="contains('9', @code)"> |
2169 |
<xslo:if test="contains('9', @code)"> |
| 2171 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2170 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2172 |
<xslo:value-of select="."/> |
2171 |
<xslo:value-of select="."/> |
| 2173 |
</z:index> |
2172 |
</z:index> |
| 2174 |
</xslo:if> |
2173 |
</xslo:if> |
|
Lines 2177-2183
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2177 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='630']"> |
2176 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='630']"> |
| 2178 |
<xslo:for-each select="marc:subfield"> |
2177 |
<xslo:for-each select="marc:subfield"> |
| 2179 |
<xslo:if test="contains('9', @code)"> |
2178 |
<xslo:if test="contains('9', @code)"> |
| 2180 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2179 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2181 |
<xslo:value-of select="."/> |
2180 |
<xslo:value-of select="."/> |
| 2182 |
</z:index> |
2181 |
</z:index> |
| 2183 |
</xslo:if> |
2182 |
</xslo:if> |
|
Lines 2186-2192
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2186 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='631']"> |
2185 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='631']"> |
| 2187 |
<xslo:for-each select="marc:subfield"> |
2186 |
<xslo:for-each select="marc:subfield"> |
| 2188 |
<xslo:if test="contains('9', @code)"> |
2187 |
<xslo:if test="contains('9', @code)"> |
| 2189 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2188 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2190 |
<xslo:value-of select="."/> |
2189 |
<xslo:value-of select="."/> |
| 2191 |
</z:index> |
2190 |
</z:index> |
| 2192 |
</xslo:if> |
2191 |
</xslo:if> |
|
Lines 2195-2201
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2195 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='632']"> |
2194 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='632']"> |
| 2196 |
<xslo:for-each select="marc:subfield"> |
2195 |
<xslo:for-each select="marc:subfield"> |
| 2197 |
<xslo:if test="contains('9', @code)"> |
2196 |
<xslo:if test="contains('9', @code)"> |
| 2198 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2197 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2199 |
<xslo:value-of select="."/> |
2198 |
<xslo:value-of select="."/> |
| 2200 |
</z:index> |
2199 |
</z:index> |
| 2201 |
</xslo:if> |
2200 |
</xslo:if> |
|
Lines 2204-2210
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2204 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='633']"> |
2203 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='633']"> |
| 2205 |
<xslo:for-each select="marc:subfield"> |
2204 |
<xslo:for-each select="marc:subfield"> |
| 2206 |
<xslo:if test="contains('9', @code)"> |
2205 |
<xslo:if test="contains('9', @code)"> |
| 2207 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2206 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2208 |
<xslo:value-of select="."/> |
2207 |
<xslo:value-of select="."/> |
| 2209 |
</z:index> |
2208 |
</z:index> |
| 2210 |
</xslo:if> |
2209 |
</xslo:if> |
|
Lines 2213-2219
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2213 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='634']"> |
2212 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='634']"> |
| 2214 |
<xslo:for-each select="marc:subfield"> |
2213 |
<xslo:for-each select="marc:subfield"> |
| 2215 |
<xslo:if test="contains('9', @code)"> |
2214 |
<xslo:if test="contains('9', @code)"> |
| 2216 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2215 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2217 |
<xslo:value-of select="."/> |
2216 |
<xslo:value-of select="."/> |
| 2218 |
</z:index> |
2217 |
</z:index> |
| 2219 |
</xslo:if> |
2218 |
</xslo:if> |
|
Lines 2222-2228
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2222 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='635']"> |
2221 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='635']"> |
| 2223 |
<xslo:for-each select="marc:subfield"> |
2222 |
<xslo:for-each select="marc:subfield"> |
| 2224 |
<xslo:if test="contains('9', @code)"> |
2223 |
<xslo:if test="contains('9', @code)"> |
| 2225 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2224 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2226 |
<xslo:value-of select="."/> |
2225 |
<xslo:value-of select="."/> |
| 2227 |
</z:index> |
2226 |
</z:index> |
| 2228 |
</xslo:if> |
2227 |
</xslo:if> |
|
Lines 2231-2237
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2231 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='636']"> |
2230 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='636']"> |
| 2232 |
<xslo:for-each select="marc:subfield"> |
2231 |
<xslo:for-each select="marc:subfield"> |
| 2233 |
<xslo:if test="contains('9', @code)"> |
2232 |
<xslo:if test="contains('9', @code)"> |
| 2234 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n"> |
2233 |
<z:index name="Koha-Auth-Number:w Koha-Auth-Number:n Any:w Any:p"> |
| 2235 |
<xslo:value-of select="."/> |
2234 |
<xslo:value-of select="."/> |
| 2236 |
</z:index> |
2235 |
</z:index> |
| 2237 |
</xslo:if> |
2236 |
</xslo:if> |
|
Lines 2240-2246
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2240 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='675']"> |
2239 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='675']"> |
| 2241 |
<xslo:for-each select="marc:subfield"> |
2240 |
<xslo:for-each select="marc:subfield"> |
| 2242 |
<xslo:if test="contains('a', @code)"> |
2241 |
<xslo:if test="contains('a', @code)"> |
| 2243 |
<z:index name="UDC-classification:w UDC-classification:p UDC-classification:s"> |
2242 |
<z:index name="UDC-classification:w UDC-classification:p UDC-classification:s Any:w Any:p"> |
| 2244 |
<xslo:value-of select="."/> |
2243 |
<xslo:value-of select="."/> |
| 2245 |
</z:index> |
2244 |
</z:index> |
| 2246 |
</xslo:if> |
2245 |
</xslo:if> |
|
Lines 2249-2255
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2249 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='676']"> |
2248 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='676']"> |
| 2250 |
<xslo:for-each select="marc:subfield"> |
2249 |
<xslo:for-each select="marc:subfield"> |
| 2251 |
<xslo:if test="contains('a', @code)"> |
2250 |
<xslo:if test="contains('a', @code)"> |
| 2252 |
<z:index name="Dewey-classification:w Dewey-classification:p Dewey-classification:s"> |
2251 |
<z:index name="Dewey-classification:w Dewey-classification:p Dewey-classification:s Any:w Any:p"> |
| 2253 |
<xslo:value-of select="."/> |
2252 |
<xslo:value-of select="."/> |
| 2254 |
</z:index> |
2253 |
</z:index> |
| 2255 |
</xslo:if> |
2254 |
</xslo:if> |
|
Lines 2258-2264
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2258 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='680']"> |
2257 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='680']"> |
| 2259 |
<xslo:for-each select="marc:subfield"> |
2258 |
<xslo:for-each select="marc:subfield"> |
| 2260 |
<xslo:if test="contains('b', @code)"> |
2259 |
<xslo:if test="contains('b', @code)"> |
| 2261 |
<z:index name="LC-call-number:s"> |
2260 |
<z:index name="LC-call-number:s Any:w Any:p"> |
| 2262 |
<xslo:value-of select="."/> |
2261 |
<xslo:value-of select="."/> |
| 2263 |
</z:index> |
2262 |
</z:index> |
| 2264 |
</xslo:if> |
2263 |
</xslo:if> |
|
Lines 2267-2280
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2267 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='942']"> |
2266 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='942']"> |
| 2268 |
<xslo:for-each select="marc:subfield"> |
2267 |
<xslo:for-each select="marc:subfield"> |
| 2269 |
<xslo:if test="contains('0', @code)"> |
2268 |
<xslo:if test="contains('0', @code)"> |
| 2270 |
<z:index name="totalissues:n totalissues:s"> |
2269 |
<z:index name="totalissues:n totalissues:s Any:w Any:p"> |
| 2271 |
<xslo:value-of select="."/> |
2270 |
<xslo:value-of select="."/> |
| 2272 |
</z:index> |
2271 |
</z:index> |
| 2273 |
</xslo:if> |
2272 |
</xslo:if> |
| 2274 |
</xslo:for-each> |
2273 |
</xslo:for-each> |
| 2275 |
</xslo:template> |
2274 |
</xslo:template> |
| 2276 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='700']"> |
2275 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='700']"> |
| 2277 |
<z:index name="Author:w Personal-name:w Author:p Personal-name:p Personal-name:p"> |
2276 |
<z:index name="Author:w Personal-name:w Author:p Personal-name:p Personal-name:p Any:w Any:p"> |
| 2278 |
<xslo:variable name="raw_heading"> |
2277 |
<xslo:variable name="raw_heading"> |
| 2279 |
<xslo:for-each select="marc:subfield"> |
2278 |
<xslo:for-each select="marc:subfield"> |
| 2280 |
<xslo:if test="position() > 1"> |
2279 |
<xslo:if test="position() > 1"> |
|
Lines 2287-2293
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2287 |
</z:index> |
2286 |
</z:index> |
| 2288 |
</xslo:template> |
2287 |
</xslo:template> |
| 2289 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='701']"> |
2288 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='701']"> |
| 2290 |
<z:index name="Author:w Personal-name:w Author:p Personal-name:p Personal-name:p"> |
2289 |
<z:index name="Author:w Personal-name:w Author:p Personal-name:p Personal-name:p Any:w Any:p"> |
| 2291 |
<xslo:variable name="raw_heading"> |
2290 |
<xslo:variable name="raw_heading"> |
| 2292 |
<xslo:for-each select="marc:subfield"> |
2291 |
<xslo:for-each select="marc:subfield"> |
| 2293 |
<xslo:if test="position() > 1"> |
2292 |
<xslo:if test="position() > 1"> |
|
Lines 2300-2306
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2300 |
</z:index> |
2299 |
</z:index> |
| 2301 |
</xslo:template> |
2300 |
</xslo:template> |
| 2302 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='702']"> |
2301 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='702']"> |
| 2303 |
<z:index name="Author:w Personal-name:w Author:p Personal-name:p Personal-name:p"> |
2302 |
<z:index name="Author:w Personal-name:w Author:p Personal-name:p Personal-name:p Any:w Any:p"> |
| 2304 |
<xslo:variable name="raw_heading"> |
2303 |
<xslo:variable name="raw_heading"> |
| 2305 |
<xslo:for-each select="marc:subfield"> |
2304 |
<xslo:for-each select="marc:subfield"> |
| 2306 |
<xslo:if test="position() > 1"> |
2305 |
<xslo:if test="position() > 1"> |
|
Lines 2313-2319
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2313 |
</z:index> |
2312 |
</z:index> |
| 2314 |
</xslo:template> |
2313 |
</xslo:template> |
| 2315 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='710']"> |
2314 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='710']"> |
| 2316 |
<z:index name="Author:w Author-name-corporate:w Author-name-conference:w Corporate-name:w Conference-name:w Author:p Author-name-corporate:p Author-name-conference:p Corporate-name:p Conference-name:p"> |
2315 |
<z:index name="Author:w Author-name-corporate:w Author-name-conference:w Corporate-name:w Conference-name:w Author:p Author-name-corporate:p Author-name-conference:p Corporate-name:p Conference-name:p Any:w Any:p"> |
| 2317 |
<xslo:variable name="raw_heading"> |
2316 |
<xslo:variable name="raw_heading"> |
| 2318 |
<xslo:for-each select="marc:subfield"> |
2317 |
<xslo:for-each select="marc:subfield"> |
| 2319 |
<xslo:if test="position() > 1"> |
2318 |
<xslo:if test="position() > 1"> |
|
Lines 2326-2332
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2326 |
</z:index> |
2325 |
</z:index> |
| 2327 |
</xslo:template> |
2326 |
</xslo:template> |
| 2328 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='711']"> |
2327 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='711']"> |
| 2329 |
<z:index name="Author:w Author-name-corporate:w Author-name-conference:w Corporate-name:w Conference-name:w Author:p Author-name-corporate:p Author-name-conference:p Corporate-name:p Conference-name:p"> |
2328 |
<z:index name="Author:w Author-name-corporate:w Author-name-conference:w Corporate-name:w Conference-name:w Author:p Author-name-corporate:p Author-name-conference:p Corporate-name:p Conference-name:p Any:w Any:p"> |
| 2330 |
<xslo:variable name="raw_heading"> |
2329 |
<xslo:variable name="raw_heading"> |
| 2331 |
<xslo:for-each select="marc:subfield"> |
2330 |
<xslo:for-each select="marc:subfield"> |
| 2332 |
<xslo:if test="position() > 1"> |
2331 |
<xslo:if test="position() > 1"> |
|
Lines 2339-2345
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2339 |
</z:index> |
2338 |
</z:index> |
| 2340 |
</xslo:template> |
2339 |
</xslo:template> |
| 2341 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='712']"> |
2340 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='712']"> |
| 2342 |
<z:index name="Author:w Author-name-corporate:w Author-name-conference:w Corporate-name:w Conference-name:w Author:p Author-name-corporate:p Author-name-conference:p Corporate-name:p Conference-name:p"> |
2341 |
<z:index name="Author:w Author-name-corporate:w Author-name-conference:w Corporate-name:w Conference-name:w Author:p Author-name-corporate:p Author-name-conference:p Corporate-name:p Conference-name:p Any:w Any:p"> |
| 2343 |
<xslo:variable name="raw_heading"> |
2342 |
<xslo:variable name="raw_heading"> |
| 2344 |
<xslo:for-each select="marc:subfield"> |
2343 |
<xslo:for-each select="marc:subfield"> |
| 2345 |
<xslo:if test="position() > 1"> |
2344 |
<xslo:if test="position() > 1"> |
|
Lines 2352-2358
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2352 |
</z:index> |
2351 |
</z:index> |
| 2353 |
</xslo:template> |
2352 |
</xslo:template> |
| 2354 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='716']"> |
2353 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='716']"> |
| 2355 |
<z:index name="Author:w Author:p"> |
2354 |
<z:index name="Author:w Author:p Any:w Any:p"> |
| 2356 |
<xslo:variable name="raw_heading"> |
2355 |
<xslo:variable name="raw_heading"> |
| 2357 |
<xslo:for-each select="marc:subfield"> |
2356 |
<xslo:for-each select="marc:subfield"> |
| 2358 |
<xslo:if test="position() > 1"> |
2357 |
<xslo:if test="position() > 1"> |
|
Lines 2365-2371
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2365 |
</z:index> |
2364 |
</z:index> |
| 2366 |
</xslo:template> |
2365 |
</xslo:template> |
| 2367 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='720']"> |
2366 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='720']"> |
| 2368 |
<z:index name="Author:w Author:p"> |
2367 |
<z:index name="Author:w Author:p Any:w Any:p"> |
| 2369 |
<xslo:variable name="raw_heading"> |
2368 |
<xslo:variable name="raw_heading"> |
| 2370 |
<xslo:for-each select="marc:subfield"> |
2369 |
<xslo:for-each select="marc:subfield"> |
| 2371 |
<xslo:if test="position() > 1"> |
2370 |
<xslo:if test="position() > 1"> |
|
Lines 2378-2384
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2378 |
</z:index> |
2377 |
</z:index> |
| 2379 |
</xslo:template> |
2378 |
</xslo:template> |
| 2380 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='721']"> |
2379 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='721']"> |
| 2381 |
<z:index name="Author:w Author:p"> |
2380 |
<z:index name="Author:w Author:p Any:w Any:p"> |
| 2382 |
<xslo:variable name="raw_heading"> |
2381 |
<xslo:variable name="raw_heading"> |
| 2383 |
<xslo:for-each select="marc:subfield"> |
2382 |
<xslo:for-each select="marc:subfield"> |
| 2384 |
<xslo:if test="position() > 1"> |
2383 |
<xslo:if test="position() > 1"> |
|
Lines 2391-2397
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2391 |
</z:index> |
2390 |
</z:index> |
| 2392 |
</xslo:template> |
2391 |
</xslo:template> |
| 2393 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='722']"> |
2392 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='722']"> |
| 2394 |
<z:index name="Author:w Author:p"> |
2393 |
<z:index name="Author:w Author:p Any:w Any:p"> |
| 2395 |
<xslo:variable name="raw_heading"> |
2394 |
<xslo:variable name="raw_heading"> |
| 2396 |
<xslo:for-each select="marc:subfield"> |
2395 |
<xslo:for-each select="marc:subfield"> |
| 2397 |
<xslo:if test="position() > 1"> |
2396 |
<xslo:if test="position() > 1"> |
|
Lines 2404-2410
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2404 |
</z:index> |
2403 |
</z:index> |
| 2405 |
</xslo:template> |
2404 |
</xslo:template> |
| 2406 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='730']"> |
2405 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='730']"> |
| 2407 |
<z:index name="Author:w Author:p"> |
2406 |
<z:index name="Author:w Author:p Any:w Any:p"> |
| 2408 |
<xslo:variable name="raw_heading"> |
2407 |
<xslo:variable name="raw_heading"> |
| 2409 |
<xslo:for-each select="marc:subfield"> |
2408 |
<xslo:for-each select="marc:subfield"> |
| 2410 |
<xslo:if test="position() > 1"> |
2409 |
<xslo:if test="position() > 1"> |
|
Lines 2417-2423
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2417 |
</z:index> |
2416 |
</z:index> |
| 2418 |
</xslo:template> |
2417 |
</xslo:template> |
| 2419 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='205']"> |
2418 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='205']"> |
| 2420 |
<z:index name="Title:w Title:p"> |
2419 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2421 |
<xslo:variable name="raw_heading"> |
2420 |
<xslo:variable name="raw_heading"> |
| 2422 |
<xslo:for-each select="marc:subfield"> |
2421 |
<xslo:for-each select="marc:subfield"> |
| 2423 |
<xslo:if test="position() > 1"> |
2422 |
<xslo:if test="position() > 1"> |
|
Lines 2430-2436
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2430 |
</z:index> |
2429 |
</z:index> |
| 2431 |
</xslo:template> |
2430 |
</xslo:template> |
| 2432 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='207']"> |
2431 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='207']"> |
| 2433 |
<z:index name="Serials:w Serials:p"> |
2432 |
<z:index name="Serials:w Serials:p Any:w Any:p"> |
| 2434 |
<xslo:variable name="raw_heading"> |
2433 |
<xslo:variable name="raw_heading"> |
| 2435 |
<xslo:for-each select="marc:subfield"> |
2434 |
<xslo:for-each select="marc:subfield"> |
| 2436 |
<xslo:if test="position() > 1"> |
2435 |
<xslo:if test="position() > 1"> |
|
Lines 2443-2449
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2443 |
</z:index> |
2442 |
</z:index> |
| 2444 |
</xslo:template> |
2443 |
</xslo:template> |
| 2445 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='208']"> |
2444 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='208']"> |
| 2446 |
<z:index name="Printed-music:w Printed-music:p"> |
2445 |
<z:index name="Printed-music:w Printed-music:p Any:w Any:p"> |
| 2447 |
<xslo:variable name="raw_heading"> |
2446 |
<xslo:variable name="raw_heading"> |
| 2448 |
<xslo:for-each select="marc:subfield"> |
2447 |
<xslo:for-each select="marc:subfield"> |
| 2449 |
<xslo:if test="position() > 1"> |
2448 |
<xslo:if test="position() > 1"> |
|
Lines 2456-2462
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2456 |
</z:index> |
2455 |
</z:index> |
| 2457 |
</xslo:template> |
2456 |
</xslo:template> |
| 2458 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='215']"> |
2457 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='215']"> |
| 2459 |
<z:index name="Extent:w"> |
2458 |
<z:index name="Extent:w Any:w Any:p"> |
| 2460 |
<xslo:variable name="raw_heading"> |
2459 |
<xslo:variable name="raw_heading"> |
| 2461 |
<xslo:for-each select="marc:subfield"> |
2460 |
<xslo:for-each select="marc:subfield"> |
| 2462 |
<xslo:if test="position() > 1"> |
2461 |
<xslo:if test="position() > 1"> |
|
Lines 2469-2475
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2469 |
</z:index> |
2468 |
</z:index> |
| 2470 |
</xslo:template> |
2469 |
</xslo:template> |
| 2471 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='308']"> |
2470 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='308']"> |
| 2472 |
<z:index name="Note:w Note:p"> |
2471 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 2473 |
<xslo:variable name="raw_heading"> |
2472 |
<xslo:variable name="raw_heading"> |
| 2474 |
<xslo:for-each select="marc:subfield"> |
2473 |
<xslo:for-each select="marc:subfield"> |
| 2475 |
<xslo:if test="position() > 1"> |
2474 |
<xslo:if test="position() > 1"> |
|
Lines 2482-2488
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2482 |
</z:index> |
2481 |
</z:index> |
| 2483 |
</xslo:template> |
2482 |
</xslo:template> |
| 2484 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='328']"> |
2483 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='328']"> |
| 2485 |
<z:index name="Note:w Note:p"> |
2484 |
<z:index name="Note:w Note:p Any:w Any:p"> |
| 2486 |
<xslo:variable name="raw_heading"> |
2485 |
<xslo:variable name="raw_heading"> |
| 2487 |
<xslo:for-each select="marc:subfield"> |
2486 |
<xslo:for-each select="marc:subfield"> |
| 2488 |
<xslo:if test="position() > 1"> |
2487 |
<xslo:if test="position() > 1"> |
|
Lines 2495-2501
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2495 |
</z:index> |
2494 |
</z:index> |
| 2496 |
</xslo:template> |
2495 |
</xslo:template> |
| 2497 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='500']"> |
2496 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='500']"> |
| 2498 |
<z:index name="Title:w Title:p"> |
2497 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2499 |
<xslo:variable name="raw_heading"> |
2498 |
<xslo:variable name="raw_heading"> |
| 2500 |
<xslo:for-each select="marc:subfield"> |
2499 |
<xslo:for-each select="marc:subfield"> |
| 2501 |
<xslo:if test="position() > 1"> |
2500 |
<xslo:if test="position() > 1"> |
|
Lines 2508-2514
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2508 |
</z:index> |
2507 |
</z:index> |
| 2509 |
</xslo:template> |
2508 |
</xslo:template> |
| 2510 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='501']"> |
2509 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='501']"> |
| 2511 |
<z:index name="Title:w Title:p"> |
2510 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2512 |
<xslo:variable name="raw_heading"> |
2511 |
<xslo:variable name="raw_heading"> |
| 2513 |
<xslo:for-each select="marc:subfield"> |
2512 |
<xslo:for-each select="marc:subfield"> |
| 2514 |
<xslo:if test="position() > 1"> |
2513 |
<xslo:if test="position() > 1"> |
|
Lines 2521-2527
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2521 |
</z:index> |
2520 |
</z:index> |
| 2522 |
</xslo:template> |
2521 |
</xslo:template> |
| 2523 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='503']"> |
2522 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='503']"> |
| 2524 |
<z:index name="Title:w Title:p"> |
2523 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2525 |
<xslo:variable name="raw_heading"> |
2524 |
<xslo:variable name="raw_heading"> |
| 2526 |
<xslo:for-each select="marc:subfield"> |
2525 |
<xslo:for-each select="marc:subfield"> |
| 2527 |
<xslo:if test="position() > 1"> |
2526 |
<xslo:if test="position() > 1"> |
|
Lines 2534-2540
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2534 |
</z:index> |
2533 |
</z:index> |
| 2535 |
</xslo:template> |
2534 |
</xslo:template> |
| 2536 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='510']"> |
2535 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='510']"> |
| 2537 |
<z:index name="Title:w Title:p"> |
2536 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2538 |
<xslo:variable name="raw_heading"> |
2537 |
<xslo:variable name="raw_heading"> |
| 2539 |
<xslo:for-each select="marc:subfield"> |
2538 |
<xslo:for-each select="marc:subfield"> |
| 2540 |
<xslo:if test="position() > 1"> |
2539 |
<xslo:if test="position() > 1"> |
|
Lines 2547-2553
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2547 |
</z:index> |
2546 |
</z:index> |
| 2548 |
</xslo:template> |
2547 |
</xslo:template> |
| 2549 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='512']"> |
2548 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='512']"> |
| 2550 |
<z:index name="Title:w Title:p"> |
2549 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2551 |
<xslo:variable name="raw_heading"> |
2550 |
<xslo:variable name="raw_heading"> |
| 2552 |
<xslo:for-each select="marc:subfield"> |
2551 |
<xslo:for-each select="marc:subfield"> |
| 2553 |
<xslo:if test="position() > 1"> |
2552 |
<xslo:if test="position() > 1"> |
|
Lines 2560-2566
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2560 |
</z:index> |
2559 |
</z:index> |
| 2561 |
</xslo:template> |
2560 |
</xslo:template> |
| 2562 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='513']"> |
2561 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='513']"> |
| 2563 |
<z:index name="Title:w Title:p"> |
2562 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2564 |
<xslo:variable name="raw_heading"> |
2563 |
<xslo:variable name="raw_heading"> |
| 2565 |
<xslo:for-each select="marc:subfield"> |
2564 |
<xslo:for-each select="marc:subfield"> |
| 2566 |
<xslo:if test="position() > 1"> |
2565 |
<xslo:if test="position() > 1"> |
|
Lines 2573-2579
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2573 |
</z:index> |
2572 |
</z:index> |
| 2574 |
</xslo:template> |
2573 |
</xslo:template> |
| 2575 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='514']"> |
2574 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='514']"> |
| 2576 |
<z:index name="Title:w Title:p"> |
2575 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2577 |
<xslo:variable name="raw_heading"> |
2576 |
<xslo:variable name="raw_heading"> |
| 2578 |
<xslo:for-each select="marc:subfield"> |
2577 |
<xslo:for-each select="marc:subfield"> |
| 2579 |
<xslo:if test="position() > 1"> |
2578 |
<xslo:if test="position() > 1"> |
|
Lines 2586-2592
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2586 |
</z:index> |
2585 |
</z:index> |
| 2587 |
</xslo:template> |
2586 |
</xslo:template> |
| 2588 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='515']"> |
2587 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='515']"> |
| 2589 |
<z:index name="Title:w Title:p"> |
2588 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2590 |
<xslo:variable name="raw_heading"> |
2589 |
<xslo:variable name="raw_heading"> |
| 2591 |
<xslo:for-each select="marc:subfield"> |
2590 |
<xslo:for-each select="marc:subfield"> |
| 2592 |
<xslo:if test="position() > 1"> |
2591 |
<xslo:if test="position() > 1"> |
|
Lines 2599-2605
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2599 |
</z:index> |
2598 |
</z:index> |
| 2600 |
</xslo:template> |
2599 |
</xslo:template> |
| 2601 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='516']"> |
2600 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='516']"> |
| 2602 |
<z:index name="Title:w Title:p"> |
2601 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2603 |
<xslo:variable name="raw_heading"> |
2602 |
<xslo:variable name="raw_heading"> |
| 2604 |
<xslo:for-each select="marc:subfield"> |
2603 |
<xslo:for-each select="marc:subfield"> |
| 2605 |
<xslo:if test="position() > 1"> |
2604 |
<xslo:if test="position() > 1"> |
|
Lines 2612-2618
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2612 |
</z:index> |
2611 |
</z:index> |
| 2613 |
</xslo:template> |
2612 |
</xslo:template> |
| 2614 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='517']"> |
2613 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='517']"> |
| 2615 |
<z:index name="Title:w Title:p"> |
2614 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2616 |
<xslo:variable name="raw_heading"> |
2615 |
<xslo:variable name="raw_heading"> |
| 2617 |
<xslo:for-each select="marc:subfield"> |
2616 |
<xslo:for-each select="marc:subfield"> |
| 2618 |
<xslo:if test="position() > 1"> |
2617 |
<xslo:if test="position() > 1"> |
|
Lines 2625-2631
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2625 |
</z:index> |
2624 |
</z:index> |
| 2626 |
</xslo:template> |
2625 |
</xslo:template> |
| 2627 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='518']"> |
2626 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='518']"> |
| 2628 |
<z:index name="Title:w Title:p"> |
2627 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2629 |
<xslo:variable name="raw_heading"> |
2628 |
<xslo:variable name="raw_heading"> |
| 2630 |
<xslo:for-each select="marc:subfield"> |
2629 |
<xslo:for-each select="marc:subfield"> |
| 2631 |
<xslo:if test="position() > 1"> |
2630 |
<xslo:if test="position() > 1"> |
|
Lines 2638-2644
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2638 |
</z:index> |
2637 |
</z:index> |
| 2639 |
</xslo:template> |
2638 |
</xslo:template> |
| 2640 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='519']"> |
2639 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='519']"> |
| 2641 |
<z:index name="Title:w Title:p"> |
2640 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2642 |
<xslo:variable name="raw_heading"> |
2641 |
<xslo:variable name="raw_heading"> |
| 2643 |
<xslo:for-each select="marc:subfield"> |
2642 |
<xslo:for-each select="marc:subfield"> |
| 2644 |
<xslo:if test="position() > 1"> |
2643 |
<xslo:if test="position() > 1"> |
|
Lines 2651-2657
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2651 |
</z:index> |
2650 |
</z:index> |
| 2652 |
</xslo:template> |
2651 |
</xslo:template> |
| 2653 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='520']"> |
2652 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='520']"> |
| 2654 |
<z:index name="Title:w Title:p"> |
2653 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2655 |
<xslo:variable name="raw_heading"> |
2654 |
<xslo:variable name="raw_heading"> |
| 2656 |
<xslo:for-each select="marc:subfield"> |
2655 |
<xslo:for-each select="marc:subfield"> |
| 2657 |
<xslo:if test="position() > 1"> |
2656 |
<xslo:if test="position() > 1"> |
|
Lines 2664-2670
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2664 |
</z:index> |
2663 |
</z:index> |
| 2665 |
</xslo:template> |
2664 |
</xslo:template> |
| 2666 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='530']"> |
2665 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='530']"> |
| 2667 |
<z:index name="Title:w Title:p"> |
2666 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2668 |
<xslo:variable name="raw_heading"> |
2667 |
<xslo:variable name="raw_heading"> |
| 2669 |
<xslo:for-each select="marc:subfield"> |
2668 |
<xslo:for-each select="marc:subfield"> |
| 2670 |
<xslo:if test="position() > 1"> |
2669 |
<xslo:if test="position() > 1"> |
|
Lines 2677-2683
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2677 |
</z:index> |
2676 |
</z:index> |
| 2678 |
</xslo:template> |
2677 |
</xslo:template> |
| 2679 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='531']"> |
2678 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='531']"> |
| 2680 |
<z:index name="Title:w Title:p"> |
2679 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2681 |
<xslo:variable name="raw_heading"> |
2680 |
<xslo:variable name="raw_heading"> |
| 2682 |
<xslo:for-each select="marc:subfield"> |
2681 |
<xslo:for-each select="marc:subfield"> |
| 2683 |
<xslo:if test="position() > 1"> |
2682 |
<xslo:if test="position() > 1"> |
|
Lines 2690-2696
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2690 |
</z:index> |
2689 |
</z:index> |
| 2691 |
</xslo:template> |
2690 |
</xslo:template> |
| 2692 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='532']"> |
2691 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='532']"> |
| 2693 |
<z:index name="Title:w Title:p"> |
2692 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2694 |
<xslo:variable name="raw_heading"> |
2693 |
<xslo:variable name="raw_heading"> |
| 2695 |
<xslo:for-each select="marc:subfield"> |
2694 |
<xslo:for-each select="marc:subfield"> |
| 2696 |
<xslo:if test="position() > 1"> |
2695 |
<xslo:if test="position() > 1"> |
|
Lines 2703-2709
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2703 |
</z:index> |
2702 |
</z:index> |
| 2704 |
</xslo:template> |
2703 |
</xslo:template> |
| 2705 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='540']"> |
2704 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='540']"> |
| 2706 |
<z:index name="Title:w Title:p"> |
2705 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2707 |
<xslo:variable name="raw_heading"> |
2706 |
<xslo:variable name="raw_heading"> |
| 2708 |
<xslo:for-each select="marc:subfield"> |
2707 |
<xslo:for-each select="marc:subfield"> |
| 2709 |
<xslo:if test="position() > 1"> |
2708 |
<xslo:if test="position() > 1"> |
|
Lines 2716-2722
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2716 |
</z:index> |
2715 |
</z:index> |
| 2717 |
</xslo:template> |
2716 |
</xslo:template> |
| 2718 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='541']"> |
2717 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='541']"> |
| 2719 |
<z:index name="Title:w Title:p"> |
2718 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2720 |
<xslo:variable name="raw_heading"> |
2719 |
<xslo:variable name="raw_heading"> |
| 2721 |
<xslo:for-each select="marc:subfield"> |
2720 |
<xslo:for-each select="marc:subfield"> |
| 2722 |
<xslo:if test="position() > 1"> |
2721 |
<xslo:if test="position() > 1"> |
|
Lines 2729-2735
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2729 |
</z:index> |
2728 |
</z:index> |
| 2730 |
</xslo:template> |
2729 |
</xslo:template> |
| 2731 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='545']"> |
2730 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='545']"> |
| 2732 |
<z:index name="Title:w Title:p"> |
2731 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2733 |
<xslo:variable name="raw_heading"> |
2732 |
<xslo:variable name="raw_heading"> |
| 2734 |
<xslo:for-each select="marc:subfield"> |
2733 |
<xslo:for-each select="marc:subfield"> |
| 2735 |
<xslo:if test="position() > 1"> |
2734 |
<xslo:if test="position() > 1"> |
|
Lines 2742-2748
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2742 |
</z:index> |
2741 |
</z:index> |
| 2743 |
</xslo:template> |
2742 |
</xslo:template> |
| 2744 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='560']"> |
2743 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='560']"> |
| 2745 |
<z:index name="Title:w Title:p"> |
2744 |
<z:index name="Title:w Title:p Any:w Any:p"> |
| 2746 |
<xslo:variable name="raw_heading"> |
2745 |
<xslo:variable name="raw_heading"> |
| 2747 |
<xslo:for-each select="marc:subfield"> |
2746 |
<xslo:for-each select="marc:subfield"> |
| 2748 |
<xslo:if test="position() > 1"> |
2747 |
<xslo:if test="position() > 1"> |
|
Lines 2755-2761
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2755 |
</z:index> |
2754 |
</z:index> |
| 2756 |
</xslo:template> |
2755 |
</xslo:template> |
| 2757 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='600']"> |
2756 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='600']"> |
| 2758 |
<z:index name="Subject:w Subject:p"> |
2757 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2759 |
<xslo:variable name="raw_heading"> |
2758 |
<xslo:variable name="raw_heading"> |
| 2760 |
<xslo:for-each select="marc:subfield"> |
2759 |
<xslo:for-each select="marc:subfield"> |
| 2761 |
<xslo:if test="position() > 1"> |
2760 |
<xslo:if test="position() > 1"> |
|
Lines 2768-2774
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2768 |
</z:index> |
2767 |
</z:index> |
| 2769 |
</xslo:template> |
2768 |
</xslo:template> |
| 2770 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='601']"> |
2769 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='601']"> |
| 2771 |
<z:index name="Subject:w Subject:p"> |
2770 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2772 |
<xslo:variable name="raw_heading"> |
2771 |
<xslo:variable name="raw_heading"> |
| 2773 |
<xslo:for-each select="marc:subfield"> |
2772 |
<xslo:for-each select="marc:subfield"> |
| 2774 |
<xslo:if test="position() > 1"> |
2773 |
<xslo:if test="position() > 1"> |
|
Lines 2781-2787
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2781 |
</z:index> |
2780 |
</z:index> |
| 2782 |
</xslo:template> |
2781 |
</xslo:template> |
| 2783 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='602']"> |
2782 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='602']"> |
| 2784 |
<z:index name="Subject:w Subject:p"> |
2783 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2785 |
<xslo:variable name="raw_heading"> |
2784 |
<xslo:variable name="raw_heading"> |
| 2786 |
<xslo:for-each select="marc:subfield"> |
2785 |
<xslo:for-each select="marc:subfield"> |
| 2787 |
<xslo:if test="position() > 1"> |
2786 |
<xslo:if test="position() > 1"> |
|
Lines 2794-2800
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2794 |
</z:index> |
2793 |
</z:index> |
| 2795 |
</xslo:template> |
2794 |
</xslo:template> |
| 2796 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='604']"> |
2795 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='604']"> |
| 2797 |
<z:index name="Subject:w Subject:p"> |
2796 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2798 |
<xslo:variable name="raw_heading"> |
2797 |
<xslo:variable name="raw_heading"> |
| 2799 |
<xslo:for-each select="marc:subfield"> |
2798 |
<xslo:for-each select="marc:subfield"> |
| 2800 |
<xslo:if test="position() > 1"> |
2799 |
<xslo:if test="position() > 1"> |
|
Lines 2807-2813
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2807 |
</z:index> |
2806 |
</z:index> |
| 2808 |
</xslo:template> |
2807 |
</xslo:template> |
| 2809 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='605']"> |
2808 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='605']"> |
| 2810 |
<z:index name="Subject:w Subject:p"> |
2809 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2811 |
<xslo:variable name="raw_heading"> |
2810 |
<xslo:variable name="raw_heading"> |
| 2812 |
<xslo:for-each select="marc:subfield"> |
2811 |
<xslo:for-each select="marc:subfield"> |
| 2813 |
<xslo:if test="position() > 1"> |
2812 |
<xslo:if test="position() > 1"> |
|
Lines 2820-2826
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2820 |
</z:index> |
2819 |
</z:index> |
| 2821 |
</xslo:template> |
2820 |
</xslo:template> |
| 2822 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='606']"> |
2821 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='606']"> |
| 2823 |
<z:index name="Subject:w Subject:p"> |
2822 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2824 |
<xslo:variable name="raw_heading"> |
2823 |
<xslo:variable name="raw_heading"> |
| 2825 |
<xslo:for-each select="marc:subfield"> |
2824 |
<xslo:for-each select="marc:subfield"> |
| 2826 |
<xslo:if test="position() > 1"> |
2825 |
<xslo:if test="position() > 1"> |
|
Lines 2833-2839
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2833 |
</z:index> |
2832 |
</z:index> |
| 2834 |
</xslo:template> |
2833 |
</xslo:template> |
| 2835 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='607']"> |
2834 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='607']"> |
| 2836 |
<z:index name="Subject:w Subject:p"> |
2835 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2837 |
<xslo:variable name="raw_heading"> |
2836 |
<xslo:variable name="raw_heading"> |
| 2838 |
<xslo:for-each select="marc:subfield"> |
2837 |
<xslo:for-each select="marc:subfield"> |
| 2839 |
<xslo:if test="position() > 1"> |
2838 |
<xslo:if test="position() > 1"> |
|
Lines 2846-2852
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2846 |
</z:index> |
2845 |
</z:index> |
| 2847 |
</xslo:template> |
2846 |
</xslo:template> |
| 2848 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='608']"> |
2847 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='608']"> |
| 2849 |
<z:index name="Subject:w Subject:p"> |
2848 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2850 |
<xslo:variable name="raw_heading"> |
2849 |
<xslo:variable name="raw_heading"> |
| 2851 |
<xslo:for-each select="marc:subfield"> |
2850 |
<xslo:for-each select="marc:subfield"> |
| 2852 |
<xslo:if test="position() > 1"> |
2851 |
<xslo:if test="position() > 1"> |
|
Lines 2859-2865
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2859 |
</z:index> |
2858 |
</z:index> |
| 2860 |
</xslo:template> |
2859 |
</xslo:template> |
| 2861 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='610']"> |
2860 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='610']"> |
| 2862 |
<z:index name="Subject:w Subject:p"> |
2861 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2863 |
<xslo:variable name="raw_heading"> |
2862 |
<xslo:variable name="raw_heading"> |
| 2864 |
<xslo:for-each select="marc:subfield"> |
2863 |
<xslo:for-each select="marc:subfield"> |
| 2865 |
<xslo:if test="position() > 1"> |
2864 |
<xslo:if test="position() > 1"> |
|
Lines 2872-2878
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2872 |
</z:index> |
2871 |
</z:index> |
| 2873 |
</xslo:template> |
2872 |
</xslo:template> |
| 2874 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='615']"> |
2873 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='615']"> |
| 2875 |
<z:index name="Subject:w Subject:p"> |
2874 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2876 |
<xslo:variable name="raw_heading"> |
2875 |
<xslo:variable name="raw_heading"> |
| 2877 |
<xslo:for-each select="marc:subfield"> |
2876 |
<xslo:for-each select="marc:subfield"> |
| 2878 |
<xslo:if test="position() > 1"> |
2877 |
<xslo:if test="position() > 1"> |
|
Lines 2885-2891
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2885 |
</z:index> |
2884 |
</z:index> |
| 2886 |
</xslo:template> |
2885 |
</xslo:template> |
| 2887 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='616']"> |
2886 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='616']"> |
| 2888 |
<z:index name="Subject:w Subject:p"> |
2887 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2889 |
<xslo:variable name="raw_heading"> |
2888 |
<xslo:variable name="raw_heading"> |
| 2890 |
<xslo:for-each select="marc:subfield"> |
2889 |
<xslo:for-each select="marc:subfield"> |
| 2891 |
<xslo:if test="position() > 1"> |
2890 |
<xslo:if test="position() > 1"> |
|
Lines 2898-2904
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2898 |
</z:index> |
2897 |
</z:index> |
| 2899 |
</xslo:template> |
2898 |
</xslo:template> |
| 2900 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='617']"> |
2899 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='617']"> |
| 2901 |
<z:index name="Subject:w Subject:p"> |
2900 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2902 |
<xslo:variable name="raw_heading"> |
2901 |
<xslo:variable name="raw_heading"> |
| 2903 |
<xslo:for-each select="marc:subfield"> |
2902 |
<xslo:for-each select="marc:subfield"> |
| 2904 |
<xslo:if test="position() > 1"> |
2903 |
<xslo:if test="position() > 1"> |
|
Lines 2911-2917
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2911 |
</z:index> |
2910 |
</z:index> |
| 2912 |
</xslo:template> |
2911 |
</xslo:template> |
| 2913 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='620']"> |
2912 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='620']"> |
| 2914 |
<z:index name="Subject:w Subject:p"> |
2913 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2915 |
<xslo:variable name="raw_heading"> |
2914 |
<xslo:variable name="raw_heading"> |
| 2916 |
<xslo:for-each select="marc:subfield"> |
2915 |
<xslo:for-each select="marc:subfield"> |
| 2917 |
<xslo:if test="position() > 1"> |
2916 |
<xslo:if test="position() > 1"> |
|
Lines 2924-2930
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2924 |
</z:index> |
2923 |
</z:index> |
| 2925 |
</xslo:template> |
2924 |
</xslo:template> |
| 2926 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='621']"> |
2925 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='621']"> |
| 2927 |
<z:index name="Subject:w Subject:p"> |
2926 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2928 |
<xslo:variable name="raw_heading"> |
2927 |
<xslo:variable name="raw_heading"> |
| 2929 |
<xslo:for-each select="marc:subfield"> |
2928 |
<xslo:for-each select="marc:subfield"> |
| 2930 |
<xslo:if test="position() > 1"> |
2929 |
<xslo:if test="position() > 1"> |
|
Lines 2937-2943
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2937 |
</z:index> |
2936 |
</z:index> |
| 2938 |
</xslo:template> |
2937 |
</xslo:template> |
| 2939 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='603']"> |
2938 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='603']"> |
| 2940 |
<z:index name="Subject:w Subject:p"> |
2939 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2941 |
<xslo:variable name="raw_heading"> |
2940 |
<xslo:variable name="raw_heading"> |
| 2942 |
<xslo:for-each select="marc:subfield"> |
2941 |
<xslo:for-each select="marc:subfield"> |
| 2943 |
<xslo:if test="position() > 1"> |
2942 |
<xslo:if test="position() > 1"> |
|
Lines 2950-2956
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2950 |
</z:index> |
2949 |
</z:index> |
| 2951 |
</xslo:template> |
2950 |
</xslo:template> |
| 2952 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='630']"> |
2951 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='630']"> |
| 2953 |
<z:index name="Subject:w Subject:p"> |
2952 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2954 |
<xslo:variable name="raw_heading"> |
2953 |
<xslo:variable name="raw_heading"> |
| 2955 |
<xslo:for-each select="marc:subfield"> |
2954 |
<xslo:for-each select="marc:subfield"> |
| 2956 |
<xslo:if test="position() > 1"> |
2955 |
<xslo:if test="position() > 1"> |
|
Lines 2963-2969
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2963 |
</z:index> |
2962 |
</z:index> |
| 2964 |
</xslo:template> |
2963 |
</xslo:template> |
| 2965 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='631']"> |
2964 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='631']"> |
| 2966 |
<z:index name="Subject:w Subject:p"> |
2965 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2967 |
<xslo:variable name="raw_heading"> |
2966 |
<xslo:variable name="raw_heading"> |
| 2968 |
<xslo:for-each select="marc:subfield"> |
2967 |
<xslo:for-each select="marc:subfield"> |
| 2969 |
<xslo:if test="position() > 1"> |
2968 |
<xslo:if test="position() > 1"> |
|
Lines 2976-2982
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2976 |
</z:index> |
2975 |
</z:index> |
| 2977 |
</xslo:template> |
2976 |
</xslo:template> |
| 2978 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='632']"> |
2977 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='632']"> |
| 2979 |
<z:index name="Subject:w Subject:p"> |
2978 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2980 |
<xslo:variable name="raw_heading"> |
2979 |
<xslo:variable name="raw_heading"> |
| 2981 |
<xslo:for-each select="marc:subfield"> |
2980 |
<xslo:for-each select="marc:subfield"> |
| 2982 |
<xslo:if test="position() > 1"> |
2981 |
<xslo:if test="position() > 1"> |
|
Lines 2989-2995
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 2989 |
</z:index> |
2988 |
</z:index> |
| 2990 |
</xslo:template> |
2989 |
</xslo:template> |
| 2991 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='633']"> |
2990 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='633']"> |
| 2992 |
<z:index name="Subject:w Subject:p"> |
2991 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 2993 |
<xslo:variable name="raw_heading"> |
2992 |
<xslo:variable name="raw_heading"> |
| 2994 |
<xslo:for-each select="marc:subfield"> |
2993 |
<xslo:for-each select="marc:subfield"> |
| 2995 |
<xslo:if test="position() > 1"> |
2994 |
<xslo:if test="position() > 1"> |
|
Lines 3002-3008
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 3002 |
</z:index> |
3001 |
</z:index> |
| 3003 |
</xslo:template> |
3002 |
</xslo:template> |
| 3004 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='634']"> |
3003 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='634']"> |
| 3005 |
<z:index name="Subject:w Subject:p"> |
3004 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 3006 |
<xslo:variable name="raw_heading"> |
3005 |
<xslo:variable name="raw_heading"> |
| 3007 |
<xslo:for-each select="marc:subfield"> |
3006 |
<xslo:for-each select="marc:subfield"> |
| 3008 |
<xslo:if test="position() > 1"> |
3007 |
<xslo:if test="position() > 1"> |
|
Lines 3015-3021
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 3015 |
</z:index> |
3014 |
</z:index> |
| 3016 |
</xslo:template> |
3015 |
</xslo:template> |
| 3017 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='635']"> |
3016 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='635']"> |
| 3018 |
<z:index name="Subject:w Subject:p"> |
3017 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 3019 |
<xslo:variable name="raw_heading"> |
3018 |
<xslo:variable name="raw_heading"> |
| 3020 |
<xslo:for-each select="marc:subfield"> |
3019 |
<xslo:for-each select="marc:subfield"> |
| 3021 |
<xslo:if test="position() > 1"> |
3020 |
<xslo:if test="position() > 1"> |
|
Lines 3028-3034
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 3028 |
</z:index> |
3027 |
</z:index> |
| 3029 |
</xslo:template> |
3028 |
</xslo:template> |
| 3030 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='636']"> |
3029 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='636']"> |
| 3031 |
<z:index name="Subject:w Subject:p"> |
3030 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 3032 |
<xslo:variable name="raw_heading"> |
3031 |
<xslo:variable name="raw_heading"> |
| 3033 |
<xslo:for-each select="marc:subfield"> |
3032 |
<xslo:for-each select="marc:subfield"> |
| 3034 |
<xslo:if test="position() > 1"> |
3033 |
<xslo:if test="position() > 1"> |
|
Lines 3041-3047
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 3041 |
</z:index> |
3040 |
</z:index> |
| 3042 |
</xslo:template> |
3041 |
</xslo:template> |
| 3043 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='646']"> |
3042 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='646']"> |
| 3044 |
<z:index name="Subject:w Subject:p"> |
3043 |
<z:index name="Subject:w Subject:p Any:w Any:p"> |
| 3045 |
<xslo:variable name="raw_heading"> |
3044 |
<xslo:variable name="raw_heading"> |
| 3046 |
<xslo:for-each select="marc:subfield"> |
3045 |
<xslo:for-each select="marc:subfield"> |
| 3047 |
<xslo:if test="position() > 1"> |
3046 |
<xslo:if test="position() > 1"> |
|
Lines 3054-3060
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 3054 |
</z:index> |
3053 |
</z:index> |
| 3055 |
</xslo:template> |
3054 |
</xslo:template> |
| 3056 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='670']"> |
3055 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='670']"> |
| 3057 |
<z:index name="Subject-precis:w Subject-precis:p"> |
3056 |
<z:index name="Subject-precis:w Subject-precis:p Any:w Any:p"> |
| 3058 |
<xslo:variable name="raw_heading"> |
3057 |
<xslo:variable name="raw_heading"> |
| 3059 |
<xslo:for-each select="marc:subfield"> |
3058 |
<xslo:for-each select="marc:subfield"> |
| 3060 |
<xslo:if test="position() > 1"> |
3059 |
<xslo:if test="position() > 1"> |
|
Lines 3067-3073
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 3067 |
</z:index> |
3066 |
</z:index> |
| 3068 |
</xslo:template> |
3067 |
</xslo:template> |
| 3069 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='680']"> |
3068 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='680']"> |
| 3070 |
<z:index name="LC-call-number:w LC-call-number:p"> |
3069 |
<z:index name="LC-call-number:w LC-call-number:p Any:w Any:p"> |
| 3071 |
<xslo:variable name="raw_heading"> |
3070 |
<xslo:variable name="raw_heading"> |
| 3072 |
<xslo:for-each select="marc:subfield"> |
3071 |
<xslo:for-each select="marc:subfield"> |
| 3073 |
<xslo:if test="position() > 1"> |
3072 |
<xslo:if test="position() > 1"> |
|
Lines 3080-3086
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 3080 |
</z:index> |
3079 |
</z:index> |
| 3081 |
</xslo:template> |
3080 |
</xslo:template> |
| 3082 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='686']"> |
3081 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='686']"> |
| 3083 |
<z:index name="Local-classification:w Local-classification:p"> |
3082 |
<z:index name="Local-classification:w Local-classification:p Any:w Any:p"> |
| 3084 |
<xslo:variable name="raw_heading"> |
3083 |
<xslo:variable name="raw_heading"> |
| 3085 |
<xslo:for-each select="marc:subfield"> |
3084 |
<xslo:for-each select="marc:subfield"> |
| 3086 |
<xslo:if test="position() > 1"> |
3085 |
<xslo:if test="position() > 1"> |
|
Lines 3093-3099
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 3093 |
</z:index> |
3092 |
</z:index> |
| 3094 |
</xslo:template> |
3093 |
</xslo:template> |
| 3095 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='995']"> |
3094 |
<xslo:template mode="index_data_field" match="marc:datafield[@tag='995']"> |
| 3096 |
<z:index name="item:w"> |
3095 |
<z:index name="item:w Any:w Any:p"> |
| 3097 |
<xslo:variable name="raw_heading"> |
3096 |
<xslo:variable name="raw_heading"> |
| 3098 |
<xslo:for-each select="marc:subfield"> |
3097 |
<xslo:for-each select="marc:subfield"> |
| 3099 |
<xslo:if test="position() > 1"> |
3098 |
<xslo:if test="position() > 1"> |
|
Lines 3105-3115
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
| 3105 |
<xslo:value-of select="normalize-space($raw_heading)"/> |
3104 |
<xslo:value-of select="normalize-space($raw_heading)"/> |
| 3106 |
</z:index> |
3105 |
</z:index> |
| 3107 |
</xslo:template> |
3106 |
</xslo:template> |
| 3108 |
<xslo:template mode="index_all" match="text()"> |
|
|
| 3109 |
<z:index name="Any:w Any:p"> |
| 3110 |
<xslo:value-of select="."/> |
| 3111 |
</z:index> |
| 3112 |
</xslo:template> |
| 3113 |
<xslo:template name="chopPunctuation"> |
3107 |
<xslo:template name="chopPunctuation"> |
| 3114 |
<xslo:param name="chopString"/> |
3108 |
<xslo:param name="chopString"/> |
| 3115 |
<xslo:variable name="length" select="string-length($chopString)"/> |
3109 |
<xslo:variable name="length" select="string-length($chopString)"/> |