libis-format 0.9.49 → 0.9.50

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="windows-1252"?>
2
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2
+ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
3
3
  <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
4
4
  <xsl:variable name="XML_REFCODE" select="ARCHIEF/REFERENCE_CODE"/>
5
5
  <xsl:variable name="XML_SIGLUM" select="ARCHIEF/SIGLUM"/>
@@ -12,8 +12,8 @@
12
12
  </xsl:if>
13
13
  </xsl:variable>
14
14
 
15
-
16
- <xsl:variable name="XML_SCOPE_OPAC" select="'http://abs.lias.be/Query/detail.aspx?ID='"/>
15
+
16
+ <xsl:variable name="XML_SCOPE_OPAC" select="'http://abs.lias.be/Query/detail.aspx?ID='"/>
17
17
  <xsl:variable name="XML_AUTH_DB" select="ARCHIEF/AUTHORITY_DATABASE"/>
18
18
  <xsl:variable name="XML_AUTH_NM" select="ARCHIEF/AUTHORITY_NAME"/>
19
19
  <xsl:variable name="XML_AUTH_URL" select="ARCHIEF/AUTHORITY_URL"/>
@@ -23,13 +23,15 @@
23
23
  <xsl:variable name="XML_ARCHIEFINSTELLING_TITLE" select="ARCHIEF/ARCH_INST/TITLE"/>
24
24
  <xsl:template match="/">
25
25
  <xsl:for-each select="ARCHIEF">
26
- <?xml-stylesheet type="text/xsl" href="ead/scope_eadToHTML.xsl"?>
26
+ <xsl:processing-instruction name="xml-stylesheet">
27
+ <xsl:text>type="text/xsl" href="ead/scope_eadToHTML.xsl"</xsl:text>
28
+ </xsl:processing-instruction>
27
29
  <ead>
28
30
  <eadheader audience="external">
29
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>
30
32
  <filedesc>
31
33
  <xsl:if test="TITLE_FINDING_AID or SUBTITLE_FINDING_AID or AUTHORS_FINDING_AID">
32
- <titlestmt>
34
+ <titlestmt>
33
35
  <xsl:for-each select="TITLE_FINDING_AID">
34
36
  <titleproper label="Titel"><xsl:value-of select="."/></titleproper>
35
37
  </xsl:for-each>
@@ -38,7 +40,7 @@
38
40
  </xsl:for-each>
39
41
  <xsl:for-each select="AUTHORS_FINDING_AID">
40
42
  <author label="Auteur"><xsl:value-of select="."/></author>
41
- </xsl:for-each>
43
+ </xsl:for-each>
42
44
  </titlestmt>
43
45
  </xsl:if>
44
46
  <xsl:if test="DATES_OF_DESCRIPTION">
@@ -47,7 +49,7 @@
47
49
  <date><xsl:value-of select="."/></date>
48
50
  <publisher><xsl:value-of select="$XML_ARCHIEFINSTELLING_TITLE"/>, <xsl:value-of select="$XML_ARCHIEFINSTELLING_CITY"/></publisher>
49
51
  </publicationstmt>
50
- </xsl:for-each>
52
+ </xsl:for-each>
51
53
  </xsl:if>
52
54
  </filedesc>
53
55
  <profiledesc>
@@ -60,7 +62,7 @@
60
62
  </langusage>
61
63
  </profiledesc>
62
64
  </eadheader>
63
-
65
+
64
66
  <archdesc level="archief">
65
67
  <descgrp>
66
68
  <head>1. IDENTIFICATIE</head>
@@ -70,7 +72,7 @@
70
72
  <xsl:attribute name="repositorycode"><xsl:value-of select="$XML_REFCODE"/></xsl:attribute>
71
73
  <head>1.1. Referentie(s)</head>
72
74
  <p><xsl:value-of select="$XML_REFCODE"/></p>
73
- <p><xsl:value-of select="$XML_SIGLUM"/></p>
75
+ <p><xsl:value-of select="$XML_SIGLUM"/></p>
74
76
  </unitid>
75
77
  <unittitle>
76
78
  <head>1.2. Titel</head>
@@ -84,7 +86,7 @@
84
86
  </xsl:for-each>
85
87
  <xsl:for-each select="CREATION_DATES_DETAILS">
86
88
  <p><xsl:value-of select="."/></p>
87
- </xsl:for-each>
89
+ </xsl:for-each>
88
90
  </unitdate>
89
91
  </xsl:if>
90
92
  <xsl:if test="EXTENT or EXTENT_REMARKS or TYPE_OF_ARCHIVAL_MATERIAL">
@@ -104,7 +106,7 @@
104
106
  </xsl:for-each>
105
107
  </extent>
106
108
  </xsl:if>
107
- <xsl:if test="TYPE_OF_ARCHIVAL_MATERIAL">
109
+ <xsl:if test="TYPE_OF_ARCHIVAL_MATERIAL">
108
110
  <genreform label="Aard archief">
109
111
  <xsl:for-each select="TYPE_OF_ARCHIVAL_MATERIAL">
110
112
  <p><xsl:value-of select="."/></p>
@@ -115,7 +117,7 @@
115
117
  </xsl:if>
116
118
  </descgrp>
117
119
  <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">
120
+ or ODIS_BIO or ARCHIVAL_HISTORY or ACQUISITION">
119
121
  <descgrp>
120
122
  <head>2. CONTEXT</head>
121
123
  <xsl:if test="(string-length(translate(normalize-space($XML_AUTH_URL) ,' ',''))!='0') or (string-length(translate(normalize-space($XML_AUTH_NM) ,' ',''))!='0')">
@@ -142,7 +144,7 @@
142
144
  <xsl:attribute name="normal"><xsl:value-of select="$XML_AUTH_NM"/></xsl:attribute>
143
145
  <xsl:value-of select="$XML_AUTH_NM"/>
144
146
  </famname>
145
- </xsl:if>
147
+ </xsl:if>
146
148
  </extref>
147
149
  </origination>
148
150
  </xsl:if>
@@ -151,13 +153,13 @@
151
153
  <head>2.2. Institutionele geschiedenis / Biografie</head>
152
154
  <p><xsl:value-of select="."/></p>
153
155
  </bioghist>
154
- </xsl:if>
156
+ </xsl:if>
155
157
  <xsl:if test="ARCHIVAL_HISTORY">
156
158
  <custodhist>
157
159
  <head>2.3. Geschiedenis van het archief</head>
158
160
  <xsl:for-each select="ARCHIVAL_HISTORY">
159
161
  <p><xsl:value-of select="."/></p>
160
- </xsl:for-each>
162
+ </xsl:for-each>
161
163
  </custodhist>
162
164
  </xsl:if>
163
165
  <xsl:if test="ACQUISITION">
@@ -165,24 +167,24 @@
165
167
  <head>2.4. Verwerving</head>
166
168
  <xsl:for-each select="ACQUISITION">
167
169
  <p><xsl:value-of select="."/></p>
168
- </xsl:for-each>
170
+ </xsl:for-each>
169
171
  </acqinfo>
170
172
  </xsl:if>
171
173
  </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">
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">
175
177
  <descgrp>
176
178
  <head>3. INHOUD EN STRUCTUUR</head>
177
179
  <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
+ <scopecontent>
181
+ <head>3.1. Bereik en inhoud</head>
180
182
  <xsl:if test="DESCRIPTION_OF_CONTENTS">
181
183
  <scopecontent label="Bereik en inhoud">
182
184
  <head>Bereik en inhoud</head>
183
185
  <xsl:for-each select="DESCRIPTION_OF_CONTENTS">
184
186
  <p><xsl:value-of select="."/></p>
185
- </xsl:for-each>
187
+ </xsl:for-each>
186
188
  </scopecontent>
187
189
  </xsl:if>
188
190
  <xsl:if test="GEOGRAPHICAL_INFORMATION">
@@ -190,7 +192,7 @@
190
192
  <head>Geografische informatie</head>
191
193
  <xsl:for-each select="GEOGRAPHICAL_INFORMATION">
192
194
  <p><xsl:value-of select="."/></p>
193
- </xsl:for-each>
195
+ </xsl:for-each>
194
196
  </scopecontent>
195
197
  </xsl:if>
196
198
  <xsl:if test="COLLECTION_TIME_PERIOD">
@@ -198,7 +200,7 @@
198
200
  <head>Collectie periode</head>
199
201
  <xsl:for-each select="COLLECTION_TIME_PERIOD">
200
202
  <p><xsl:value-of select="."/></p>
201
- </xsl:for-each>
203
+ </xsl:for-each>
202
204
  </scopecontent>
203
205
  </xsl:if>
204
206
  <xsl:if test="RELATIVES_CORPORATIONS_FAMILIES_PEOPLE">
@@ -206,17 +208,17 @@
206
208
  <head>Gerelateerde organisaties/families/personen</head>
207
209
  <xsl:for-each select="RELATIVES_CORPORATIONS_FAMILIES_PEOPLE">
208
210
  <p><xsl:value-of select="."/></p>
209
- </xsl:for-each>
211
+ </xsl:for-each>
212
+ </scopecontent>
213
+ </xsl:if>
210
214
  </scopecontent>
211
215
  </xsl:if>
212
- </scopecontent>
213
- </xsl:if>
214
216
  <xsl:if test="VALUATION_AND_DESTRUCTION">
215
217
  <appraisal>
216
218
  <head>3.2. Selectie</head>
217
219
  <xsl:for-each select="VALUATION_AND_DESTRUCTION">
218
220
  <p><xsl:value-of select="."/></p>
219
- </xsl:for-each>
221
+ </xsl:for-each>
220
222
  </appraisal>
221
223
  </xsl:if>
222
224
  <xsl:if test="ACCRUALS">
@@ -224,7 +226,7 @@
224
226
  <head>3.3. Aanvullingen</head>
225
227
  <xsl:for-each select="ACCRUALS">
226
228
  <p><xsl:value-of select="."/></p>
227
- </xsl:for-each>
229
+ </xsl:for-each>
228
230
  </accruals>
229
231
  </xsl:if>
230
232
  <xsl:if test="ORDERING_AND_CLASSIFICATION">
@@ -232,11 +234,11 @@
232
234
  <head>3.4. Ordening</head>
233
235
  <xsl:for-each select="ORDERING_AND_CLASSIFICATION">
234
236
  <p><xsl:value-of select="."/></p>
235
- </xsl:for-each>
237
+ </xsl:for-each>
236
238
  </arrangement>
237
239
  </xsl:if>
238
240
  </descgrp>
239
- </xsl:if>
241
+ </xsl:if>
240
242
  <xsl:if test="ACCESS_REGULATIONS or REPRODUCTION_SPECIFICATIONS or LANGUAGE or PHYSICAL_PROPERTIES or FINDING_AID">
241
243
  <descgrp>
242
244
  <head>4. VOORWAARDEN VOOR RAADPLEGING EN GEBRUIK</head>
@@ -245,7 +247,7 @@
245
247
  <head>4.1. Voorwaarden voor raadpleging</head>
246
248
  <xsl:for-each select="ACCESS_REGULATIONS">
247
249
  <p><xsl:value-of select="."/></p>
248
- </xsl:for-each>
250
+ </xsl:for-each>
249
251
  </accessrestrict>
250
252
  </xsl:if>
251
253
  <xsl:if test="REPRODUCTION_SPECIFICATIONS">
@@ -253,7 +255,7 @@
253
255
  <head>4.2. Voorwaarden voor reproductie</head>
254
256
  <xsl:for-each select="REPRODUCTION_SPECIFICATIONS">
255
257
  <p><xsl:value-of select="."/></p>
256
- </xsl:for-each>
258
+ </xsl:for-each>
257
259
  </userestrict>
258
260
  </xsl:if>
259
261
  <xsl:if test="LANGUAGE">
@@ -264,7 +266,7 @@
264
266
  </xsl:for-each>
265
267
  <xsl:for-each select="REMARKS_LANGUAGE">
266
268
  <p><xsl:value-of select="."/></p>
267
- </xsl:for-each>
269
+ </xsl:for-each>
268
270
  </langmaterial>
269
271
  </xsl:if>
270
272
  <xsl:if test="PHYSICAL_PROPERTIES">
@@ -272,7 +274,7 @@
272
274
  <head>4.4. Fysieke kenmerken en technische vereisten</head>
273
275
  <xsl:for-each select="PHYSICAL_PROPERTIES">
274
276
  <p><xsl:value-of select="."/></p>
275
- </xsl:for-each>
277
+ </xsl:for-each>
276
278
  </phystech>
277
279
  </xsl:if>
278
280
  <xsl:if test="FINDING_AID">
@@ -280,12 +282,12 @@
280
282
  <head>4.5. Toegangen</head>
281
283
  <xsl:for-each select="FINDING_AID">
282
284
  <p><xsl:value-of select="."/></p>
283
- </xsl:for-each>
285
+ </xsl:for-each>
284
286
  </otherfindaid>
285
287
  </xsl:if>
286
288
  </descgrp>
287
- </xsl:if>
288
-
289
+ </xsl:if>
290
+
289
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">
290
292
  <descgrp>
291
293
  <head>5. VERWANT MATERIAAL</head>
@@ -294,7 +296,7 @@
294
296
  <head>5.1. Bestaan en bewaarplaats van originelen</head>
295
297
  <xsl:for-each select="ORIGINALS_EXISTENCE_LOCATION_OF_PRESERVATION">
296
298
  <p><xsl:value-of select="."/></p>
297
- </xsl:for-each>
299
+ </xsl:for-each>
298
300
  </originalsloc>
299
301
  </xsl:if>
300
302
  <xsl:if test="COPIES_EXISTENCE_STORAGE_AREA">
@@ -302,7 +304,7 @@
302
304
  <head>5.2. Bestaan en bewaarplaats van kopie�n</head>
303
305
  <xsl:for-each select="COPIES_EXISTENCE_STORAGE_AREA">
304
306
  <p><xsl:value-of select="."/></p>
305
- </xsl:for-each>
307
+ </xsl:for-each>
306
308
  </altformavail>
307
309
  </xsl:if>
308
310
  <xsl:if test="UD_REFERENCES or RELATED_MATERIAL or PUBLICATIONS_ or AUDIOVISUAL_MATERIAL">
@@ -314,16 +316,16 @@
314
316
  <unittitle><xsl:value-of select="REF_UD_TITLE"/></unittitle>
315
317
  <note><xsl:value-of select="REF_UD_ROLE"/></note>
316
318
  </archref>
317
- </xsl:for-each>
319
+ </xsl:for-each>
318
320
  <xsl:for-each select="RELATED_MATERIAL">
319
321
  <p><xsl:value-of select="."/></p>
320
- </xsl:for-each>
322
+ </xsl:for-each>
321
323
  <xsl:for-each select="PUBLICATIONS_">
322
324
  <p><xsl:value-of select="."/></p>
323
- </xsl:for-each>
325
+ </xsl:for-each>
324
326
  <xsl:for-each select="AUDIOVISUAL_MATERIAL">
325
327
  <p><xsl:value-of select="."/></p>
326
- </xsl:for-each>
328
+ </xsl:for-each>
327
329
  </relatedmaterial>
328
330
  </xsl:if>
329
331
  <xsl:if test="PUBLICATIONS or BIBLIOGRAPHY or SOURCES">
@@ -331,17 +333,17 @@
331
333
  <head>5.4. Publicaties</head>
332
334
  <xsl:for-each select="PUBLICATIONS">
333
335
  <p><xsl:value-of select="."/></p>
334
- </xsl:for-each>
336
+ </xsl:for-each>
335
337
  <xsl:for-each select="BIBLIOGRAPHY">
336
338
  <p><xsl:value-of select="."/></p>
337
- </xsl:for-each>
339
+ </xsl:for-each>
338
340
  <xsl:for-each select="SOURCES">
339
341
  <p><xsl:value-of select="."/></p>
340
- </xsl:for-each>
342
+ </xsl:for-each>
341
343
  </bibliography>
342
344
  </xsl:if>
343
- </descgrp>
344
- </xsl:if>
345
+ </descgrp>
346
+ </xsl:if>
345
347
  <xsl:if test="NOTES or INTERNAL_ARCHIVE_COMMENTS">
346
348
  <descgrp>
347
349
  <head>6. AANTEKENINGEN</head>
@@ -349,14 +351,14 @@
349
351
  <head>6.1. Aantekening</head>
350
352
  <xsl:for-each select="NOTES">
351
353
  <p><xsl:value-of select="."/></p>
352
- </xsl:for-each>
354
+ </xsl:for-each>
353
355
  <xsl:for-each select="INTERNAL_ARCHIVE_COMMENTS">
354
356
  <p><xsl:value-of select="."/></p>
355
- </xsl:for-each>
357
+ </xsl:for-each>
356
358
  </note>
357
359
  </descgrp>
358
360
  </xsl:if>
359
-
361
+
360
362
  <xsl:if test="UD_ARCHIVIST_LINK or DATES_OF_DESCRIPTION or RULES_AND_CONVENTIONS">
361
363
  <descgrp>
362
364
  <head>7. BESCHRIJVINGSBEHEER</head>
@@ -365,10 +367,10 @@
365
367
  <head>7.1. Verantwoording</head>
366
368
  <xsl:for-each select="UD_ARCHIVIST_LINK">
367
369
  <p><xsl:value-of select="."/></p>
368
- </xsl:for-each>
370
+ </xsl:for-each>
369
371
  <xsl:for-each select="DATES_OF_DESCRIPTION">
370
372
  <p><xsl:value-of select="."/></p>
371
- </xsl:for-each>
373
+ </xsl:for-each>
372
374
  </processinfo>
373
375
  </xsl:if>
374
376
  <xsl:if test="RULES_AND_CONVENTIONS">
@@ -376,7 +378,7 @@
376
378
  <head>7.2. Regels of afspraken</head>
377
379
  <xsl:for-each select="RULES_AND_CONVENTIONS">
378
380
  <p><xsl:value-of select="."/></p>
379
- </xsl:for-each>
381
+ </xsl:for-each>
380
382
  </descrules>
381
383
  </xsl:if>
382
384
  <xsl:if test="DATES_OF_DESCRIPTION">
@@ -402,8 +404,8 @@
402
404
  <xsl:attribute name="show">new</xsl:attribute>
403
405
  <persname source="ODIS" role="subject"><xsl:value-of select="CA_THSRS_TREF_NM"/></persname>
404
406
  </extref>
405
- </xsl:if>
406
- </xsl:for-each>
407
+ </xsl:if>
408
+ </xsl:for-each>
407
409
  </controlaccess>
408
410
  </xsl:if>
409
411
  <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Families'">
@@ -416,10 +418,10 @@
416
418
  <xsl:attribute name="show">new</xsl:attribute>
417
419
  <famname source="ODIS" role="subject"><xsl:value-of select="CA_THSRS_TREF_NM"/></famname>
418
420
  </extref>
419
- </xsl:if>
420
- </xsl:for-each>
421
+ </xsl:if>
422
+ </xsl:for-each>
421
423
  </controlaccess>
422
- </xsl:if>
424
+ </xsl:if>
423
425
  <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Organizations'">
424
426
  <controlaccess>
425
427
  <head>Organisaties</head>
@@ -430,11 +432,11 @@
430
432
  <xsl:attribute name="show">new</xsl:attribute>
431
433
  <persname source="ODIS" role="subject"><xsl:value-of select="CA_THSRS_TREF_NM"/></persname>
432
434
  </extref>
433
- </xsl:if>
434
- </xsl:for-each>
435
+ </xsl:if>
436
+ </xsl:for-each>
435
437
  </controlaccess>
436
438
  </xsl:if>
437
-
439
+
438
440
  <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Places'">
439
441
  <controlaccess>
440
442
  <head>Geografische trefwoorden</head>
@@ -445,24 +447,24 @@
445
447
  <xsl:attribute name="show">new</xsl:attribute>
446
448
  <geogname source="ODIS" role="subject"><xsl:value-of select="CA_THSRS_TREF_NM"/></geogname>
447
449
  </extref>
448
- </xsl:if>
449
- </xsl:for-each>
450
+ </xsl:if>
451
+ </xsl:for-each>
450
452
  </controlaccess>
451
453
  </xsl:if>
452
-
454
+
453
455
  </controlaccess>
454
- </xsl:if>
455
- <xsl:if test="C_CHILD/*">
456
+ </xsl:if>
457
+ <xsl:if test="C_CHILD/*">
456
458
  <dsc type="combined">
457
459
  <head>LIJST VAN DE DOSSIERS</head>
458
460
  <xsl:apply-templates select="C_CHILD"/>
459
461
  </dsc>
460
- </xsl:if>
462
+ </xsl:if>
461
463
  </archdesc>
462
464
  </ead>
463
465
  </xsl:for-each>
464
466
  </xsl:template>
465
- <xsl:template match="C_CHILD">
467
+ <xsl:template match="C_CHILD">
466
468
  <c>
467
469
  <xsl:attribute name="level"><xsl:value-of select="LEVEL"/></xsl:attribute>
468
470
  <xsl:attribute name="id"><xsl:value-of select="GSFT_OBJ_ID"/></xsl:attribute>
@@ -477,7 +479,7 @@
477
479
  <p><xsl:value-of select="text()"/></p>
478
480
  </unittitle>
479
481
  </xsl:for-each>
480
- <xsl:for-each select="ORIGINAL_TITLE">
482
+ <xsl:for-each select="ORIGINAL_TITLE">
481
483
  <unittitle label="Ondertitel">
482
484
  <p><xsl:value-of select="text()"/></p>
483
485
  </unittitle>
@@ -486,7 +488,7 @@
486
488
  <unittitle label="Formele titel">
487
489
  <p><xsl:value-of select="text()"/></p>
488
490
  </unittitle>
489
- </xsl:for-each>
491
+ </xsl:for-each>
490
492
  <xsl:for-each select="FORMAL_TITLE">
491
493
  <unittitle label="Redactionele vorm">
492
494
  <p><xsl:value-of select="text()"/></p>
@@ -502,7 +504,7 @@
502
504
  <xsl:attribute name="href"><xsl:value-of select="DGTL_ACC_URL"/></xsl:attribute>
503
505
  <xsl:attribute name="title"><xsl:value-of select="DGTL_DC_TITLE"/></xsl:attribute>
504
506
  </dao>
505
- </xsl:for-each>
507
+ </xsl:for-each>
506
508
  <xsl:for-each select="DESCRIPTION">
507
509
  <unittitle label="Beschrijving">
508
510
  <p><xsl:value-of select="text()"/></p>
@@ -513,71 +515,71 @@
513
515
  <p><xsl:value-of select="text()"/></p>
514
516
  </origination>
515
517
  </xsl:for-each>
516
-
518
+
517
519
  <xsl:for-each select="DESIGNER">
518
520
  <origination label="Ontwerper">
519
521
  <p><xsl:value-of select="text()"/></p>
520
522
  </origination>
521
523
  </xsl:for-each>
522
-
524
+
523
525
  <xsl:for-each select="DIRECTOR">
524
526
  <origination label="Regisseur">
525
527
  <p><xsl:value-of select="text()"/></p>
526
528
  </origination>
527
- </xsl:for-each>
528
-
529
+ </xsl:for-each>
530
+
529
531
  <xsl:for-each select="TIME_PERIOD_OF_CREATION_NOTES">
530
- <unitdate label="Datum">
532
+ <unitdate label="Datum">
531
533
  <p><xsl:value-of select="text()"/></p>
532
- </unitdate>
533
- </xsl:for-each>
534
+ </unitdate>
535
+ </xsl:for-each>
534
536
  <xsl:for-each select="CREATION_DATES_DETAILS">
535
- <unitdate label="Opmerkingen">
537
+ <unitdate label="Opmerkingen">
536
538
  <p><xsl:value-of select="text()"/></p>
537
- </unitdate>
538
- </xsl:for-each>
539
+ </unitdate>
540
+ </xsl:for-each>
539
541
  <xsl:if test="EXTENT or TYPE_OF_ARCHIVAL_MATERIAL or STAGE_OF_DEVELOPMENT">
540
542
  <physdesc>
541
543
  <xsl:if test="EXTENT">
542
544
  <extent label="Omvang">
543
545
  <xsl:for-each select="EXTENT">
544
546
  <p><xsl:value-of select="text()"/></p>
545
- </xsl:for-each>
547
+ </xsl:for-each>
546
548
  </extent>
547
549
  </xsl:if>
548
550
  <xsl:if test="PLAYING_TIME">
549
551
  <extent label="Speelduur">
550
552
  <xsl:for-each select="PLAYING_TIME">
551
553
  <p><xsl:value-of select="text()"/></p>
552
- </xsl:for-each>
554
+ </xsl:for-each>
553
555
  </extent>
554
556
  </xsl:if>
555
557
  <xsl:if test="DIMENSIONS">
556
558
  <dimensions label="Afmetingen">
557
559
  <xsl:for-each select="DIMENSIONS">
558
560
  <p><xsl:value-of select="text()"/></p>
559
- </xsl:for-each>
561
+ </xsl:for-each>
560
562
  </dimensions>
561
- </xsl:if>
563
+ </xsl:if>
562
564
  <xsl:if test="DIMENSIONS_REMARKS">
563
565
  <dimensions label="Opmerkingen">
564
566
  <xsl:for-each select="DIMENSIONS_REMARKS">
565
567
  <p><xsl:value-of select="text()"/></p>
566
- </xsl:for-each>
568
+ </xsl:for-each>
567
569
  </dimensions>
568
- </xsl:if>
569
- <xsl:if test="TYPE_OF_ARCHIVAL_MATERIAL">
570
+ </xsl:if>
571
+ <xsl:if test="TYPE_OF_ARCHIVAL_MATERIAL">
570
572
  <genreform label="Materi�le vorm">
571
573
  <xsl:for-each select="TYPE_OF_ARCHIVAL_MATERIAL">
572
574
  <p><xsl:value-of select="text()"/></p>
573
575
  </xsl:for-each>
574
576
  </genreform>
575
577
  </xsl:if>
576
- <xsl:if test="STAGE_OF_DEVELOPMENT">
578
+ <xsl:if test="STAGE_OF_DEVELOPMENT">
577
579
  <physfacet label="Ontwikkelingsstadium">
578
580
  <xsl:for-each select="STAGE_OF_DEVELOPMENT">
579
581
  <p><xsl:value-of select="text()"/></p>
580
- </xsl:for-each>
582
+ </xsl:for-each>
581
583
  </physfacet>
582
584
  </xsl:if>
583
585
  </physdesc>
@@ -586,7 +588,7 @@
586
588
  <custodhist label="Geschiedenis van het archief">
587
589
  <xsl:for-each select="ARCHIVAL_HISTORY">
588
590
  <p><xsl:value-of select="text()"/></p>
589
- </xsl:for-each>
591
+ </xsl:for-each>
590
592
  </custodhist>
591
593
  </xsl:if>
592
594
  <xsl:if test="ACQUISITION">
@@ -623,57 +625,57 @@
623
625
  <p><xsl:value-of select="text()"/></p>
624
626
  </xsl:for-each>
625
627
  </genreform>
626
- </xsl:if>
628
+ </xsl:if>
627
629
  <xsl:if test="CATEGORY_FILM">
628
630
  <genreform label="Categorie (film)">
629
631
  <xsl:for-each select="CATEGORY_FILM">
630
632
  <p><xsl:value-of select="text()"/></p>
631
633
  </xsl:for-each>
632
634
  </genreform>
633
- </xsl:if>
635
+ </xsl:if>
634
636
  <xsl:if test="DESCRIPTION_OF_CONTENTS or GEOGRAPHICAL_INFORMATION or COLLECTION_TIME_PERIOD or RELATIVES_CORPORATIONS_FAMILIES_PEOPLE">
635
-
637
+
636
638
  <xsl:if test="DESCRIPTION_OF_CONTENTS">
637
- <scopecontent label="Inhoud">
639
+ <scopecontent label="Inhoud">
638
640
  <xsl:for-each select="DESCRIPTION_OF_CONTENTS">
639
641
  <p><xsl:value-of select="text()"/></p>
640
642
  </xsl:for-each>
641
- </scopecontent>
642
- </xsl:if>
643
+ </scopecontent>
644
+ </xsl:if>
643
645
  <xsl:if test="GEOGRAPHICAL_INFORMATION">
644
646
  <scopecontent label="Geografische informatie">
645
647
  <xsl:for-each select="GEOGRAPHICAL_INFORMATION">
646
648
  <p><xsl:value-of select="text()"/></p>
647
649
  </xsl:for-each>
648
- </scopecontent>
649
- </xsl:if>
650
+ </scopecontent>
651
+ </xsl:if>
650
652
  <xsl:if test="COLLECTION_TIME_PERIOD">
651
653
  <scopecontent label="Collectie periode">
652
654
  <xsl:for-each select="COLLECTION_TIME_PERIOD">
653
655
  <p><xsl:value-of select="text()"/></p>
654
656
  </xsl:for-each>
655
- </scopecontent>
656
- </xsl:if>
657
+ </scopecontent>
658
+ </xsl:if>
657
659
  <xsl:if test="RELATIVES_CORPORATIONS_FAMILIES_PEOPLE">
658
660
  <scopecontent label="Gerelateerde organisaties/families/personen">
659
661
  <xsl:for-each select="RELATIVES_CORPORATIONS_FAMILIES_PEOPLE">
660
662
  <p><xsl:value-of select="text()"/></p>
661
663
  </xsl:for-each>
662
- </scopecontent>
663
- </xsl:if>
664
+ </scopecontent>
665
+ </xsl:if>
664
666
  </xsl:if>
665
667
  <xsl:if test="VALUATION_AND_DESTRUCTION">
666
668
  <appraisal label="Selectie">
667
669
  <xsl:for-each select="VALUATION_AND_DESTRUCTION">
668
670
  <p><xsl:value-of select="text()"/></p>
669
- </xsl:for-each>
671
+ </xsl:for-each>
670
672
  </appraisal>
671
673
  </xsl:if>
672
674
  <xsl:if test="ACCRUALS">
673
675
  <accruals label="Aanvullingen">
674
676
  <xsl:for-each select="ACCRUALS">
675
677
  <p><xsl:value-of select="text()"/></p>
676
- </xsl:for-each>
678
+ </xsl:for-each>
677
679
  </accruals>
678
680
  </xsl:if>
679
681
  <xsl:if test="ORDERING_AND_CLASSIFICATION">
@@ -687,7 +689,7 @@
687
689
  <accessrestrict label="Voorwaarden voor raadpleging">
688
690
  <xsl:for-each select="ACCESS_REGULATIONS">
689
691
  <p><xsl:value-of select="text()"/></p>
690
- </xsl:for-each>
692
+ </xsl:for-each>
691
693
  </accessrestrict>
692
694
  </xsl:if>
693
695
  <xsl:if test="REPRODUCTION_SPECIFICATIONS">
@@ -701,16 +703,16 @@
701
703
  <langmaterial label="Taal">
702
704
  <xsl:for-each select="LANGUAGE">
703
705
  <p><xsl:value-of select="text()"/></p>
704
- </xsl:for-each>
706
+ </xsl:for-each>
705
707
  </langmaterial>
706
708
  </xsl:if>
707
709
  <xsl:if test="REMARKS_LANGUAGE">
708
710
  <langmaterial label="Opmerkingen">
709
711
  <xsl:for-each select="REMARKS_LANGUAGE">
710
712
  <p><xsl:value-of select="text()"/></p>
711
- </xsl:for-each>
713
+ </xsl:for-each>
712
714
  </langmaterial>
713
- </xsl:if>
715
+ </xsl:if>
714
716
  <xsl:if test="PHYSICAL_PROPERTIES">
715
717
  <phystech label="Fysieke kenmerken en technische vereisten">
716
718
  <xsl:for-each select="PHYSICAL_PROPERTIES">
@@ -745,14 +747,14 @@
745
747
  <p><xsl:value-of select="text()"/></p>
746
748
  </xsl:for-each>
747
749
  </phystech>
748
- </xsl:if>
750
+ </xsl:if>
749
751
  <xsl:if test="TECHNIQUE_MATERIAL_FILM">
750
752
  <phystech label="Techniek materiaal (film)">
751
753
  <xsl:for-each select="TECHNIQUE_MATERIAL_FILM">
752
754
  <p><xsl:value-of select="text()"/></p>
753
755
  </xsl:for-each>
754
756
  </phystech>
755
- </xsl:if>
757
+ </xsl:if>
756
758
  <xsl:if test="TECHNIQUE_SOUND_FILM">
757
759
  <phystech label="Techniek geluid (film)">
758
760
  <xsl:for-each select="TECHNIQUE_SOUND_FILM">
@@ -766,7 +768,7 @@
766
768
  <p><xsl:value-of select="text()"/></p>
767
769
  </xsl:for-each>
768
770
  </phystech>
769
- </xsl:if>
771
+ </xsl:if>
770
772
  <xsl:if test="ORIGINALS_EXISTENCE_LOCATION_OF_PRESERVATION">
771
773
  <originalsloc label="Bestaan en bewaarplaatsen van originelen">
772
774
  <xsl:for-each select="ORIGINALS_EXISTENCE_LOCATION_OF_PRESERVATION">
@@ -784,81 +786,81 @@
784
786
  <xsl:if test="UD_REFERENCES[REF_UD_STATUS=2] or RELATED_MATERIAL or PUBLICATIONS_ or AUDIOVISUAL_MATERIAL">
785
787
 
786
788
  <xsl:if test="UD_REFERENCES[REF_UD_STATUS=2]">
787
- <relatedmaterial label="Verwante beschrijvingseenheden">
789
+ <relatedmaterial label="Verwante beschrijvingseenheden">
788
790
  <xsl:for-each select="UD_REFERENCES[REF_UD_STATUS=2]">
789
791
  <archref entityref="SCOPE" show="new">
790
792
  <xsl:attribute name="href"><xsl:value-of select="$XML_SCOPE_OPAC"/><xsl:value-of select="REF_UD_ID"/></xsl:attribute>
791
793
  <unittitle><p><xsl:value-of select="REF_UD_TITLE"/></p></unittitle>
792
794
  <note><p><xsl:value-of select="REF_UD_ROLE"/></p></note>
793
- </archref>
795
+ </archref>
794
796
  </xsl:for-each>
795
- </relatedmaterial>
796
- </xsl:if>
797
+ </relatedmaterial>
798
+ </xsl:if>
797
799
  <xsl:if test="RELATED_MATERIAL">
798
- <relatedmaterial label="Verwante beschrijvingseenheden">
800
+ <relatedmaterial label="Verwante beschrijvingseenheden">
799
801
  <xsl:for-each select="RELATED_MATERIAL">
800
802
  <p><xsl:value-of select="text()"/></p>
801
803
  </xsl:for-each>
802
- </relatedmaterial>
803
- </xsl:if>
804
+ </relatedmaterial>
805
+ </xsl:if>
804
806
  <xsl:if test="PUBLICATIONS_">
805
807
  <relatedmaterial label="Verwante publicaties">
806
808
  <xsl:for-each select="PUBLICATIONS_">
807
809
  <p><xsl:value-of select="text()"/></p>
808
810
  </xsl:for-each>
809
811
  </relatedmaterial>
810
- </xsl:if>
812
+ </xsl:if>
811
813
  <xsl:if test="AUDIOVISUAL_MATERIAL">
812
814
  <relatedmaterial label="Verwant audiovisueel materiaal">
813
815
  <xsl:for-each select="AUDIOVISUAL_MATERIAL">
814
816
  <p><xsl:value-of select="text()"/></p>
815
- </xsl:for-each>
817
+ </xsl:for-each>
816
818
  </relatedmaterial>
817
- </xsl:if>
819
+ </xsl:if>
818
820
  </xsl:if>
819
821
  <xsl:if test="PUBLICATIONS">
820
822
  <bibliography label="Publicaties">
821
823
  <xsl:for-each select="PUBLICATIONS">
822
824
  <p><xsl:value-of select="text()"/></p>
823
825
  </xsl:for-each>
824
- </bibliography>
825
- </xsl:if>
826
+ </bibliography>
827
+ </xsl:if>
826
828
  <xsl:if test="BIBLIOGRAPHY">
827
829
  <bibliography label="Bibliografie">
828
830
  <xsl:for-each select="BIBLIOGRAPHY">
829
831
  <p><xsl:value-of select="text()"/></p>
830
832
  </xsl:for-each>
831
- </bibliography>
832
- </xsl:if>
833
- <xsl:if test="SOURCES">
834
- <bibliography label="Bronnen">
833
+ </bibliography>
834
+ </xsl:if>
835
+ <xsl:if test="SOURCES">
836
+ <bibliography label="Bronnen">
835
837
  <xsl:for-each select="SOURCES">
836
838
  <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">
839
+ </xsl:for-each>
840
+ </bibliography>
841
+ </xsl:if>
842
+ <xsl:if test="ANNEXES">
843
+ <bibliography label="Bijlagen">
842
844
  <xsl:for-each select="ANNEXES">
843
845
  <p><xsl:value-of select="text()"/></p>
844
- </xsl:for-each>
845
- </bibliography>
846
- </xsl:if>
847
-
846
+ </xsl:for-each>
847
+ </bibliography>
848
+ </xsl:if>
849
+
848
850
  <xsl:if test="NOTES">
849
- <note label="Aantekeningen">
851
+ <note label="Aantekeningen">
850
852
  <xsl:for-each select="NOTES">
851
853
  <p><xsl:value-of select="text()"/></p>
852
854
  </xsl:for-each>
853
- </note>
854
- </xsl:if>
855
+ </note>
856
+ </xsl:if>
855
857
  <xsl:if test="INTERNAL_ARCHIVE_COMMENTS">
856
858
  <note label="Werknotities">
857
859
  <xsl:for-each select="INTERNAL_ARCHIVE_COMMENTS">
858
860
  <p><xsl:value-of select="text()"/></p>
859
861
  </xsl:for-each>
860
- </note>
861
- </xsl:if>
862
+ </note>
863
+ </xsl:if>
862
864
  <xsl:if test="ARCHIVISTS_NOTE">
863
865
  <processinfo label="Verantwoording">
864
866
  <xsl:for-each select="ARCHIVISTS_NOTE">
@@ -878,18 +880,18 @@
878
880
  <head>Trefwoorden</head>
879
881
  <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Persons'">
880
882
  <controlaccess>
881
- <head>Personen</head>
883
+ <head>Personen</head>
882
884
  <xsl:for-each select="CONTROL_ACCESS">
883
885
  <xsl:if test="CA_THSRS_NM='Persons'">
884
-
886
+
885
887
  <extref>
886
888
  <xsl:attribute name="href"><xsl:value-of select="CA_THSRS_URL"/></xsl:attribute>
887
889
  <xsl:attribute name="show">new</xsl:attribute>
888
890
  <persname source="ODIS" role="subject" label="Trefwoorden personen"><xsl:value-of select="CA_THSRS_TREF_NM"/></persname>
889
891
  </extref>
890
- </xsl:if>
891
- </xsl:for-each>
892
- </controlaccess>
892
+ </xsl:if>
893
+ </xsl:for-each>
894
+ </controlaccess>
893
895
  </xsl:if>
894
896
  <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Organizations'">
895
897
  <controlaccess>
@@ -901,9 +903,9 @@
901
903
  <xsl:attribute name="show">new</xsl:attribute>
902
904
  <corpname source="ODIS" role="subject" label="Trefwoorden organisaties"><xsl:value-of select="CA_THSRS_TREF_NM"/></corpname>
903
905
  </extref>
904
- </xsl:if>
906
+ </xsl:if>
905
907
  </xsl:for-each>
906
- </controlaccess>
908
+ </controlaccess>
907
909
  </xsl:if>
908
910
  <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Families'">
909
911
  <controlaccess>
@@ -911,10 +913,10 @@
911
913
  <xsl:for-each select="CONTROL_ACCESS">
912
914
  <xsl:if test="CA_THSRS_NM='Families'">
913
915
  <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
+ </xsl:if>
917
+ </xsl:for-each>
916
918
  </controlaccess>
917
- </xsl:if>
919
+ </xsl:if>
918
920
  <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Places'">
919
921
  <controlaccess>
920
922
  <head>Geografische trefwoorden</head>
@@ -922,11 +924,11 @@
922
924
  <xsl:if test="CA_THSRS_NM='Places'">
923
925
  <extref>
924
926
  <xsl:attribute name="href"><xsl:value-of select="CA_THSRS_URL"/></xsl:attribute>
925
- <xsl:attribute name="show">new</xsl:attribute>
927
+ <xsl:attribute name="show">new</xsl:attribute>
926
928
  <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>
929
+ </extref>
930
+ </xsl:if>
931
+ </xsl:for-each>
930
932
  </controlaccess>
931
933
  </xsl:if>
932
934
  <xsl:if test="CONTROL_ACCESS/CA_THSRS_NM='Subjects'">
@@ -935,16 +937,16 @@
935
937
  <xsl:for-each select="CONTROL_ACCESS">
936
938
  <xsl:if test="CA_THSRS_NM='Subjects'">
937
939
  <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>
940
+ </xsl:if>
941
+ </xsl:for-each>
942
+ </controlaccess>
941
943
  </xsl:if>
942
-
944
+
943
945
  </controlaccess>
944
946
  </xsl:if>
945
947
  <xsl:apply-templates select="C_CHILD"/>
946
948
  </did>
947
- </xsl:if>
949
+ </xsl:if>
948
950
  </c>
949
- </xsl:template>
950
- </xsl:stylesheet>
951
+ </xsl:template>
952
+ </xsl:stylesheet>