libis-format 0.9.72 → 0.9.74

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