libis-format 0.9.48 → 0.9.49

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,950 @@
1
+ <?xml version="1.0" encoding="windows-1252"?>
2
+ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3
+ <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
4
+ <xsl:variable name="XML_REFCODE" select="ARCHIEF/REFERENCE_CODE"/>
5
+ <xsl:variable name="XML_SIGLUM" select="ARCHIEF/SIGLUM"/>
6
+ <xsl:variable name="XML_TITLE">
7
+ <xsl:if test="ARCHIEF/TITLE[0]">
8
+ <xsl:value-of select="ARCHIEF/TITLE[0]"/>
9
+ </xsl:if>
10
+ <xsl:if test="not(ARCHIEF/TITLE[0])">
11
+ <xsl:value-of select="ARCHIEF/TITLE[1]"/>
12
+ </xsl:if>
13
+ </xsl:variable>
14
+
15
+
16
+ <xsl:variable name="XML_SCOPE_OPAC" select="'http://abs.lias.be/Query/detail.aspx?ID='"/>
17
+ <xsl:variable name="XML_AUTH_DB" select="ARCHIEF/AUTHORITY_DATABASE"/>
18
+ <xsl:variable name="XML_AUTH_NM" select="ARCHIEF/AUTHORITY_NAME"/>
19
+ <xsl:variable name="XML_AUTH_URL" select="ARCHIEF/AUTHORITY_URL"/>
20
+ <xsl:variable name="XML_AUTH_CAT" select="ARCHIEF/AUTHORITY_CATEGORY"/>
21
+ <xsl:variable name="XML_ARCHIEFINSTELLING_REFCODE" select="ARCHIEF/ARCH_INST/REFERENCE_CODE"/>
22
+ <xsl:variable name="XML_ARCHIEFINSTELLING_CITY" select="ARCHIEF/ARCH_INST/LOCATION"/>
23
+ <xsl:variable name="XML_ARCHIEFINSTELLING_TITLE" select="ARCHIEF/ARCH_INST/TITLE"/>
24
+ <xsl:template match="/">
25
+ <xsl:for-each select="ARCHIEF">
26
+ <?xml-stylesheet type="text/xsl" href="ead/scope_eadToHTML.xsl"?>
27
+ <ead>
28
+ <eadheader audience="external">
29
+ <eadid><xsl:attribute name="identifier"><xsl:value-of select="GSFT_OBJ_ID"/></xsl:attribute><xsl:attribute name="countrycode">be</xsl:attribute><xsl:attribute name="mainagencycode"><xsl:value-of select="$XML_ARCHIEFINSTELLING_REFCODE"/></xsl:attribute>ead_<xsl:value-of select="$XML_REFCODE"/></eadid>
30
+ <filedesc>
31
+ <xsl:if test="TITLE_FINDING_AID or SUBTITLE_FINDING_AID or AUTHORS_FINDING_AID">
32
+ <titlestmt>
33
+ <xsl:for-each select="TITLE_FINDING_AID">
34
+ <titleproper label="Titel"><xsl:value-of select="."/></titleproper>
35
+ </xsl:for-each>
36
+ <xsl:for-each select="SUBTITLE_FINDING_AID">
37
+ <titleproper label="Ondertitel"><xsl:value-of select="."/></titleproper>
38
+ </xsl:for-each>
39
+ <xsl:for-each select="AUTHORS_FINDING_AID">
40
+ <author label="Auteur"><xsl:value-of select="."/></author>
41
+ </xsl:for-each>
42
+ </titlestmt>
43
+ </xsl:if>
44
+ <xsl:if test="DATES_OF_DESCRIPTION">
45
+ <xsl:for-each select="DATES_OF_DESCRIPTION">
46
+ <publicationstmt>
47
+ <date><xsl:value-of select="."/></date>
48
+ <publisher><xsl:value-of select="$XML_ARCHIEFINSTELLING_TITLE"/>, <xsl:value-of select="$XML_ARCHIEFINSTELLING_CITY"/></publisher>
49
+ </publicationstmt>
50
+ </xsl:for-each>
51
+ </xsl:if>
52
+ </filedesc>
53
+ <profiledesc>
54
+ <creation>
55
+ Deze inventaris werd automatisch gegenereerd en gecodeerd.De EAD-export werd gecontroleerd en gevalideerd door de werkgroep archivarissen van LIAS K.U.Leuven (Leuvens Integraal Archiveringssysteem).
56
+ <date><xsl:value-of select="FILE_DATE"/></date>
57
+ </creation>
58
+ <langusage>
59
+ <language label="Taal" langcode="du">Nederlands</language>
60
+ </langusage>
61
+ </profiledesc>
62
+ </eadheader>
63
+
64
+ <archdesc level="archief">
65
+ <descgrp>
66
+ <head>1. IDENTIFICATIE</head>
67
+ <repository label="Archiefinstelling"><corpname><xsl:value-of select="$XML_ARCHIEFINSTELLING_TITLE"/>, <xsl:value-of select="$XML_ARCHIEFINSTELLING_CITY"/></corpname></repository>
68
+ <unitid>
69
+ <xsl:attribute name="countrycode">be</xsl:attribute>
70
+ <xsl:attribute name="repositorycode"><xsl:value-of select="$XML_REFCODE"/></xsl:attribute>
71
+ <head>1.1. Referentie(s)</head>
72
+ <p><xsl:value-of select="$XML_REFCODE"/></p>
73
+ <p><xsl:value-of select="$XML_SIGLUM"/></p>
74
+ </unitid>
75
+ <unittitle>
76
+ <head>1.2. Titel</head>
77
+ <p><xsl:value-of select="$XML_TITLE"/></p>
78
+ </unittitle>
79
+ <xsl:if test="TIME_PERIOD_OF_CREATION_NOTES">
80
+ <unitdate>
81
+ <head>1.3. Datering</head>
82
+ <xsl:for-each select="TIME_PERIOD_OF_CREATION_NOTES">
83
+ <p><xsl:value-of select="."/></p>
84
+ </xsl:for-each>
85
+ <xsl:for-each select="CREATION_DATES_DETAILS">
86
+ <p><xsl:value-of select="."/></p>
87
+ </xsl:for-each>
88
+ </unitdate>
89
+ </xsl:if>
90
+ <xsl:if test="EXTENT or EXTENT_REMARKS or TYPE_OF_ARCHIVAL_MATERIAL">
91
+ <physdesc>
92
+ <head>1.4. Omvang en medium</head>
93
+ <xsl:if test="EXTENT">
94
+ <extent label="Omvang">
95
+ <xsl:for-each select="EXTENT">
96
+ <p><xsl:value-of select="."/></p>
97
+ </xsl:for-each>
98
+ </extent>
99
+ </xsl:if>
100
+ <xsl:if test="EXTENT_REMARKS">
101
+ <extent label="Opmerkingen">
102
+ <xsl:for-each select="EXTENT_REMARKS">
103
+ <p><xsl:value-of select="."/></p>
104
+ </xsl:for-each>
105
+ </extent>
106
+ </xsl:if>
107
+ <xsl:if test="TYPE_OF_ARCHIVAL_MATERIAL">
108
+ <genreform label="Aard archief">
109
+ <xsl:for-each select="TYPE_OF_ARCHIVAL_MATERIAL">
110
+ <p><xsl:value-of select="."/></p>
111
+ </xsl:for-each>
112
+ </genreform>
113
+ </xsl:if>
114
+ </physdesc>
115
+ </xsl:if>
116
+ </descgrp>
117
+ <xsl:if test="((string-length(translate(normalize-space($XML_AUTH_URL) ,' ',''))!='0') or (string-length(translate(normalize-space($XML_AUTH_NM) ,' ',''))!='0'))
118
+ or ODIS_BIO or ARCHIVAL_HISTORY or ACQUISITION">
119
+ <descgrp>
120
+ <head>2. CONTEXT</head>
121
+ <xsl:if test="(string-length(translate(normalize-space($XML_AUTH_URL) ,' ',''))!='0') or (string-length(translate(normalize-space($XML_AUTH_NM) ,' ',''))!='0')">
122
+ <origination label="Archiefvormer">
123
+ <head>2.1. Naam van de archiefvormer(s)</head>
124
+ <extref>
125
+ <xsl:attribute name="entityref"><xsl:value-of select="$XML_AUTH_DB"/></xsl:attribute>
126
+ <xsl:attribute name="show">new</xsl:attribute>
127
+ <xsl:attribute name="href"><xsl:value-of select="$XML_AUTH_URL"/></xsl:attribute>
128
+ <xsl:if test="$XML_AUTH_CAT ='PS'">
129
+ <persname>
130
+ <xsl:attribute name="normal"><xsl:value-of select="$XML_AUTH_NM"/></xsl:attribute>
131
+ <xsl:value-of select="$XML_AUTH_NM"/>
132
+ </persname>
133
+ </xsl:if>
134
+ <xsl:if test="$XML_AUTH_CAT ='OR' or $XML_AUTH_CAT ='ORG'">
135
+ <corpname>
136
+ <xsl:attribute name="normal"><xsl:value-of select="$XML_AUTH_NM"/></xsl:attribute>
137
+ <xsl:value-of select="$XML_AUTH_NM"/>
138
+ </corpname>
139
+ </xsl:if>
140
+ <xsl:if test="$XML_AUTH_CAT ='FAM'">
141
+ <famname>
142
+ <xsl:attribute name="normal"><xsl:value-of select="$XML_AUTH_NM"/></xsl:attribute>
143
+ <xsl:value-of select="$XML_AUTH_NM"/>
144
+ </famname>
145
+ </xsl:if>
146
+ </extref>
147
+ </origination>
148
+ </xsl:if>
149
+ <xsl:if test="ODIS_BIO">
150
+ <bioghist>
151
+ <head>2.2. Institutionele geschiedenis / Biografie</head>
152
+ <p><xsl:value-of select="."/></p>
153
+ </bioghist>
154
+ </xsl:if>
155
+ <xsl:if test="ARCHIVAL_HISTORY">
156
+ <custodhist>
157
+ <head>2.3. Geschiedenis van het archief</head>
158
+ <xsl:for-each select="ARCHIVAL_HISTORY">
159
+ <p><xsl:value-of select="."/></p>
160
+ </xsl:for-each>
161
+ </custodhist>
162
+ </xsl:if>
163
+ <xsl:if test="ACQUISITION">
164
+ <acqinfo>
165
+ <head>2.4. Verwerving</head>
166
+ <xsl:for-each select="ACQUISITION">
167
+ <p><xsl:value-of select="."/></p>
168
+ </xsl:for-each>
169
+ </acqinfo>
170
+ </xsl:if>
171
+ </descgrp>
172
+ </xsl:if>
173
+ <xsl:if test="((DESCRIPTION_OF_CONTENTS) or (GEOGRAPHICAL_INFORMATION) or (COLLECTION_TIME_PERIOD) or (RELATIVES_CORPORATIONS_FAMILIES_PEOPLE))
174
+ or VALUATION_AND_DESTRUCTION or ACCRUALS or ORDERING_AND_CLASSIFICATION">
175
+ <descgrp>
176
+ <head>3. INHOUD EN STRUCTUUR</head>
177
+ <xsl:if test="(DESCRIPTION_OF_CONTENTS) or (GEOGRAPHICAL_INFORMATION) or (COLLECTION_TIME_PERIOD) or (RELATIVES_CORPORATIONS_FAMILIES_PEOPLE)">
178
+ <scopecontent>
179
+ <head>3.1. Bereik en inhoud</head>
180
+ <xsl:if test="DESCRIPTION_OF_CONTENTS">
181
+ <scopecontent label="Bereik en inhoud">
182
+ <head>Bereik en inhoud</head>
183
+ <xsl:for-each select="DESCRIPTION_OF_CONTENTS">
184
+ <p><xsl:value-of select="."/></p>
185
+ </xsl:for-each>
186
+ </scopecontent>
187
+ </xsl:if>
188
+ <xsl:if test="GEOGRAPHICAL_INFORMATION">
189
+ <scopecontent label="Geografische informatie">
190
+ <head>Geografische informatie</head>
191
+ <xsl:for-each select="GEOGRAPHICAL_INFORMATION">
192
+ <p><xsl:value-of select="."/></p>
193
+ </xsl:for-each>
194
+ </scopecontent>
195
+ </xsl:if>
196
+ <xsl:if test="COLLECTION_TIME_PERIOD">
197
+ <scopecontent label="Collectie periode">
198
+ <head>Collectie periode</head>
199
+ <xsl:for-each select="COLLECTION_TIME_PERIOD">
200
+ <p><xsl:value-of select="."/></p>
201
+ </xsl:for-each>
202
+ </scopecontent>
203
+ </xsl:if>
204
+ <xsl:if test="RELATIVES_CORPORATIONS_FAMILIES_PEOPLE">
205
+ <scopecontent label="Gerelateerde organisaties/families/personen">
206
+ <head>Gerelateerde organisaties/families/personen</head>
207
+ <xsl:for-each select="RELATIVES_CORPORATIONS_FAMILIES_PEOPLE">
208
+ <p><xsl:value-of select="."/></p>
209
+ </xsl:for-each>
210
+ </scopecontent>
211
+ </xsl:if>
212
+ </scopecontent>
213
+ </xsl:if>
214
+ <xsl:if test="VALUATION_AND_DESTRUCTION">
215
+ <appraisal>
216
+ <head>3.2. Selectie</head>
217
+ <xsl:for-each select="VALUATION_AND_DESTRUCTION">
218
+ <p><xsl:value-of select="."/></p>
219
+ </xsl:for-each>
220
+ </appraisal>
221
+ </xsl:if>
222
+ <xsl:if test="ACCRUALS">
223
+ <accruals>
224
+ <head>3.3. Aanvullingen</head>
225
+ <xsl:for-each select="ACCRUALS">
226
+ <p><xsl:value-of select="."/></p>
227
+ </xsl:for-each>
228
+ </accruals>
229
+ </xsl:if>
230
+ <xsl:if test="ORDERING_AND_CLASSIFICATION">
231
+ <arrangement>
232
+ <head>3.4. Ordening</head>
233
+ <xsl:for-each select="ORDERING_AND_CLASSIFICATION">
234
+ <p><xsl:value-of select="."/></p>
235
+ </xsl:for-each>
236
+ </arrangement>
237
+ </xsl:if>
238
+ </descgrp>
239
+ </xsl:if>
240
+ <xsl:if test="ACCESS_REGULATIONS or REPRODUCTION_SPECIFICATIONS or LANGUAGE or PHYSICAL_PROPERTIES or FINDING_AID">
241
+ <descgrp>
242
+ <head>4. VOORWAARDEN VOOR RAADPLEGING EN GEBRUIK</head>
243
+ <xsl:if test="ACCESS_REGULATIONS">
244
+ <accessrestrict>
245
+ <head>4.1. Voorwaarden voor raadpleging</head>
246
+ <xsl:for-each select="ACCESS_REGULATIONS">
247
+ <p><xsl:value-of select="."/></p>
248
+ </xsl:for-each>
249
+ </accessrestrict>
250
+ </xsl:if>
251
+ <xsl:if test="REPRODUCTION_SPECIFICATIONS">
252
+ <userestrict>
253
+ <head>4.2. Voorwaarden voor reproductie</head>
254
+ <xsl:for-each select="REPRODUCTION_SPECIFICATIONS">
255
+ <p><xsl:value-of select="."/></p>
256
+ </xsl:for-each>
257
+ </userestrict>
258
+ </xsl:if>
259
+ <xsl:if test="LANGUAGE">
260
+ <langmaterial>
261
+ <head>4.3. Taal en schrift</head>
262
+ <xsl:for-each select="LANGUAGE">
263
+ <p><xsl:value-of select="."/></p>
264
+ </xsl:for-each>
265
+ <xsl:for-each select="REMARKS_LANGUAGE">
266
+ <p><xsl:value-of select="."/></p>
267
+ </xsl:for-each>
268
+ </langmaterial>
269
+ </xsl:if>
270
+ <xsl:if test="PHYSICAL_PROPERTIES">
271
+ <phystech>
272
+ <head>4.4. Fysieke kenmerken en technische vereisten</head>
273
+ <xsl:for-each select="PHYSICAL_PROPERTIES">
274
+ <p><xsl:value-of select="."/></p>
275
+ </xsl:for-each>
276
+ </phystech>
277
+ </xsl:if>
278
+ <xsl:if test="FINDING_AID">
279
+ <otherfindaid>
280
+ <head>4.5. Toegangen</head>
281
+ <xsl:for-each select="FINDING_AID">
282
+ <p><xsl:value-of select="."/></p>
283
+ </xsl:for-each>
284
+ </otherfindaid>
285
+ </xsl:if>
286
+ </descgrp>
287
+ </xsl:if>
288
+
289
+ <xsl:if test="ORIGINALS_EXISTENCE_LOCATION_OF_PRESERVATION or COPIES_EXISTENCE_STORAGE_AREA or UD_REFERENCES or RELATED_MATERIAL or PUBLICATIONS_ or AUDIOVISUAL_MATERIAL or PUBLICATIONS or BIBLIOGRAPHY or SOURCES">
290
+ <descgrp>
291
+ <head>5. VERWANT MATERIAAL</head>
292
+ <xsl:if test="ORIGINALS_EXISTENCE_LOCATION_OF_PRESERVATION">
293
+ <originalsloc>
294
+ <head>5.1. Bestaan en bewaarplaats van originelen</head>
295
+ <xsl:for-each select="ORIGINALS_EXISTENCE_LOCATION_OF_PRESERVATION">
296
+ <p><xsl:value-of select="."/></p>
297
+ </xsl:for-each>
298
+ </originalsloc>
299
+ </xsl:if>
300
+ <xsl:if test="COPIES_EXISTENCE_STORAGE_AREA">
301
+ <altformavail>
302
+ <head>5.2. Bestaan en bewaarplaats van kopie�n</head>
303
+ <xsl:for-each select="COPIES_EXISTENCE_STORAGE_AREA">
304
+ <p><xsl:value-of select="."/></p>
305
+ </xsl:for-each>
306
+ </altformavail>
307
+ </xsl:if>
308
+ <xsl:if test="UD_REFERENCES or RELATED_MATERIAL or PUBLICATIONS_ or AUDIOVISUAL_MATERIAL">
309
+ <relatedmaterial>
310
+ <head>5.3. Verwante beschrijvingseenheden</head>
311
+ <xsl:for-each select="UD_REFERENCES">
312
+ <archref entityref="SCOPE" show="new">
313
+ <xsl:attribute name="href"><xsl:value-of select="$XML_SCOPE_OPAC"/><xsl:value-of select="REF_UD_ID"/></xsl:attribute>
314
+ <unittitle><xsl:value-of select="REF_UD_TITLE"/></unittitle>
315
+ <note><xsl:value-of select="REF_UD_ROLE"/></note>
316
+ </archref>
317
+ </xsl:for-each>
318
+ <xsl:for-each select="RELATED_MATERIAL">
319
+ <p><xsl:value-of select="."/></p>
320
+ </xsl:for-each>
321
+ <xsl:for-each select="PUBLICATIONS_">
322
+ <p><xsl:value-of select="."/></p>
323
+ </xsl:for-each>
324
+ <xsl:for-each select="AUDIOVISUAL_MATERIAL">
325
+ <p><xsl:value-of select="."/></p>
326
+ </xsl:for-each>
327
+ </relatedmaterial>
328
+ </xsl:if>
329
+ <xsl:if test="PUBLICATIONS or BIBLIOGRAPHY or SOURCES">
330
+ <bibliography>
331
+ <head>5.4. Publicaties</head>
332
+ <xsl:for-each select="PUBLICATIONS">
333
+ <p><xsl:value-of select="."/></p>
334
+ </xsl:for-each>
335
+ <xsl:for-each select="BIBLIOGRAPHY">
336
+ <p><xsl:value-of select="."/></p>
337
+ </xsl:for-each>
338
+ <xsl:for-each select="SOURCES">
339
+ <p><xsl:value-of select="."/></p>
340
+ </xsl:for-each>
341
+ </bibliography>
342
+ </xsl:if>
343
+ </descgrp>
344
+ </xsl:if>
345
+ <xsl:if test="NOTES or INTERNAL_ARCHIVE_COMMENTS">
346
+ <descgrp>
347
+ <head>6. AANTEKENINGEN</head>
348
+ <note>
349
+ <head>6.1. Aantekening</head>
350
+ <xsl:for-each select="NOTES">
351
+ <p><xsl:value-of select="."/></p>
352
+ </xsl:for-each>
353
+ <xsl:for-each select="INTERNAL_ARCHIVE_COMMENTS">
354
+ <p><xsl:value-of select="."/></p>
355
+ </xsl:for-each>
356
+ </note>
357
+ </descgrp>
358
+ </xsl:if>
359
+
360
+ <xsl:if test="UD_ARCHIVIST_LINK or DATES_OF_DESCRIPTION or RULES_AND_CONVENTIONS">
361
+ <descgrp>
362
+ <head>7. BESCHRIJVINGSBEHEER</head>
363
+ <xsl:if test="UD_ARCHIVIST_LINK or DATES_OF_DESCRIPTION">
364
+ <processinfo label="Verantwoording">
365
+ <head>7.1. Verantwoording</head>
366
+ <xsl:for-each select="UD_ARCHIVIST_LINK">
367
+ <p><xsl:value-of select="."/></p>
368
+ </xsl:for-each>
369
+ <xsl:for-each select="DATES_OF_DESCRIPTION">
370
+ <p><xsl:value-of select="."/></p>
371
+ </xsl:for-each>
372
+ </processinfo>
373
+ </xsl:if>
374
+ <xsl:if test="RULES_AND_CONVENTIONS">
375
+ <descrules>
376
+ <head>7.2. Regels of afspraken</head>
377
+ <xsl:for-each select="RULES_AND_CONVENTIONS">
378
+ <p><xsl:value-of select="."/></p>
379
+ </xsl:for-each>
380
+ </descrules>
381
+ </xsl:if>
382
+ <xsl:if test="DATES_OF_DESCRIPTION">
383
+ <processinfo label="Datering van de beschrijvingen">
384
+ <head>7.3. Datering van de beschrijvingen</head>
385
+ <xsl:for-each select="DATES_OF_DESCRIPTION">
386
+ <p><xsl:value-of select="."/></p>
387
+ </xsl:for-each>
388
+ </processinfo>
389
+ </xsl:if>
390
+ </descgrp>
391
+ </xsl:if>
392
+ <xsl:if test="CONTROL_ACCESS">
393
+ <controlaccess>
394
+ <head>Trefwoorden</head>
395
+ <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Persons'">
396
+ <controlaccess>
397
+ <head>Personen</head>
398
+ <xsl:for-each select="CONTROL_ACCESS">
399
+ <xsl:if test="CA_THSRS_NM='Persons'">
400
+ <extref>
401
+ <xsl:attribute name="href"><xsl:value-of select="CA_THSRS_URL"/></xsl:attribute>
402
+ <xsl:attribute name="show">new</xsl:attribute>
403
+ <persname source="ODIS" role="subject"><xsl:value-of select="CA_THSRS_TREF_NM"/></persname>
404
+ </extref>
405
+ </xsl:if>
406
+ </xsl:for-each>
407
+ </controlaccess>
408
+ </xsl:if>
409
+ <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Families'">
410
+ <controlaccess>
411
+ <head>Families</head>
412
+ <xsl:for-each select="CONTROL_ACCESS">
413
+ <xsl:if test="CA_THSRS_NM='Families'">
414
+ <extref>
415
+ <xsl:attribute name="href"><xsl:value-of select="CA_THSRS_URL"/></xsl:attribute>
416
+ <xsl:attribute name="show">new</xsl:attribute>
417
+ <famname source="ODIS" role="subject"><xsl:value-of select="CA_THSRS_TREF_NM"/></famname>
418
+ </extref>
419
+ </xsl:if>
420
+ </xsl:for-each>
421
+ </controlaccess>
422
+ </xsl:if>
423
+ <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Organizations'">
424
+ <controlaccess>
425
+ <head>Organisaties</head>
426
+ <xsl:for-each select="CONTROL_ACCESS">
427
+ <xsl:if test="CA_THSRS_NM='Organizations'">
428
+ <extref>
429
+ <xsl:attribute name="href"><xsl:value-of select="CA_THSRS_URL"/></xsl:attribute>
430
+ <xsl:attribute name="show">new</xsl:attribute>
431
+ <persname source="ODIS" role="subject"><xsl:value-of select="CA_THSRS_TREF_NM"/></persname>
432
+ </extref>
433
+ </xsl:if>
434
+ </xsl:for-each>
435
+ </controlaccess>
436
+ </xsl:if>
437
+
438
+ <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Places'">
439
+ <controlaccess>
440
+ <head>Geografische trefwoorden</head>
441
+ <xsl:for-each select="CONTROL_ACCESS">
442
+ <xsl:if test="CA_THSRS_NM='Places'">
443
+ <extref>
444
+ <xsl:attribute name="href"><xsl:value-of select="CA_THSRS_URL"/></xsl:attribute>
445
+ <xsl:attribute name="show">new</xsl:attribute>
446
+ <geogname source="ODIS" role="subject"><xsl:value-of select="CA_THSRS_TREF_NM"/></geogname>
447
+ </extref>
448
+ </xsl:if>
449
+ </xsl:for-each>
450
+ </controlaccess>
451
+ </xsl:if>
452
+
453
+ </controlaccess>
454
+ </xsl:if>
455
+ <xsl:if test="C_CHILD/*">
456
+ <dsc type="combined">
457
+ <head>LIJST VAN DE DOSSIERS</head>
458
+ <xsl:apply-templates select="C_CHILD"/>
459
+ </dsc>
460
+ </xsl:if>
461
+ </archdesc>
462
+ </ead>
463
+ </xsl:for-each>
464
+ </xsl:template>
465
+ <xsl:template match="C_CHILD">
466
+ <c>
467
+ <xsl:attribute name="level"><xsl:value-of select="LEVEL"/></xsl:attribute>
468
+ <xsl:attribute name="id"><xsl:value-of select="GSFT_OBJ_ID"/></xsl:attribute>
469
+ <xsl:if test="LEVEL != 'Deelarchief' or LEVEL = 'Deelarchief'">
470
+ <did>
471
+ <unitid label="Ref.code">
472
+ <xsl:attribute name="identifier"><xsl:value-of select="REFERENCE_CODE"/></xsl:attribute>
473
+ <xsl:value-of select="REFERENCE_CODE_ARCHIVE_PLAN"/>
474
+ </unitid>
475
+ <xsl:for-each select="TITLE">
476
+ <unittitle label="Titel">
477
+ <p><xsl:value-of select="text()"/></p>
478
+ </unittitle>
479
+ </xsl:for-each>
480
+ <xsl:for-each select="ORIGINAL_TITLE">
481
+ <unittitle label="Ondertitel">
482
+ <p><xsl:value-of select="text()"/></p>
483
+ </unittitle>
484
+ </xsl:for-each>
485
+ <xsl:for-each select="FORMAL_TITLE">
486
+ <unittitle label="Formele titel">
487
+ <p><xsl:value-of select="text()"/></p>
488
+ </unittitle>
489
+ </xsl:for-each>
490
+ <xsl:for-each select="FORMAL_TITLE">
491
+ <unittitle label="Redactionele vorm">
492
+ <p><xsl:value-of select="text()"/></p>
493
+ </unittitle>
494
+ </xsl:for-each>
495
+ <xsl:for-each select="OBJECT_NAME">
496
+ <unittitle label="Objectnaam">
497
+ <p><xsl:value-of select="text()"/></p>
498
+ </unittitle>
499
+ </xsl:for-each>
500
+ <xsl:for-each select="DGTL">
501
+ <dao linktype="simple" href="http://imgs.ud.edu/archives/image/f12001_1.jpg" actuate="onrequest" show="new">
502
+ <xsl:attribute name="href"><xsl:value-of select="DGTL_ACC_URL"/></xsl:attribute>
503
+ <xsl:attribute name="title"><xsl:value-of select="DGTL_DC_TITLE"/></xsl:attribute>
504
+ </dao>
505
+ </xsl:for-each>
506
+ <xsl:for-each select="DESCRIPTION">
507
+ <unittitle label="Beschrijving">
508
+ <p><xsl:value-of select="text()"/></p>
509
+ </unittitle>
510
+ </xsl:for-each>
511
+ <xsl:for-each select="PRODUCER">
512
+ <origination label="Producer">
513
+ <p><xsl:value-of select="text()"/></p>
514
+ </origination>
515
+ </xsl:for-each>
516
+
517
+ <xsl:for-each select="DESIGNER">
518
+ <origination label="Ontwerper">
519
+ <p><xsl:value-of select="text()"/></p>
520
+ </origination>
521
+ </xsl:for-each>
522
+
523
+ <xsl:for-each select="DIRECTOR">
524
+ <origination label="Regisseur">
525
+ <p><xsl:value-of select="text()"/></p>
526
+ </origination>
527
+ </xsl:for-each>
528
+
529
+ <xsl:for-each select="TIME_PERIOD_OF_CREATION_NOTES">
530
+ <unitdate label="Datum">
531
+ <p><xsl:value-of select="text()"/></p>
532
+ </unitdate>
533
+ </xsl:for-each>
534
+ <xsl:for-each select="CREATION_DATES_DETAILS">
535
+ <unitdate label="Opmerkingen">
536
+ <p><xsl:value-of select="text()"/></p>
537
+ </unitdate>
538
+ </xsl:for-each>
539
+ <xsl:if test="EXTENT or TYPE_OF_ARCHIVAL_MATERIAL or STAGE_OF_DEVELOPMENT">
540
+ <physdesc>
541
+ <xsl:if test="EXTENT">
542
+ <extent label="Omvang">
543
+ <xsl:for-each select="EXTENT">
544
+ <p><xsl:value-of select="text()"/></p>
545
+ </xsl:for-each>
546
+ </extent>
547
+ </xsl:if>
548
+ <xsl:if test="PLAYING_TIME">
549
+ <extent label="Speelduur">
550
+ <xsl:for-each select="PLAYING_TIME">
551
+ <p><xsl:value-of select="text()"/></p>
552
+ </xsl:for-each>
553
+ </extent>
554
+ </xsl:if>
555
+ <xsl:if test="DIMENSIONS">
556
+ <dimensions label="Afmetingen">
557
+ <xsl:for-each select="DIMENSIONS">
558
+ <p><xsl:value-of select="text()"/></p>
559
+ </xsl:for-each>
560
+ </dimensions>
561
+ </xsl:if>
562
+ <xsl:if test="DIMENSIONS_REMARKS">
563
+ <dimensions label="Opmerkingen">
564
+ <xsl:for-each select="DIMENSIONS_REMARKS">
565
+ <p><xsl:value-of select="text()"/></p>
566
+ </xsl:for-each>
567
+ </dimensions>
568
+ </xsl:if>
569
+ <xsl:if test="TYPE_OF_ARCHIVAL_MATERIAL">
570
+ <genreform label="Materi�le vorm">
571
+ <xsl:for-each select="TYPE_OF_ARCHIVAL_MATERIAL">
572
+ <p><xsl:value-of select="text()"/></p>
573
+ </xsl:for-each>
574
+ </genreform>
575
+ </xsl:if>
576
+ <xsl:if test="STAGE_OF_DEVELOPMENT">
577
+ <physfacet label="Ontwikkelingsstadium">
578
+ <xsl:for-each select="STAGE_OF_DEVELOPMENT">
579
+ <p><xsl:value-of select="text()"/></p>
580
+ </xsl:for-each>
581
+ </physfacet>
582
+ </xsl:if>
583
+ </physdesc>
584
+ </xsl:if>
585
+ <xsl:if test="ARCHIVAL_HISTORY">
586
+ <custodhist label="Geschiedenis van het archief">
587
+ <xsl:for-each select="ARCHIVAL_HISTORY">
588
+ <p><xsl:value-of select="text()"/></p>
589
+ </xsl:for-each>
590
+ </custodhist>
591
+ </xsl:if>
592
+ <xsl:if test="ACQUISITION">
593
+ <acqinfo label="Aanwinst">
594
+ <xsl:for-each select="ACQUISITION">
595
+ <p><xsl:value-of select="text()"/></p>
596
+ </xsl:for-each>
597
+ </acqinfo>
598
+ </xsl:if>
599
+ <xsl:if test="ACQUISITION_DATE">
600
+ <acqinfo label="Aanwinst datum">
601
+ <xsl:for-each select="ACQUISITION_DATE">
602
+ <p><xsl:value-of select="text()"/></p>
603
+ </xsl:for-each>
604
+ </acqinfo>
605
+ </xsl:if>
606
+ <xsl:if test="ACQUISITION_METHOD">
607
+ <acqinfo label="Aanwinst methode">
608
+ <xsl:for-each select="ACQUISITION_METHOD">
609
+ <p><xsl:value-of select="text()"/></p>
610
+ </xsl:for-each>
611
+ </acqinfo>
612
+ </xsl:if>
613
+ <xsl:if test="PURCHASE_PRICE">
614
+ <acqinfo label="Aankoopprijs">
615
+ <xsl:for-each select="PURCHASE_PRICE">
616
+ <p><xsl:value-of select="text()"/></p>
617
+ </xsl:for-each>
618
+ </acqinfo>
619
+ </xsl:if>
620
+ <xsl:if test="GENRE_FILM">
621
+ <genreform label="Genre (film)">
622
+ <xsl:for-each select="GENRE_FILM">
623
+ <p><xsl:value-of select="text()"/></p>
624
+ </xsl:for-each>
625
+ </genreform>
626
+ </xsl:if>
627
+ <xsl:if test="CATEGORY_FILM">
628
+ <genreform label="Categorie (film)">
629
+ <xsl:for-each select="CATEGORY_FILM">
630
+ <p><xsl:value-of select="text()"/></p>
631
+ </xsl:for-each>
632
+ </genreform>
633
+ </xsl:if>
634
+ <xsl:if test="DESCRIPTION_OF_CONTENTS or GEOGRAPHICAL_INFORMATION or COLLECTION_TIME_PERIOD or RELATIVES_CORPORATIONS_FAMILIES_PEOPLE">
635
+
636
+ <xsl:if test="DESCRIPTION_OF_CONTENTS">
637
+ <scopecontent label="Inhoud">
638
+ <xsl:for-each select="DESCRIPTION_OF_CONTENTS">
639
+ <p><xsl:value-of select="text()"/></p>
640
+ </xsl:for-each>
641
+ </scopecontent>
642
+ </xsl:if>
643
+ <xsl:if test="GEOGRAPHICAL_INFORMATION">
644
+ <scopecontent label="Geografische informatie">
645
+ <xsl:for-each select="GEOGRAPHICAL_INFORMATION">
646
+ <p><xsl:value-of select="text()"/></p>
647
+ </xsl:for-each>
648
+ </scopecontent>
649
+ </xsl:if>
650
+ <xsl:if test="COLLECTION_TIME_PERIOD">
651
+ <scopecontent label="Collectie periode">
652
+ <xsl:for-each select="COLLECTION_TIME_PERIOD">
653
+ <p><xsl:value-of select="text()"/></p>
654
+ </xsl:for-each>
655
+ </scopecontent>
656
+ </xsl:if>
657
+ <xsl:if test="RELATIVES_CORPORATIONS_FAMILIES_PEOPLE">
658
+ <scopecontent label="Gerelateerde organisaties/families/personen">
659
+ <xsl:for-each select="RELATIVES_CORPORATIONS_FAMILIES_PEOPLE">
660
+ <p><xsl:value-of select="text()"/></p>
661
+ </xsl:for-each>
662
+ </scopecontent>
663
+ </xsl:if>
664
+ </xsl:if>
665
+ <xsl:if test="VALUATION_AND_DESTRUCTION">
666
+ <appraisal label="Selectie">
667
+ <xsl:for-each select="VALUATION_AND_DESTRUCTION">
668
+ <p><xsl:value-of select="text()"/></p>
669
+ </xsl:for-each>
670
+ </appraisal>
671
+ </xsl:if>
672
+ <xsl:if test="ACCRUALS">
673
+ <accruals label="Aanvullingen">
674
+ <xsl:for-each select="ACCRUALS">
675
+ <p><xsl:value-of select="text()"/></p>
676
+ </xsl:for-each>
677
+ </accruals>
678
+ </xsl:if>
679
+ <xsl:if test="ORDERING_AND_CLASSIFICATION">
680
+ <arrangement label="Ordening">
681
+ <xsl:for-each select="ORDERING_AND_CLASSIFICATION">
682
+ <p><xsl:value-of select="text()"/></p>
683
+ </xsl:for-each>
684
+ </arrangement>
685
+ </xsl:if>
686
+ <xsl:if test="ACCESS_REGULATIONS">
687
+ <accessrestrict label="Voorwaarden voor raadpleging">
688
+ <xsl:for-each select="ACCESS_REGULATIONS">
689
+ <p><xsl:value-of select="text()"/></p>
690
+ </xsl:for-each>
691
+ </accessrestrict>
692
+ </xsl:if>
693
+ <xsl:if test="REPRODUCTION_SPECIFICATIONS">
694
+ <userestrict label="Voorwaarden voor reproductie">
695
+ <xsl:for-each select="REPRODUCTION_SPECIFICATIONS">
696
+ <p><xsl:value-of select="text()"/></p>
697
+ </xsl:for-each>
698
+ </userestrict>
699
+ </xsl:if>
700
+ <xsl:if test="LANGUAGE">
701
+ <langmaterial label="Taal">
702
+ <xsl:for-each select="LANGUAGE">
703
+ <p><xsl:value-of select="text()"/></p>
704
+ </xsl:for-each>
705
+ </langmaterial>
706
+ </xsl:if>
707
+ <xsl:if test="REMARKS_LANGUAGE">
708
+ <langmaterial label="Opmerkingen">
709
+ <xsl:for-each select="REMARKS_LANGUAGE">
710
+ <p><xsl:value-of select="text()"/></p>
711
+ </xsl:for-each>
712
+ </langmaterial>
713
+ </xsl:if>
714
+ <xsl:if test="PHYSICAL_PROPERTIES">
715
+ <phystech label="Fysieke kenmerken en technische vereisten">
716
+ <xsl:for-each select="PHYSICAL_PROPERTIES">
717
+ <p><xsl:value-of select="text()"/></p>
718
+ </xsl:for-each>
719
+ </phystech>
720
+ </xsl:if>
721
+ <xsl:if test="TECHNIQUE">
722
+ <phystech label="Techniek">
723
+ <xsl:for-each select="TECHNIQUE">
724
+ <p><xsl:value-of select="text()"/></p>
725
+ </xsl:for-each>
726
+ </phystech>
727
+ </xsl:if>
728
+ <xsl:if test="TECHNIQUE_MEDIA_ORIGINAL_FILM">
729
+ <phystech label="Techniek origineel medium (film)">
730
+ <xsl:for-each select="TECHNIQUE_MEDIA_ORIGINAL_FILM">
731
+ <p><xsl:value-of select="text()"/></p>
732
+ </xsl:for-each>
733
+ </phystech>
734
+ </xsl:if>
735
+ <xsl:if test="TECHNIQUE_MEDIA_COPIES_FILM">
736
+ <phystech label="Techniek kopie medium (film)">
737
+ <xsl:for-each select="TECHNIQUE_MEDIA_COPIES_FILM">
738
+ <p><xsl:value-of select="text()"/></p>
739
+ </xsl:for-each>
740
+ </phystech>
741
+ </xsl:if>
742
+ <xsl:if test="MATERIAL">
743
+ <phystech label="Materiaal">
744
+ <xsl:for-each select="MATERIAL">
745
+ <p><xsl:value-of select="text()"/></p>
746
+ </xsl:for-each>
747
+ </phystech>
748
+ </xsl:if>
749
+ <xsl:if test="TECHNIQUE_MATERIAL_FILM">
750
+ <phystech label="Techniek materiaal (film)">
751
+ <xsl:for-each select="TECHNIQUE_MATERIAL_FILM">
752
+ <p><xsl:value-of select="text()"/></p>
753
+ </xsl:for-each>
754
+ </phystech>
755
+ </xsl:if>
756
+ <xsl:if test="TECHNIQUE_SOUND_FILM">
757
+ <phystech label="Techniek geluid (film)">
758
+ <xsl:for-each select="TECHNIQUE_SOUND_FILM">
759
+ <p><xsl:value-of select="text()"/></p>
760
+ </xsl:for-each>
761
+ </phystech>
762
+ </xsl:if>
763
+ <xsl:if test="COLOR_IMAGE_PROCESSING">
764
+ <phystech label="Kleur/Beeld">
765
+ <xsl:for-each select="COLOR_IMAGE_PROCESSING">
766
+ <p><xsl:value-of select="text()"/></p>
767
+ </xsl:for-each>
768
+ </phystech>
769
+ </xsl:if>
770
+ <xsl:if test="ORIGINALS_EXISTENCE_LOCATION_OF_PRESERVATION">
771
+ <originalsloc label="Bestaan en bewaarplaatsen van originelen">
772
+ <xsl:for-each select="ORIGINALS_EXISTENCE_LOCATION_OF_PRESERVATION">
773
+ <p><xsl:value-of select="text()"/></p>
774
+ </xsl:for-each>
775
+ </originalsloc>
776
+ </xsl:if>
777
+ <xsl:if test="COPIES_EXISTENCE_STORAGE_AREA">
778
+ <altformavail label="Bestaan en bewaarplaatsen van kopie�n">
779
+ <xsl:for-each select="COPIES_EXISTENCE_STORAGE_AREA">
780
+ <p><xsl:value-of select="text()"/></p>
781
+ </xsl:for-each>
782
+ </altformavail>
783
+ </xsl:if>
784
+ <xsl:if test="UD_REFERENCES[REF_UD_STATUS=2] or RELATED_MATERIAL or PUBLICATIONS_ or AUDIOVISUAL_MATERIAL">
785
+
786
+ <xsl:if test="UD_REFERENCES[REF_UD_STATUS=2]">
787
+ <relatedmaterial label="Verwante beschrijvingseenheden">
788
+ <xsl:for-each select="UD_REFERENCES[REF_UD_STATUS=2]">
789
+ <archref entityref="SCOPE" show="new">
790
+ <xsl:attribute name="href"><xsl:value-of select="$XML_SCOPE_OPAC"/><xsl:value-of select="REF_UD_ID"/></xsl:attribute>
791
+ <unittitle><p><xsl:value-of select="REF_UD_TITLE"/></p></unittitle>
792
+ <note><p><xsl:value-of select="REF_UD_ROLE"/></p></note>
793
+ </archref>
794
+ </xsl:for-each>
795
+ </relatedmaterial>
796
+ </xsl:if>
797
+ <xsl:if test="RELATED_MATERIAL">
798
+ <relatedmaterial label="Verwante beschrijvingseenheden">
799
+ <xsl:for-each select="RELATED_MATERIAL">
800
+ <p><xsl:value-of select="text()"/></p>
801
+ </xsl:for-each>
802
+ </relatedmaterial>
803
+ </xsl:if>
804
+ <xsl:if test="PUBLICATIONS_">
805
+ <relatedmaterial label="Verwante publicaties">
806
+ <xsl:for-each select="PUBLICATIONS_">
807
+ <p><xsl:value-of select="text()"/></p>
808
+ </xsl:for-each>
809
+ </relatedmaterial>
810
+ </xsl:if>
811
+ <xsl:if test="AUDIOVISUAL_MATERIAL">
812
+ <relatedmaterial label="Verwant audiovisueel materiaal">
813
+ <xsl:for-each select="AUDIOVISUAL_MATERIAL">
814
+ <p><xsl:value-of select="text()"/></p>
815
+ </xsl:for-each>
816
+ </relatedmaterial>
817
+ </xsl:if>
818
+ </xsl:if>
819
+ <xsl:if test="PUBLICATIONS">
820
+ <bibliography label="Publicaties">
821
+ <xsl:for-each select="PUBLICATIONS">
822
+ <p><xsl:value-of select="text()"/></p>
823
+ </xsl:for-each>
824
+ </bibliography>
825
+ </xsl:if>
826
+ <xsl:if test="BIBLIOGRAPHY">
827
+ <bibliography label="Bibliografie">
828
+ <xsl:for-each select="BIBLIOGRAPHY">
829
+ <p><xsl:value-of select="text()"/></p>
830
+ </xsl:for-each>
831
+ </bibliography>
832
+ </xsl:if>
833
+ <xsl:if test="SOURCES">
834
+ <bibliography label="Bronnen">
835
+ <xsl:for-each select="SOURCES">
836
+ <p><xsl:value-of select="text()"/></p>
837
+ </xsl:for-each>
838
+ </bibliography>
839
+ </xsl:if>
840
+ <xsl:if test="ANNEXES">
841
+ <bibliography label="Bijlagen">
842
+ <xsl:for-each select="ANNEXES">
843
+ <p><xsl:value-of select="text()"/></p>
844
+ </xsl:for-each>
845
+ </bibliography>
846
+ </xsl:if>
847
+
848
+ <xsl:if test="NOTES">
849
+ <note label="Aantekeningen">
850
+ <xsl:for-each select="NOTES">
851
+ <p><xsl:value-of select="text()"/></p>
852
+ </xsl:for-each>
853
+ </note>
854
+ </xsl:if>
855
+ <xsl:if test="INTERNAL_ARCHIVE_COMMENTS">
856
+ <note label="Werknotities">
857
+ <xsl:for-each select="INTERNAL_ARCHIVE_COMMENTS">
858
+ <p><xsl:value-of select="text()"/></p>
859
+ </xsl:for-each>
860
+ </note>
861
+ </xsl:if>
862
+ <xsl:if test="ARCHIVISTS_NOTE">
863
+ <processinfo label="Verantwoording">
864
+ <xsl:for-each select="ARCHIVISTS_NOTE">
865
+ <p><xsl:value-of select="text()"/></p>
866
+ </xsl:for-each>
867
+ </processinfo>
868
+ </xsl:if>
869
+ <xsl:if test="DATES_OF_DESCRIPTION">
870
+ <processinfo label="Datum van de beschrijving">
871
+ <xsl:for-each select="DATES_OF_DESCRIPTION">
872
+ <p><xsl:value-of select="text()"/></p>
873
+ </xsl:for-each>
874
+ </processinfo>
875
+ </xsl:if>
876
+ <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM">
877
+ <controlaccess>
878
+ <head>Trefwoorden</head>
879
+ <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Persons'">
880
+ <controlaccess>
881
+ <head>Personen</head>
882
+ <xsl:for-each select="CONTROL_ACCESS">
883
+ <xsl:if test="CA_THSRS_NM='Persons'">
884
+
885
+ <extref>
886
+ <xsl:attribute name="href"><xsl:value-of select="CA_THSRS_URL"/></xsl:attribute>
887
+ <xsl:attribute name="show">new</xsl:attribute>
888
+ <persname source="ODIS" role="subject" label="Trefwoorden personen"><xsl:value-of select="CA_THSRS_TREF_NM"/></persname>
889
+ </extref>
890
+ </xsl:if>
891
+ </xsl:for-each>
892
+ </controlaccess>
893
+ </xsl:if>
894
+ <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Organizations'">
895
+ <controlaccess>
896
+ <head>Organisaties</head>
897
+ <xsl:for-each select="CONTROL_ACCESS">
898
+ <xsl:if test="CA_THSRS_NM='Organizations'">
899
+ <extref>
900
+ <xsl:attribute name="href"><xsl:value-of select="CA_THSRS_URL"/></xsl:attribute>
901
+ <xsl:attribute name="show">new</xsl:attribute>
902
+ <corpname source="ODIS" role="subject" label="Trefwoorden organisaties"><xsl:value-of select="CA_THSRS_TREF_NM"/></corpname>
903
+ </extref>
904
+ </xsl:if>
905
+ </xsl:for-each>
906
+ </controlaccess>
907
+ </xsl:if>
908
+ <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Families'">
909
+ <controlaccess>
910
+ <head>Families</head>
911
+ <xsl:for-each select="CONTROL_ACCESS">
912
+ <xsl:if test="CA_THSRS_NM='Families'">
913
+ <famname source="ODIS" role="subject" label="Trefwoorden families"><xsl:value-of select="CA_THSRS_TREF_NM"/></famname>
914
+ </xsl:if>
915
+ </xsl:for-each>
916
+ </controlaccess>
917
+ </xsl:if>
918
+ <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Places'">
919
+ <controlaccess>
920
+ <head>Geografische trefwoorden</head>
921
+ <xsl:for-each select="CONTROL_ACCESS">
922
+ <xsl:if test="CA_THSRS_NM='Places'">
923
+ <extref>
924
+ <xsl:attribute name="href"><xsl:value-of select="CA_THSRS_URL"/></xsl:attribute>
925
+ <xsl:attribute name="show">new</xsl:attribute>
926
+ <geogname source="ODIS" role="subject" label="Geografische trefwoorden"><xsl:value-of select="CA_THSRS_TREF_NM"/></geogname>
927
+ </extref>
928
+ </xsl:if>
929
+ </xsl:for-each>
930
+ </controlaccess>
931
+ </xsl:if>
932
+ <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Subjects'">
933
+ <controlaccess>
934
+ <head>Subjects</head>
935
+ <xsl:for-each select="CONTROL_ACCESS">
936
+ <xsl:if test="CA_THSRS_NM='Subjects'">
937
+ <subject source="ODIS" role="subject" label="Inhoudstrefwoorden"><xsl:value-of select="CA_THSRS_TREF_NM"/></subject>
938
+ </xsl:if>
939
+ </xsl:for-each>
940
+ </controlaccess>
941
+ </xsl:if>
942
+
943
+ </controlaccess>
944
+ </xsl:if>
945
+ <xsl:apply-templates select="C_CHILD"/>
946
+ </did>
947
+ </xsl:if>
948
+ </c>
949
+ </xsl:template>
950
+ </xsl:stylesheet>