metanorma-un 0.3.4 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3621 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:un="https://www.metanorma.org/ns/un" xmlns:mathml="http://www.w3.org/1998/Math/MathML" xmlns:xalan="http://xml.apache.org/xalan" xmlns:fox="http://xmlgraphics.apache.org/fop/extensions" xmlns:barcode="http://barcode4j.krysalis.org/ns" version="1.0">
2
+
3
+ <xsl:output version="1.0" method="xml" encoding="UTF-8" indent="no"/>
4
+
5
+
6
+
7
+
8
+
9
+ <xsl:variable name="pageWidth" select="'210mm'"/>
10
+ <xsl:variable name="pageHeight" select="'297mm'"/>
11
+
12
+ <xsl:variable name="debug">false</xsl:variable>
13
+
14
+ <xsl:variable name="contents">
15
+ <contents>
16
+ <xsl:apply-templates select="/un:un-standard/un:sections/*" mode="contents"/>
17
+ <xsl:apply-templates select="/un:un-standard/un:annex" mode="contents"/>
18
+ </contents>
19
+ </xsl:variable>
20
+
21
+ <xsl:variable name="lang">
22
+ <xsl:call-template name="getLang"/>
23
+ </xsl:variable>
24
+
25
+ <xsl:variable name="title" select="/un:un-standard/un:bibdata/un:title[@language = 'en' and @type = 'main']"/>
26
+
27
+ <xsl:variable name="id" select="/un:un-standard/un:bibdata/un:ext/un:session/un:id"/>
28
+
29
+ <xsl:template match="/">
30
+ <fo:root font-family="Times New Roman, STIX2Math, HanSans" font-size="10pt" xml:lang="{$lang}">
31
+ <fo:layout-master-set>
32
+ <!-- Cover page -->
33
+ <fo:simple-page-master master-name="cover-page" page-width="{$pageWidth}" page-height="{$pageHeight}">
34
+ <fo:region-body margin-top="17.5mm" margin-bottom="10mm" margin-left="20mm" margin-right="20mm"/>
35
+ <fo:region-before extent="17.5mm"/>
36
+ <fo:region-after extent="10mm"/>
37
+ <fo:region-start extent="20mm"/>
38
+ <fo:region-end extent="20mm"/>
39
+ </fo:simple-page-master>
40
+
41
+ <!-- Document odd pages -->
42
+ <fo:simple-page-master master-name="odd" page-width="{$pageWidth}" page-height="{$pageHeight}">
43
+ <fo:region-body margin-top="30mm" margin-bottom="40mm" margin-left="40mm" margin-right="40mm"/>
44
+ <fo:region-before region-name="header-odd" extent="26mm"/>
45
+ <fo:region-after region-name="footer-odd" extent="40mm"/>
46
+ <fo:region-start region-name="left-region" extent="40mm"/>
47
+ <fo:region-end region-name="right-region" extent="40mm"/>
48
+ </fo:simple-page-master>
49
+ <!-- Document even pages -->
50
+ <fo:simple-page-master master-name="even" page-width="{$pageWidth}" page-height="{$pageHeight}">
51
+ <fo:region-body margin-top="30mm" margin-bottom="40mm" margin-left="40mm" margin-right="40mm"/>
52
+ <fo:region-before region-name="header-even" extent="26mm"/>
53
+ <fo:region-after region-name="footer-even" extent="40mm"/>
54
+ <fo:region-start region-name="left-region" extent="40mm"/>
55
+ <fo:region-end region-name="right-region" extent="40mm"/>
56
+ </fo:simple-page-master>
57
+ <fo:page-sequence-master master-name="document">
58
+ <fo:repeatable-page-master-alternatives>
59
+ <fo:conditional-page-master-reference odd-or-even="even" master-reference="even"/>
60
+ <fo:conditional-page-master-reference odd-or-even="odd" master-reference="odd"/>
61
+ </fo:repeatable-page-master-alternatives>
62
+ </fo:page-sequence-master>
63
+ </fo:layout-master-set>
64
+
65
+ <fo:declarations>
66
+ <pdf:catalog xmlns:pdf="http://xmlgraphics.apache.org/fop/extensions/pdf">
67
+ <pdf:dictionary type="normal" key="ViewerPreferences">
68
+ <pdf:boolean key="DisplayDocTitle">true</pdf:boolean>
69
+ </pdf:dictionary>
70
+ </pdf:catalog>
71
+ <x:xmpmeta xmlns:x="adobe:ns:meta/">
72
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
73
+ <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
74
+ <!-- Dublin Core properties go here -->
75
+ <dc:title>
76
+ <xsl:choose>
77
+ <xsl:when test="$title != ''">
78
+ <xsl:value-of select="$title"/>
79
+ </xsl:when>
80
+ <xsl:otherwise>
81
+ <xsl:text> </xsl:text>
82
+ </xsl:otherwise>
83
+ </xsl:choose>
84
+ </dc:title>
85
+ <dc:creator/>
86
+ <dc:description>
87
+ <xsl:variable name="abstract">
88
+ <xsl:copy-of select="/un:un-standard/un:preface/un:abstract//text()"/>
89
+ </xsl:variable>
90
+ <xsl:value-of select="normalize-space($abstract)"/>
91
+ </dc:description>
92
+ <pdf:Keywords/>
93
+ </rdf:Description>
94
+ <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">
95
+ <!-- XMP properties go here -->
96
+ <xmp:CreatorTool/>
97
+ </rdf:Description>
98
+ </rdf:RDF>
99
+ </x:xmpmeta>
100
+ </fo:declarations>
101
+
102
+ <!-- Cover Page -->
103
+ <fo:page-sequence master-reference="cover-page" force-page-count="no-force">
104
+ <fo:flow flow-name="xsl-region-body">
105
+ <fo:block-container border-bottom="0.5pt solid black" margin-bottom="6pt">
106
+ <fo:block text-align-last="justify">
107
+ <fo:inline padding-right="22mm"> </fo:inline>
108
+ <fo:inline font-size="14pt" baseline-shift="15%"><xsl:value-of select="/un:un-standard/un:bibdata/un:contributor/un:organization/un:name"/></fo:inline>
109
+ <fo:inline keep-together.within-line="always">
110
+ <fo:leader leader-pattern="space"/>
111
+ <fo:inline font-size="20pt"><xsl:value-of select="substring-before($id, '/')"/></fo:inline>
112
+ <fo:inline font-size="10pt">/<xsl:value-of select="substring-after($id, '/')"/></fo:inline>
113
+ </fo:inline>
114
+ </fo:block>
115
+ </fo:block-container>
116
+ <fo:block-container height="48mm">
117
+ <fo:block>
118
+ <fo:table table-layout="fixed" width="100%">
119
+ <fo:table-column column-width="22mm"/>
120
+ <fo:table-column column-width="98mm"/>
121
+ <fo:table-column column-width="50mm"/>
122
+ <fo:table-body>
123
+ <fo:table-row>
124
+ <fo:table-cell padding-left="0.5mm">
125
+ <fo:block>
126
+ <fo:external-graphic src="{concat('data:image/png;base64,', normalize-space($Image-Logo))}" width="28mm" content-height="scale-to-fit" scaling="uniform" fox:alt-text="Image Front"/>
127
+ </fo:block>
128
+ </fo:table-cell>
129
+ <fo:table-cell>
130
+ <fo:block font-size="20pt" font-weight="bold">Economic and Social Council</fo:block>
131
+ </fo:table-cell>
132
+ <fo:table-cell font-size="10pt">
133
+ <fo:block margin-top="8pt">
134
+ <xsl:text>Distr.: </xsl:text><xsl:value-of select="/un:un-standard/un:bibdata/un:ext/un:distribution"/>
135
+ </fo:block>
136
+ <fo:block margin-bottom="12pt">
137
+ <xsl:call-template name="formatDate">
138
+ <xsl:with-param name="date" select="/un:un-standard/un:bibdata/un:version/un:revision-date"/>
139
+ </xsl:call-template>
140
+ </fo:block>
141
+ <fo:block>
142
+ <xsl:text>Original: </xsl:text>
143
+ <xsl:call-template name="getLanguage">
144
+ <xsl:with-param name="lang" select="/un:un-standard/un:bibdata/un:language"/>
145
+ </xsl:call-template>
146
+ </fo:block>
147
+ </fo:table-cell>
148
+ </fo:table-row>
149
+ </fo:table-body>
150
+ </fo:table>
151
+ </fo:block>
152
+ </fo:block-container>
153
+ <!-- <fo:block margin-bottom="24pt">&#xA0;</fo:block> -->
154
+ <fo:block-container font-weight="bold" border-top="1.5pt solid black">
155
+ <fo:block font-size="14pt" padding-top="0.5mm" margin-top="6pt" margin-bottom="6pt">Economic Commission for Europe</fo:block>
156
+ <fo:block font-size="12pt" margin-bottom="6pt">UNECE Executive Committee</fo:block>
157
+ <fo:block font-size="12pt" margin-bottom="6pt"><xsl:value-of select="/un:un-standard/un:bibdata/un:ext/un:editorialgroup/un:committee"/></fo:block>
158
+ <fo:block font-size="10pt">
159
+ <fo:block font-weight="bold">
160
+ <!-- Example: 24 -> Twenty-fourth session -->
161
+ <xsl:call-template name="number-to-words">
162
+ <xsl:with-param name="number" select="/un:un-standard/un:bibdata/un:ext/un:session/un:number"/>
163
+ <xsl:with-param name="first" select="'true'"/>
164
+ </xsl:call-template>
165
+ <xsl:text>session</xsl:text>
166
+ </fo:block>
167
+ <fo:block font-weight="normal">
168
+ <xsl:value-of select="/un:un-standard/un:bibdata/un:ext/un:session/un:date"/>
169
+ </fo:block>
170
+ <fo:block font-weight="normal">
171
+ <xsl:text>Item 1 of the </xsl:text><xsl:value-of select="translate(/un:un-standard/un:sections/un:clause[1]/un:title, $upper, $lower)"/>
172
+ </fo:block>
173
+ <fo:block>
174
+ <xsl:value-of select="translate(/un:un-standard/un:sections/un:clause[1]/un:ol[1]/un:li[1]/un:p[1], '.', '')"/>
175
+ </fo:block>
176
+ <fo:block><xsl:value-of select="$title"/></fo:block>
177
+ </fo:block>
178
+ </fo:block-container>
179
+
180
+ <!-- <xsl:apply-templates select="/un:un-standard/un:preface/un:foreword"/> -->
181
+
182
+ <fo:block-container font-weight="bold" margin-left="20mm" margin-top="10pt">
183
+ <fo:block margin-left="-20mm">
184
+ <fo:block font-size="17pt" margin-bottom="16pt">
185
+ <xsl:value-of select="$title"/>
186
+ </fo:block>
187
+ <fo:block font-size="14pt" margin-bottom="16pt">
188
+ <xsl:value-of select="/un:un-standard/un:bibdata/un:title[@language = 'en' and @type = 'subtitle']"/>
189
+ </fo:block>
190
+ <xsl:if test="/un:un-standard/un:bibdata/un:ext/un:session/un:collaborator">
191
+ <fo:block font-size="14pt" margin-bottom="22pt">
192
+ <xsl:text>Developed in Collaboration with the </xsl:text><xsl:value-of select="/un:un-standard/un:bibdata/un:ext/un:session/un:collaborator"/>
193
+ </fo:block>
194
+ </xsl:if>
195
+ </fo:block>
196
+ </fo:block-container>
197
+
198
+ <xsl:apply-templates select="/un:un-standard/un:preface/un:abstract"/>
199
+
200
+ <xsl:variable name="charsToRemove" select="concat($upper, $lower, '.()~!@#$%^*-+')"/>
201
+ <xsl:variable name="code" select="translate(/un:un-standard/un:bibdata/un:docidentifier, $charsToRemove,'')"/>
202
+
203
+ <fo:block-container absolute-position="fixed" left="20mm" top="258mm" width="30mm" text-align="center">
204
+ <fo:block font-size="10pt" text-align="left">
205
+ <xsl:value-of select="/un:un-standard/un:bibdata/un:docidentifier"/>
206
+ </fo:block>
207
+
208
+ <fo:block padding-top="1mm">
209
+ <fo:instream-foreign-object fox:alt-text="Barcode">
210
+ <barcode:barcode message="{$code}">
211
+ <barcode:code39>
212
+ <barcode:height>8.5mm</barcode:height>
213
+ <barcode:module-width>0.24mm</barcode:module-width>
214
+ <barcode:human-readable>
215
+ <barcode:placement>none</barcode:placement>
216
+ <!--<barcode:pattern>* _ _ _ _ _ _ _ _ _ *</barcode:pattern>
217
+ <barcode:font-name>Arial</barcode:font-name>
218
+ <barcode:font-size>9.7pt</barcode:font-size> -->
219
+ </barcode:human-readable>
220
+ </barcode:code39>
221
+ </barcode:barcode>
222
+ </fo:instream-foreign-object>
223
+ </fo:block>
224
+ <fo:block padding-top="-0.8mm" text-align="left" font-family="Arial" font-size="8pt" letter-spacing="1.8mm">
225
+ <xsl:value-of select="concat('*', $code, '*')"/>
226
+ </fo:block>
227
+ </fo:block-container>
228
+
229
+ <fo:block-container absolute-position="fixed" left="143mm" top="262mm">
230
+ <fo:block>
231
+ <fo:external-graphic src="{concat('data:image/png;base64,', normalize-space($Image-Recycle))}" width="26mm" content-height="scale-to-fit" scaling="uniform" fox:alt-text="Recycle"/>
232
+ </fo:block>
233
+ </fo:block-container>
234
+ <fo:block-container absolute-position="fixed" left="170mm" top="253mm">
235
+ <fo:block>
236
+ <fo:instream-foreign-object fox:alt-text="Barcode">
237
+ <barcode:barcode message="{concat('http://undocs.org/', /un:un-standard/un:bibdata/un:ext/un:session/un:id)}">
238
+ <barcode:qr>
239
+ <barcode:module-width>0.55mm</barcode:module-width>
240
+ <barcode:ec-level>M</barcode:ec-level>
241
+ </barcode:qr>
242
+ </barcode:barcode>
243
+ </fo:instream-foreign-object>
244
+ </fo:block>
245
+ </fo:block-container>
246
+
247
+ </fo:flow>
248
+ </fo:page-sequence>
249
+ <!-- End Cover Page -->
250
+
251
+
252
+ <!-- Document Pages -->
253
+ <fo:page-sequence master-reference="document" initial-page-number="2" format="1" force-page-count="no-force" line-height="115%">
254
+ <fo:static-content flow-name="xsl-footnote-separator">
255
+ <fo:block-container margin-left="-8mm">
256
+ <fo:block margin-left="8mm">
257
+ <fo:leader leader-pattern="rule" leader-length="20%"/>
258
+ </fo:block>
259
+ </fo:block-container>
260
+ </fo:static-content>
261
+ <xsl:call-template name="insertHeaderFooter"/>
262
+ <fo:flow flow-name="xsl-region-body">
263
+
264
+ <xsl:if test="$debug = 'true'">
265
+ <xsl:text disable-output-escaping="yes">&lt;!--</xsl:text>
266
+ DEBUG
267
+ contents=<xsl:copy-of select="xalan:nodeset($contents)"/>
268
+ <xsl:text disable-output-escaping="yes">--&gt;</xsl:text>
269
+ </xsl:if>
270
+
271
+ <fo:block>
272
+ <xsl:apply-templates select="/un:un-standard/un:sections/*"/>
273
+ <xsl:apply-templates select="/un:un-standard/un:annex"/>
274
+ </fo:block>
275
+
276
+ <fo:block-container margin-left="50mm" width="30mm" border-bottom="0.5pt solid black" margin-top="12pt" keep-with-previous="always">
277
+ <fo:block> </fo:block>
278
+ </fo:block-container>
279
+
280
+ </fo:flow>
281
+ </fo:page-sequence>
282
+ <!-- End Document Pages -->
283
+
284
+ </fo:root>
285
+ </xsl:template>
286
+
287
+ <!-- ============================= -->
288
+ <!-- CONTENTS -->
289
+ <!-- ============================= -->
290
+ <xsl:template match="node()" mode="contents">
291
+ <xsl:apply-templates mode="contents"/>
292
+ </xsl:template>
293
+
294
+ <xsl:template match="un:un-standard/un:sections/*" mode="contents">
295
+ <xsl:apply-templates mode="contents"/>
296
+ </xsl:template>
297
+
298
+
299
+ <!-- Any node with title element - clause, definition, annex,... -->
300
+ <xsl:template match="un:title | un:preferred" mode="contents">
301
+ <xsl:variable name="id">
302
+ <xsl:choose>
303
+ <xsl:when test="../@id">
304
+ <xsl:value-of select="../@id"/>
305
+ </xsl:when>
306
+ <xsl:otherwise>
307
+ <xsl:value-of select="text()"/>
308
+ </xsl:otherwise>
309
+ </xsl:choose>
310
+ </xsl:variable>
311
+
312
+ <xsl:variable name="level">
313
+ <xsl:call-template name="getLevel"/>
314
+ </xsl:variable>
315
+
316
+ <!-- <xsl:message>
317
+ level=<xsl:value-of select="$level"/>=<xsl:value-of select="."/>
318
+ </xsl:message> -->
319
+
320
+ <xsl:variable name="section">
321
+ <xsl:call-template name="getSection"/>
322
+ </xsl:variable>
323
+
324
+
325
+ <xsl:variable name="type">
326
+ <xsl:value-of select="local-name(..)"/>
327
+ </xsl:variable>
328
+
329
+ <item id="{$id}" level="{$level}" section="{$section}" display="false" type="{$type}">
330
+ <xsl:if test="$type = 'clause'">
331
+ <xsl:attribute name="section">
332
+ <xsl:text>Clause </xsl:text>
333
+ <xsl:choose>
334
+ <xsl:when test="ancestor::un:sections">
335
+ <!-- 1, 2, 3, 4, ... from main section (not annex ...) -->
336
+ <xsl:choose>
337
+ <xsl:when test="$level = 1">
338
+ <xsl:number format="I" count="//un:sections/un:clause"/>
339
+ </xsl:when>
340
+ <xsl:when test="$level = 2">
341
+ <xsl:number format="I." count="//un:sections/un:clause"/>
342
+ <xsl:number format="A" count="//un:sections/un:clause/un:clause[un:title]"/>
343
+ </xsl:when>
344
+ <xsl:when test="$level &gt;= 3">
345
+ <xsl:number format="I." count="//un:sections/un:clause"/>
346
+ <xsl:number format="A." count="//un:sections/un:clause/un:clause[un:title]"/>
347
+ <xsl:number format="1" count="//un:sections/un:clause/un:clause/un:clause[un:title]"/>
348
+ </xsl:when>
349
+ <xsl:otherwise>
350
+ </xsl:otherwise>
351
+ </xsl:choose>
352
+ </xsl:when>
353
+ <xsl:when test="ancestor::un:annex">
354
+ <xsl:choose>
355
+ <xsl:when test="$level = 1">
356
+ <xsl:text>Annex </xsl:text>
357
+ <xsl:number format="A" level="any" count="un:annex"/>
358
+ </xsl:when>
359
+ <xsl:otherwise>
360
+ <xsl:variable name="annex_id" select="ancestor::un:annex/@id"/>
361
+ <xsl:number format="1." count="//un:annex[@id = $annex_id]/un:clause[un:title]"/>
362
+ </xsl:otherwise>
363
+ </xsl:choose>
364
+ </xsl:when>
365
+ <xsl:otherwise>
366
+ </xsl:otherwise>
367
+ </xsl:choose>
368
+ </xsl:attribute>
369
+
370
+ </xsl:if>
371
+ <xsl:value-of select="."/>
372
+ </item>
373
+
374
+ <xsl:apply-templates mode="contents"/>
375
+ </xsl:template>
376
+
377
+ <xsl:template match="un:bibitem" mode="contents"/>
378
+
379
+ <xsl:template match="un:references" mode="contents">
380
+ <xsl:apply-templates mode="contents"/>
381
+ </xsl:template>
382
+
383
+
384
+ <xsl:template match="un:figure" mode="contents">
385
+ <item level="" id="{@id}" type="figure">
386
+ <xsl:attribute name="section">
387
+ <xsl:text>Figure </xsl:text>
388
+ <xsl:choose>
389
+ <xsl:when test="ancestor::un:annex">
390
+ <xsl:choose>
391
+ <xsl:when test="count(//un:annex) = 1">
392
+ <xsl:value-of select="/un:un-standard/un:bibdata/un:ext/un:structuredidentifier/un:annexid"/><xsl:number format="-1" level="any" count="un:annex//un:figure"/>
393
+ </xsl:when>
394
+ <xsl:otherwise>
395
+ <xsl:number format="A.1-1" level="multiple" count="un:annex | un:figure"/>
396
+ </xsl:otherwise>
397
+ </xsl:choose>
398
+ </xsl:when>
399
+ <xsl:when test="ancestor::un:figure">
400
+ <xsl:for-each select="parent::*[1]">
401
+ <xsl:number format="1" level="any" count="un:figure[not(parent::un:figure)]"/>
402
+ </xsl:for-each>
403
+ <xsl:number format="-a" count="un:figure"/>
404
+ </xsl:when>
405
+ <xsl:otherwise>
406
+ <xsl:number format="1" level="any" count="un:figure[not(parent::un:figure)]"/>
407
+ <!-- <xsl:number format="1.1-1" level="multiple" count="un:annex | un:figure"/> -->
408
+ </xsl:otherwise>
409
+ </xsl:choose>
410
+ </xsl:attribute>
411
+ <xsl:value-of select="un:name"/>
412
+ </item>
413
+ </xsl:template>
414
+
415
+ <xsl:template match="un:table" mode="contents">
416
+ <xsl:variable name="annex-id" select="ancestor::un:annex/@id"/>
417
+ <item level="" id="{@id}" display="false" type="table">
418
+ <xsl:attribute name="section">
419
+ <xsl:text>Table </xsl:text>
420
+ <xsl:choose>
421
+ <xsl:when test="ancestor::*[local-name()='executivesummary']"> <!-- NIST -->
422
+ <xsl:text>ES-</xsl:text><xsl:number format="1" count="*[local-name()='executivesummary']//*[local-name()='table']"/>
423
+ </xsl:when>
424
+ <xsl:when test="ancestor::*[local-name()='annex']">
425
+ <xsl:number format="I." count="un:annex"/>
426
+ <xsl:number format="1" level="any" count="un:table[ancestor::un:annex[@id = $annex-id]]"/>
427
+ </xsl:when>
428
+ <xsl:otherwise>
429
+ <!-- <xsl:number format="1"/> -->
430
+ <xsl:number format="1" level="any" count="*[local-name()='sections']//*[local-name()='table']"/>
431
+ </xsl:otherwise>
432
+ </xsl:choose>
433
+ </xsl:attribute>
434
+ <xsl:apply-templates select="un:name"/>
435
+ </item>
436
+ </xsl:template>
437
+
438
+
439
+ <xsl:template match="un:formula" mode="contents">
440
+ <item level="" id="{@id}" display="false">
441
+ <xsl:attribute name="section">
442
+ <xsl:text>Formula (</xsl:text><xsl:number format="A.1" level="multiple" count="un:annex | un:formula"/><xsl:text>)</xsl:text>
443
+ </xsl:attribute>
444
+ </item>
445
+ </xsl:template>
446
+
447
+ <xsl:template match="un:example" mode="contents">
448
+ <xsl:variable name="level">
449
+ <xsl:call-template name="getLevel"/>
450
+ </xsl:variable>
451
+ <xsl:variable name="section">
452
+ <xsl:call-template name="getSection"/>
453
+ </xsl:variable>
454
+
455
+ <xsl:variable name="parent-element" select="local-name(..)"/>
456
+ <item level="" id="{@id}" display="false" type="Example" section="{$section}">
457
+ <xsl:attribute name="parent">
458
+ <xsl:choose>
459
+ <xsl:when test="$parent-element = 'clause'">Clause</xsl:when>
460
+ <xsl:otherwise/>
461
+ </xsl:choose>
462
+ </xsl:attribute>
463
+ </item>
464
+ <xsl:apply-templates mode="contents"/>
465
+ </xsl:template>
466
+
467
+ <xsl:template match="un:terms" mode="contents">
468
+ <item level="" id="{@id}" display="false" type="Terms">
469
+ <xsl:if test="ancestor::un:annex">
470
+ <xsl:attribute name="section">
471
+ <xsl:text>Appendix </xsl:text><xsl:number format="A" count="un:annex"/>
472
+ </xsl:attribute>
473
+ </xsl:if>
474
+ </item>
475
+ </xsl:template>
476
+
477
+ <xsl:template match="un:references" mode="contents">
478
+ <item level="" id="{@id}" display="false" type="References">
479
+ <xsl:if test="ancestor::un:annex">
480
+ <xsl:attribute name="section">
481
+ <xsl:text>Appendix </xsl:text><xsl:number format="A" count="un:annex"/>
482
+ </xsl:attribute>
483
+ </xsl:if>
484
+ </item>
485
+ </xsl:template>
486
+
487
+ <xsl:template match="un:admonition" mode="contents">
488
+ <item level="" id="{@id}" display="false" type="Box">
489
+ <xsl:attribute name="section">
490
+ <xsl:variable name="num">
491
+ <xsl:number/>
492
+ </xsl:variable>
493
+ <xsl:text>Box </xsl:text><xsl:value-of select="$num"/>
494
+ </xsl:attribute>
495
+ </item>
496
+ </xsl:template>
497
+
498
+ <!-- ============================= -->
499
+ <!-- ============================= -->
500
+
501
+
502
+ <!-- ============================= -->
503
+ <!-- PARAGRAPHS -->
504
+ <!-- ============================= -->
505
+
506
+ <xsl:template match="un:preface/un:abstract">
507
+ <fo:block>
508
+ <fo:table table-layout="fixed" width="100%" border="0.5pt solid black">
509
+ <fo:table-column column-width="19mm"/>
510
+ <fo:table-column column-width="134mm"/>
511
+ <fo:table-column column-width="17mm"/>
512
+ <fo:table-body>
513
+ <fo:table-row>
514
+ <fo:table-cell padding-left="6mm" padding-top="2.5mm">
515
+ <fo:block font-size="12pt" font-style="italic" margin-bottom="6pt">Summary</fo:block>
516
+ </fo:table-cell>
517
+ <fo:table-cell>
518
+ <fo:block> </fo:block>
519
+ </fo:table-cell>
520
+ <fo:table-cell>
521
+ <fo:block> </fo:block>
522
+ </fo:table-cell>
523
+ </fo:table-row>
524
+ <fo:table-row>
525
+ <fo:table-cell>
526
+ <fo:block> </fo:block>
527
+ </fo:table-cell>
528
+ <fo:table-cell text-align="justify" padding-bottom="12pt" padding-right="3mm">
529
+ <fo:block font-size="10pt" line-height="120%"><xsl:apply-templates/></fo:block>
530
+ </fo:table-cell>
531
+ <fo:table-cell>
532
+ <fo:block> </fo:block>
533
+ </fo:table-cell>
534
+ </fo:table-row>
535
+ </fo:table-body>
536
+ </fo:table>
537
+ </fo:block>
538
+ </xsl:template>
539
+
540
+ <xsl:template match="un:abstract//un:p" priority="2">
541
+ <fo:block margin-bottom="6pt">
542
+ <xsl:attribute name="text-align">
543
+ <xsl:choose>
544
+ <xsl:when test="@align"><xsl:value-of select="@align"/></xsl:when>
545
+ <xsl:otherwise>justify</xsl:otherwise>
546
+ </xsl:choose>
547
+ </xsl:attribute>
548
+ <xsl:apply-templates/>
549
+ </fo:block>
550
+ </xsl:template>
551
+
552
+ <xsl:template match="un:preface//un:p">
553
+ <fo:block margin-bottom="12pt">
554
+ <xsl:attribute name="text-align">
555
+ <xsl:choose>
556
+ <xsl:when test="@align"><xsl:value-of select="@align"/></xsl:when>
557
+ <xsl:otherwise>left</xsl:otherwise>
558
+ </xsl:choose>
559
+ </xsl:attribute>
560
+ <!-- <xsl:choose>
561
+ <xsl:when test="ancestor::un:sections">
562
+ <fo:inline padding-right="10mm"><xsl:number format="1. " level="any" count="un:sections//un:clause/un:p"/></fo:inline>
563
+ </xsl:when>
564
+ <xsl:when test="ancestor::un:annex">
565
+ <xsl:variable name="annex_id" select="ancestor::un:annex/@id"/>
566
+ <fo:inline padding-right="10mm"><xsl:number format="1. " level="any" count="un:annex[@id = $annex_id]//un:clause/un:p"/></fo:inline>
567
+ </xsl:when>
568
+ </xsl:choose> -->
569
+ <xsl:apply-templates/>
570
+ </fo:block>
571
+ </xsl:template>
572
+
573
+
574
+ <xsl:template match="un:p[ancestor::un:table]">
575
+ <fo:block>
576
+ <xsl:apply-templates/>
577
+ </fo:block>
578
+ </xsl:template>
579
+
580
+ <xsl:template match="un:p">
581
+ <fo:block-container margin-left="1mm">
582
+ <fo:block margin-left="-1mm">
583
+ <fo:list-block provisional-distance-between-starts="9mm" margin-bottom="6pt" line-height="122%">
584
+ <xsl:attribute name="text-align">
585
+ <xsl:choose>
586
+ <xsl:when test="@align"><xsl:value-of select="@align"/></xsl:when>
587
+ <xsl:otherwise>justify</xsl:otherwise>
588
+ </xsl:choose>
589
+ </xsl:attribute>
590
+ <fo:list-item>
591
+ <fo:list-item-label end-indent="label-end()">
592
+ <fo:block>
593
+ <xsl:choose>
594
+ <xsl:when test="ancestor::un:sections">
595
+ <xsl:number format="1. " level="any" count="un:sections//un:clause/un:p"/>
596
+ </xsl:when>
597
+ <xsl:when test="ancestor::un:annex">
598
+ <xsl:variable name="annex_id" select="ancestor::un:annex/@id"/>
599
+ <xsl:number format="1. " level="any" count="un:annex[@id = $annex_id]//un:p"/> <!-- //un:clause -->
600
+ </xsl:when>
601
+ </xsl:choose>
602
+ </fo:block>
603
+ </fo:list-item-label>
604
+ <fo:list-item-body text-indent="body-start()">
605
+ <fo:block>
606
+ <xsl:text> </xsl:text><xsl:apply-templates/>
607
+ </fo:block>
608
+ </fo:list-item-body>
609
+ </fo:list-item>
610
+ </fo:list-block>
611
+ </fo:block>
612
+ </fo:block-container>
613
+ </xsl:template>
614
+
615
+ <xsl:template match="text()">
616
+ <xsl:value-of select="."/>
617
+ </xsl:template>
618
+
619
+ <xsl:template match="un:title/un:fn | un:p/un:fn[not(ancestor::un:table)] | un:figure/un:name/un:fn" priority="2">
620
+ <fo:footnote keep-with-previous.within-line="always">
621
+ <xsl:variable name="number">
622
+ <xsl:number level="any" count="un:fn[not(ancestor::un:table)]"/>
623
+ </xsl:variable>
624
+ <fo:inline font-size="60%" keep-with-previous.within-line="always" vertical-align="super">
625
+ <fo:basic-link internal-destination="footnote_{@reference}_{$number}" fox:alt-text="footnote {@reference} {$number}">
626
+ <xsl:value-of select="$number + count(//un:bibitem/un:note)"/>
627
+ </fo:basic-link>
628
+ </fo:inline>
629
+ <fo:footnote-body>
630
+ <fo:block-container margin-left="-8mm">
631
+ <fo:block font-size="9pt" text-align="justify" line-height="125%" font-weight="normal" text-indent="0" margin-left="8mm">
632
+ <fo:inline id="footnote_{@reference}_{$number}" font-size="60%" keep-with-next.within-line="always" vertical-align="super" padding-right="8mm"> <!-- alignment-baseline="hanging" -->
633
+ <xsl:value-of select="$number + count(//un:bibitem/un:note)"/>
634
+ </fo:inline>
635
+ <xsl:for-each select="un:p">
636
+ <xsl:apply-templates/>
637
+ </xsl:for-each>
638
+ </fo:block>
639
+ </fo:block-container>
640
+ </fo:footnote-body>
641
+ </fo:footnote>
642
+ </xsl:template>
643
+
644
+ <xsl:template match="un:fn/un:p">
645
+ <fo:block>
646
+ <xsl:apply-templates/>
647
+ </fo:block>
648
+ </xsl:template>
649
+
650
+ <xsl:template match="un:ul | un:ol">
651
+ <fo:block-container margin-left="8mm">
652
+ <fo:list-block provisional-distance-between-starts="3mm" margin-left="-8mm">
653
+ <xsl:apply-templates/>
654
+ </fo:list-block>
655
+ <xsl:apply-templates select="./un:note" mode="process"/>
656
+ </fo:block-container>
657
+ </xsl:template>
658
+
659
+ <xsl:template match="un:ul//un:note | un:ol//un:note"/>
660
+ <xsl:template match="un:ul//un:note/un:p | un:ol//un:note/un:p" mode="process">
661
+ <fo:block font-size="11pt" margin-top="4pt">
662
+ <xsl:text>NOTE </xsl:text>
663
+ <xsl:if test="../following-sibling::un:note or ../preceding-sibling::un:note">
664
+ <xsl:number count="un:note"/><xsl:text> </xsl:text>
665
+ </xsl:if>
666
+ <xsl:text>– </xsl:text>
667
+ <xsl:apply-templates/>
668
+ </fo:block>
669
+ </xsl:template>
670
+
671
+ <xsl:template match="un:li">
672
+ <xsl:variable name="level">
673
+ <xsl:call-template name="getLevel"/>
674
+ </xsl:variable>
675
+ <fo:list-item>
676
+ <fo:list-item-label end-indent="label-end()">
677
+ <fo:block>
678
+ <xsl:choose>
679
+ <!-- <xsl:when test="local-name(..) = 'ul'">&#x2014;</xsl:when> --> <!-- dash -->
680
+ <xsl:when test="local-name(..) = 'ul'">•</xsl:when>
681
+ <xsl:otherwise> <!-- for ordered lists -->
682
+ <xsl:choose>
683
+ <xsl:when test="../@type = 'arabic'">
684
+ <xsl:number format="1."/>
685
+ </xsl:when>
686
+ <xsl:when test="../@type = 'alphabet'">
687
+ <xsl:number format="1)"/>
688
+ </xsl:when>
689
+ <xsl:when test="ancestor::*[un:annex]">
690
+ <xsl:choose>
691
+ <xsl:when test="$level = 1">
692
+ <xsl:number format="a)"/>
693
+ </xsl:when>
694
+ <xsl:when test="$level = 2">
695
+ <xsl:number format="i)"/>
696
+ </xsl:when>
697
+ <xsl:otherwise>
698
+ <xsl:number format="1.)"/>
699
+ </xsl:otherwise>
700
+ </xsl:choose>
701
+ </xsl:when>
702
+ <xsl:otherwise>
703
+ <xsl:number format="1."/>
704
+ </xsl:otherwise>
705
+ </xsl:choose>
706
+ </xsl:otherwise>
707
+ </xsl:choose>
708
+ </fo:block>
709
+ </fo:list-item-label>
710
+ <fo:list-item-body start-indent="body-start()">
711
+ <xsl:apply-templates/>
712
+ <xsl:apply-templates select=".//un:note" mode="process"/>
713
+ </fo:list-item-body>
714
+ </fo:list-item>
715
+ </xsl:template>
716
+
717
+ <xsl:template match="un:li//un:p">
718
+ <fo:block margin-bottom="6pt" line-height="122%" text-align="justify">
719
+ <xsl:apply-templates/>
720
+ </fo:block>
721
+ </xsl:template>
722
+
723
+ <xsl:template match="un:link" priority="2">
724
+ <fo:inline>
725
+ <xsl:if test="ancestor::un:fn and string-length(@target) &gt; 110">
726
+ <xsl:attribute name="font-size">8pt</xsl:attribute>
727
+ </xsl:if>
728
+ <xsl:call-template name="link"/>
729
+ </fo:inline>
730
+ </xsl:template>
731
+
732
+ <xsl:template match="un:xref">
733
+ <xsl:variable name="section" select="xalan:nodeset($contents)//item[@id = current()/@target]/@section"/>
734
+ <xsl:variable name="type" select="xalan:nodeset($contents)//item[@id = current()/@target]/@type"/>
735
+ <fo:basic-link internal-destination="{@target}" fox:alt-text="{@target}">
736
+ <xsl:choose>
737
+ <xsl:when test="$section != ''"><xsl:value-of select="$section"/></xsl:when>
738
+ <xsl:otherwise>???</xsl:otherwise>
739
+ </xsl:choose>
740
+ </fo:basic-link>
741
+ </xsl:template>
742
+
743
+ <xsl:template match="un:admonition">
744
+ <fo:block text-align="center" font-style="italic" keep-with-next="always" margin-bottom="6pt">
745
+ <xsl:text>Box </xsl:text><xsl:number/><xsl:text>: </xsl:text><xsl:apply-templates select="un:name" mode="process"/>
746
+ </fo:block>
747
+ <fo:block-container border="0.25pt solid black" margin-left="-3mm" margin-right="-3mm" padding-top="4mm">
748
+ <fo:block id="{@id}" font-weight="bold" margin-left="6mm" margin-right="6mm" keep-with-next="always">
749
+ <xsl:text>Box </xsl:text><xsl:number/><xsl:text>: </xsl:text><xsl:apply-templates select="un:name" mode="process"/>
750
+ </fo:block>
751
+ <fo:block margin-left="5mm" margin-right="5mm">
752
+ <xsl:apply-templates/>
753
+ </fo:block>
754
+ </fo:block-container>
755
+ <fo:block margin-bottom="4pt"> </fo:block>
756
+ </xsl:template>
757
+
758
+ <xsl:template match="un:admonition/un:name"/>
759
+ <xsl:template match="un:admonition/un:name" mode="process">
760
+ <xsl:apply-templates/>
761
+ </xsl:template>
762
+
763
+ <xsl:template match="un:admonition/un:p">
764
+ <fo:block text-align="justify" margin-bottom="6pt" line-height="122%"><xsl:apply-templates/></fo:block>
765
+ </xsl:template>
766
+
767
+ <!-- ============================= -->
768
+ <!-- ============================= -->
769
+
770
+
771
+ <xsl:template match="un:un-standard/un:sections/*">
772
+ <xsl:variable name="num"><xsl:number/></xsl:variable>
773
+ <fo:block>
774
+ <xsl:if test="$num = 1">
775
+ <xsl:attribute name="margin-top">20pt</xsl:attribute>
776
+ </xsl:if>
777
+ <xsl:variable name="sectionNum"><xsl:number count="*"/></xsl:variable>
778
+ <xsl:apply-templates>
779
+ <xsl:with-param name="sectionNum" select="$sectionNum"/>
780
+ </xsl:apply-templates>
781
+ </fo:block>
782
+ <!-- -->
783
+ </xsl:template>
784
+
785
+
786
+ <xsl:template match="/un:un-standard/un:annex">
787
+ <fo:block break-after="page"/>
788
+ <xsl:variable name="num"><xsl:number/></xsl:variable>
789
+
790
+ <!-- <fo:block-container border-bottom="0.5pt solid black">
791
+ <fo:block>&#xA0;</fo:block>
792
+ </fo:block-container>
793
+ <fo:block margin-bottom="12pt">&#xA0;</fo:block> -->
794
+
795
+ <fo:block>
796
+ <xsl:if test="$num = 1">
797
+ <xsl:attribute name="margin-top">3pt</xsl:attribute>
798
+ </xsl:if>
799
+ <xsl:if test="not(un:title)">
800
+ <xsl:variable name="section">
801
+ <xsl:for-each select="*[1]">
802
+ <xsl:call-template name="getSection"/>
803
+ </xsl:for-each>
804
+ </xsl:variable>
805
+ <fo:block id="{@id}" font-size="14pt" font-weight="bold" space-before="3pt" margin-bottom="18pt" keep-with-next="always">
806
+ <xsl:value-of select="$section"/>
807
+ </fo:block>
808
+ </xsl:if>
809
+ <xsl:apply-templates/>
810
+ </fo:block>
811
+ </xsl:template>
812
+
813
+
814
+ <xsl:template match="un:title">
815
+ <xsl:variable name="id">
816
+ <xsl:choose>
817
+ <xsl:when test="../@id">
818
+ <xsl:value-of select="../@id"/>
819
+ </xsl:when>
820
+ <xsl:otherwise>
821
+ <xsl:value-of select="text()"/>
822
+ </xsl:otherwise>
823
+ </xsl:choose>
824
+ </xsl:variable>
825
+
826
+ <xsl:variable name="level">
827
+ <xsl:call-template name="getLevel"/>
828
+ </xsl:variable>
829
+
830
+ <xsl:variable name="font-size">
831
+ <xsl:choose>
832
+ <xsl:when test="$level = 1 and ancestor::un:preface">14pt</xsl:when>
833
+ <xsl:when test="$level = 1 and ancestor::un:annex">12pt</xsl:when>
834
+ <xsl:when test="$level = 2 and ancestor::un:annex">10pt</xsl:when>
835
+ <xsl:when test="$level = 1">14pt</xsl:when>
836
+ <xsl:when test="$level = 2">12pt</xsl:when>
837
+ <xsl:when test="$level = 3">10pt</xsl:when>
838
+ <xsl:otherwise>11pt</xsl:otherwise>
839
+ </xsl:choose>
840
+ </xsl:variable>
841
+
842
+ <xsl:variable name="section">
843
+ <xsl:call-template name="getSection"/>
844
+ </xsl:variable>
845
+
846
+ <xsl:choose>
847
+ <xsl:when test="ancestor::un:preface">
848
+ <fo:block id="{$id}" font-size="{$font-size}" font-weight="bold" margin-top="3pt" margin-bottom="16pt" keep-with-next="always">
849
+ <xsl:apply-templates/>
850
+ </fo:block>
851
+ </xsl:when>
852
+ <xsl:when test="ancestor::un:sections and $level = 1">
853
+ <fo:block-container margin-left="-16mm">
854
+ <fo:block id="{$id}" font-size="{$font-size}" font-weight="bold" margin-left="16mm" space-before="16pt" margin-bottom="13pt" keep-with-next="always">
855
+ <fo:table table-layout="fixed" width="100%">
856
+ <fo:table-column column-width="16mm"/>
857
+ <fo:table-column column-width="130mm"/>
858
+ <fo:table-body>
859
+ <fo:table-row>
860
+ <fo:table-cell>
861
+ <fo:block text-align="center">
862
+ <xsl:value-of select="$section"/>
863
+ </fo:block>
864
+ </fo:table-cell>
865
+ <fo:table-cell>
866
+ <fo:block>
867
+ <xsl:apply-templates/>
868
+ </fo:block>
869
+ </fo:table-cell>
870
+ </fo:table-row>
871
+ </fo:table-body>
872
+ </fo:table>
873
+ </fo:block>
874
+ </fo:block-container>
875
+ </xsl:when>
876
+ <xsl:when test="ancestor::un:sections">
877
+ <fo:block id="{$id}" font-size="{$font-size}" font-weight="bold" space-before="16pt" margin-bottom="13pt" text-indent="-8mm" keep-with-next="always">
878
+ <xsl:if test="$level = 2">
879
+ <xsl:attribute name="margin-left">1mm</xsl:attribute>
880
+ <xsl:attribute name="space-before">12pt</xsl:attribute>
881
+ <xsl:attribute name="margin-bottom">12pt</xsl:attribute>
882
+ </xsl:if>
883
+ <xsl:if test="$level = 3">
884
+ <xsl:attribute name="space-before">12pt</xsl:attribute>
885
+ <xsl:attribute name="margin-left">1mm</xsl:attribute>
886
+ <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
887
+ </xsl:if>
888
+ <fo:list-block provisional-distance-between-starts="8mm">
889
+ <fo:list-item>
890
+ <fo:list-item-label end-indent="label-end()">
891
+ <fo:block>
892
+ <xsl:value-of select="$section"/>
893
+ </fo:block>
894
+ </fo:list-item-label>
895
+ <fo:list-item-body start-indent="body-start()">
896
+ <fo:block>
897
+ <xsl:apply-templates/>
898
+ </fo:block>
899
+ </fo:list-item-body>
900
+ </fo:list-item>
901
+ </fo:list-block>
902
+ </fo:block>
903
+ </xsl:when>
904
+ <xsl:when test="ancestor::un:annex and $level = 1">
905
+ <fo:block id="{$id}" font-size="{$font-size}" font-weight="bold" space-before="3pt" keep-with-next="always">
906
+ <fo:block margin-bottom="18pt">
907
+ <xsl:value-of select="$section"/>
908
+ </fo:block>
909
+ <fo:block margin-bottom="12pt">
910
+ <xsl:apply-templates/>
911
+ </fo:block>
912
+ </fo:block>
913
+ </xsl:when>
914
+ <xsl:when test="ancestor::un:annex and $level &gt;= 2">
915
+ <fo:block id="{$id}" font-size="{$font-size}" font-weight="bold" margin-left="1mm" space-before="3pt" margin-bottom="6pt" keep-with-next="always">
916
+ <xsl:apply-templates/>
917
+ </fo:block>
918
+ </xsl:when>
919
+ <xsl:otherwise>
920
+ <fo:block id="{$id}" font-size="{$font-size}" font-weight="bold" text-align="left" keep-with-next="always">
921
+ <fo:inline><xsl:value-of select="$section"/></fo:inline>
922
+ <xsl:apply-templates/>
923
+ </fo:block>
924
+ </xsl:otherwise>
925
+ </xsl:choose>
926
+ </xsl:template>
927
+
928
+ <!-- ============================ -->
929
+ <!-- for further use -->
930
+ <!-- ============================ -->
931
+ <xsl:template match="un:recommendation">
932
+ <fo:block margin-left="20mm">
933
+ <fo:block font-weight="bold">
934
+ <xsl:text>Recommendation </xsl:text>
935
+ <xsl:choose>
936
+ <xsl:when test="ancestor::un:sections">
937
+ <xsl:number level="any" count="un:sections//un:recommendation"/>
938
+ </xsl:when>
939
+ <xsl:when test="ancestor::*[local-name()='annex']">
940
+ <xsl:variable name="annex-id" select="ancestor::*[local-name()='annex']/@id"/>
941
+ <xsl:number format="A-" count="un:annex"/>
942
+ <xsl:number format="1" level="any" count="un:recommendation[ancestor::un:annex[@id = $annex-id]]"/>
943
+ <!-- <xsl:number format="A-1" level="multiple" count="un:annex | un:recommendation"/> -->
944
+ </xsl:when>
945
+ </xsl:choose>
946
+ <xsl:text>:</xsl:text>
947
+ </fo:block>
948
+ <xsl:apply-templates/>
949
+ </fo:block>
950
+ </xsl:template>
951
+
952
+
953
+ <xsl:template match="un:bibitem">
954
+ <fo:block id="{@id}" margin-top="6pt" margin-left="14mm" text-indent="-14mm">
955
+ <fo:inline padding-right="5mm">[<xsl:value-of select="un:docidentifier"/>]</fo:inline><xsl:value-of select="un:docidentifier"/>
956
+ <xsl:if test="un:title">
957
+ <fo:inline font-style="italic">
958
+ <xsl:text>, </xsl:text>
959
+ <xsl:choose>
960
+ <xsl:when test="un:title[@type = 'main' and @language = 'en']">
961
+ <xsl:value-of select="un:title[@type = 'main' and @language = 'en']"/>
962
+ </xsl:when>
963
+ <xsl:otherwise>
964
+ <xsl:value-of select="un:title"/>
965
+ </xsl:otherwise>
966
+ </xsl:choose>
967
+ </fo:inline>
968
+ </xsl:if>
969
+ <xsl:apply-templates select="un:formattedref"/>
970
+ </fo:block>
971
+ </xsl:template>
972
+ <xsl:template match="un:bibitem/un:docidentifier"/>
973
+
974
+ <xsl:template match="un:bibitem/un:title"/>
975
+
976
+ <xsl:template match="un:formattedref">
977
+ <xsl:text>, </xsl:text><xsl:apply-templates/>
978
+ </xsl:template>
979
+
980
+
981
+ <xsl:template match="*[local-name()='tt']">
982
+ <xsl:variable name="element-name">
983
+ <xsl:choose>
984
+ <xsl:when test="normalize-space(ancestor::un:p[1]//text()[not(parent::un:tt)]) != ''">fo:inline</xsl:when>
985
+ <xsl:otherwise>fo:block</xsl:otherwise>
986
+ </xsl:choose>
987
+ </xsl:variable>
988
+ <xsl:element name="{$element-name}">
989
+ <xsl:attribute name="font-family">Courier</xsl:attribute>
990
+ <xsl:attribute name="font-size">10pt</xsl:attribute>
991
+ <xsl:attribute name="text-align">center</xsl:attribute>
992
+ <xsl:apply-templates/>
993
+ </xsl:element>
994
+ </xsl:template>
995
+
996
+
997
+ <xsl:template match="un:figure">
998
+ <fo:block-container id="{@id}">
999
+ <fo:block>
1000
+ <xsl:apply-templates/>
1001
+ </fo:block>
1002
+ <xsl:if test="un:name">
1003
+ <fo:block text-align="center" margin-bottom="6pt" keep-with-previous="always">
1004
+ <xsl:text>Figure </xsl:text>
1005
+ <xsl:choose>
1006
+ <xsl:when test="ancestor::un:annex">
1007
+ <xsl:choose>
1008
+ <xsl:when test="count(//un:annex) = 1">
1009
+ <xsl:value-of select="/un:un-standard/un:bibdata/un:ext/un:structuredidentifier/un:annexid"/><xsl:number format="-1" level="any" count="un:annex//un:figure"/>
1010
+ </xsl:when>
1011
+ <xsl:otherwise>
1012
+ <xsl:number format="A-1-1" level="multiple" count="un:annex | un:figure"/>
1013
+ </xsl:otherwise>
1014
+ </xsl:choose>
1015
+ </xsl:when>
1016
+ <xsl:when test="ancestor::un:figure">
1017
+ <xsl:for-each select="parent::*[1]">
1018
+ <xsl:number format="1" level="any" count="un:figure[not(parent::un:figure)]"/>
1019
+ </xsl:for-each>
1020
+ <xsl:number format="-a" count="un:figure"/>
1021
+ </xsl:when>
1022
+ <xsl:otherwise>
1023
+ <xsl:number format="1" level="any" count="un:figure[not(parent::un:figure)]"/>
1024
+ </xsl:otherwise>
1025
+ </xsl:choose>
1026
+ <xsl:if test="un:name">
1027
+ <xsl:text>: </xsl:text>
1028
+ <xsl:apply-templates select="un:name" mode="process"/>
1029
+ </xsl:if>
1030
+ </fo:block>
1031
+ </xsl:if>
1032
+
1033
+ <!-- <xsl:call-template name="fn_display_figure"/> -->
1034
+ <xsl:for-each select="un:note//un:p">
1035
+ <xsl:call-template name="note"/>
1036
+ </xsl:for-each>
1037
+ </fo:block-container>
1038
+ </xsl:template>
1039
+
1040
+ <xsl:template match="un:figure/un:name"/>
1041
+ <xsl:template match="un:figure/un:name" mode="process">
1042
+ <xsl:apply-templates/>
1043
+ </xsl:template>
1044
+ <xsl:template match="un:figure/un:fn" priority="2"/>
1045
+ <xsl:template match="un:figure/un:note"/>
1046
+
1047
+
1048
+ <xsl:template match="un:image">
1049
+ <fo:block text-align="center" margin-bottom="12pt" keep-with-next="always" border="2pt solid black">
1050
+ <fo:external-graphic src="{@src}" fox:alt-text="Image" width="100%" content-height="100%" content-width="scale-to-fit" scaling="uniform"/>
1051
+ </fo:block>
1052
+ </xsl:template>
1053
+
1054
+
1055
+ <!-- Examples:
1056
+ [b-ASM] b-ASM, http://www.eecs.umich.edu/gasm/ (accessed 20 March 2018).
1057
+ [b-Börger & Stärk] b-Börger & Stärk, Börger, E., and Stärk, R. S. (2003), Abstract State Machines: A Method for High-Level System Design and Analysis, Springer-Verlag.
1058
+ -->
1059
+ <xsl:template match="un:annex//un:bibitem">
1060
+ <fo:block id="{@id}" margin-top="6pt" margin-left="12mm" text-indent="-12mm">
1061
+ <xsl:if test="un:formattedref">
1062
+ <xsl:choose>
1063
+ <xsl:when test="un:docidentifier[@type = 'metanorma']">
1064
+ <xsl:attribute name="margin-left">0</xsl:attribute>
1065
+ <xsl:attribute name="text-indent">0</xsl:attribute>
1066
+ <xsl:attribute name="margin-bottom">12pt</xsl:attribute>
1067
+ <!-- create list -->
1068
+ <fo:list-block>
1069
+ <fo:list-item>
1070
+ <fo:list-item-label end-indent="label-end()">
1071
+ <fo:block>
1072
+ <xsl:apply-templates select="un:docidentifier[@type = 'metanorma']" mode="process"/>
1073
+ </fo:block>
1074
+ </fo:list-item-label>
1075
+ <fo:list-item-body start-indent="body-start()">
1076
+ <fo:block margin-left="3mm">
1077
+ <xsl:apply-templates select="un:formattedref"/>
1078
+ </fo:block>
1079
+ </fo:list-item-body>
1080
+ </fo:list-item>
1081
+ </fo:list-block>
1082
+ </xsl:when>
1083
+ <xsl:otherwise>
1084
+ <xsl:apply-templates select="un:formattedref"/>
1085
+ <xsl:apply-templates select="un:docidentifier[@type != 'metanorma' or not(@type)]" mode="process"/>
1086
+ </xsl:otherwise>
1087
+ </xsl:choose>
1088
+ </xsl:if>
1089
+ <xsl:if test="un:title">
1090
+ <xsl:for-each select="un:contributor">
1091
+ <xsl:value-of select="un:organization/un:name"/>
1092
+ <xsl:if test="position() != last()">, </xsl:if>
1093
+ </xsl:for-each>
1094
+ <xsl:text> (</xsl:text>
1095
+ <xsl:variable name="date">
1096
+ <xsl:choose>
1097
+ <xsl:when test="un:date[@type='issued']">
1098
+ <xsl:value-of select="un:date[@type='issued']/un:on"/>
1099
+ </xsl:when>
1100
+ <xsl:otherwise>
1101
+ <xsl:value-of select="un:date/un:on"/>
1102
+ </xsl:otherwise>
1103
+ </xsl:choose>
1104
+ </xsl:variable>
1105
+ <xsl:value-of select="$date"/>
1106
+ <xsl:text>) </xsl:text>
1107
+ <fo:inline font-style="italic"><xsl:value-of select="un:title"/></fo:inline>
1108
+ <xsl:if test="un:contributor[un:role/@type='publisher']/un:organization/un:name">
1109
+ <xsl:text> (</xsl:text><xsl:value-of select="un:contributor[un:role/@type='publisher']/un:organization/un:name"/><xsl:text>)</xsl:text>
1110
+ </xsl:if>
1111
+ <xsl:text>, </xsl:text>
1112
+ <xsl:value-of select="$date"/>
1113
+ <xsl:text>. </xsl:text>
1114
+ <xsl:value-of select="un:docidentifier"/>
1115
+ <xsl:value-of select="$linebreak"/>
1116
+ <xsl:value-of select="un:uri"/>
1117
+ </xsl:if>
1118
+ </fo:block>
1119
+ </xsl:template>
1120
+
1121
+ <xsl:template match="un:annex//un:bibitem//un:formattedref">
1122
+ <xsl:apply-templates/>
1123
+ </xsl:template>
1124
+
1125
+ <xsl:template match="un:docidentifier[@type = 'metanorma']" mode="process">
1126
+ <xsl:apply-templates/>
1127
+ </xsl:template>
1128
+ <xsl:template match="un:docidentifier[@type != 'metanorma' or not(@type)]" mode="process">
1129
+ <xsl:text> [</xsl:text><xsl:apply-templates/><xsl:text>]</xsl:text>
1130
+ </xsl:template>
1131
+ <xsl:template match="un:docidentifier"/>
1132
+
1133
+ <xsl:template match="un:note/un:p | un:annex//un:note/un:p" name="note">
1134
+ <fo:block font-size="10pt" space-after="12pt" text-indent="0">
1135
+ <fo:inline padding-right="4mm"><xsl:text>NOTE </xsl:text>
1136
+ <xsl:if test="../following-sibling::un:note or ../preceding-sibling::un:note">
1137
+ <xsl:number count="un:note"/><xsl:text> </xsl:text>
1138
+ </xsl:if>
1139
+ </fo:inline>
1140
+ <xsl:apply-templates/>
1141
+ </fo:block>
1142
+ </xsl:template>
1143
+
1144
+ <xsl:template match="un:termnote">
1145
+ <fo:block margin-top="4pt">
1146
+ <xsl:text>NOTE </xsl:text>
1147
+ <xsl:if test="following-sibling::un:termnote or preceding-sibling::un:termnote">
1148
+ <xsl:number/><xsl:text> </xsl:text>
1149
+ </xsl:if>
1150
+ <xsl:text>– </xsl:text>
1151
+ <xsl:apply-templates/>
1152
+ </fo:block>
1153
+ </xsl:template>
1154
+
1155
+ <xsl:template match="un:termnote/un:p">
1156
+ <xsl:apply-templates/>
1157
+ </xsl:template>
1158
+
1159
+
1160
+ <xsl:template match="un:formula" name="formula">
1161
+ <fo:block id="{@id}" margin-top="6pt">
1162
+ <fo:table table-layout="fixed" width="100%">
1163
+ <fo:table-column column-width="95%"/>
1164
+ <fo:table-column column-width="5%"/>
1165
+ <fo:table-body>
1166
+ <fo:table-row>
1167
+ <fo:table-cell>
1168
+ <fo:block text-align="center">
1169
+ <xsl:if test="ancestor::un:annex">
1170
+ <xsl:attribute name="text-align">left</xsl:attribute>
1171
+ <xsl:attribute name="margin-left">7mm</xsl:attribute>
1172
+ </xsl:if>
1173
+ <xsl:apply-templates/>
1174
+ </fo:block>
1175
+ </fo:table-cell>
1176
+ <fo:table-cell> <!-- display-align="center" -->
1177
+ <fo:block text-align="right">
1178
+ <xsl:if test="not(ancestor::un:annex)">
1179
+ <xsl:text>(</xsl:text><xsl:number level="any"/><xsl:text>)</xsl:text>
1180
+ </xsl:if>
1181
+ <xsl:if test="ancestor::un:annex">
1182
+ <xsl:variable name="annex-id" select="ancestor::un:annex/@id"/>
1183
+ <xsl:text>(</xsl:text>
1184
+ <xsl:number format="A-" count="un:annex"/>
1185
+ <xsl:number format="1" level="any" count="un:formula[ancestor::un:annex[@id = $annex-id]]"/>
1186
+ <xsl:text>)</xsl:text>
1187
+ </xsl:if>
1188
+ </fo:block>
1189
+ </fo:table-cell>
1190
+ </fo:table-row>
1191
+ </fo:table-body>
1192
+ </fo:table>
1193
+ <fo:inline keep-together.within-line="always">
1194
+ </fo:inline>
1195
+ </fo:block>
1196
+ </xsl:template>
1197
+
1198
+ <xsl:template match="un:formula" mode="process">
1199
+ <xsl:call-template name="formula"/>
1200
+ </xsl:template>
1201
+
1202
+ <xsl:template match="un:example">
1203
+ <fo:block id="{@id}" font-size="10pt" font-weight="bold" margin-bottom="12pt">EXAMPLE</fo:block>
1204
+ <fo:block font-size="11pt" margin-top="12pt" margin-bottom="12pt" margin-left="15mm">
1205
+ <xsl:apply-templates/>
1206
+ </fo:block>
1207
+ </xsl:template>
1208
+ <xsl:template match="un:example/un:p">
1209
+ <xsl:variable name="num"><xsl:number/></xsl:variable>
1210
+ <fo:block margin-bottom="12pt">
1211
+ <xsl:if test="$num = 1">
1212
+ <xsl:attribute name="margin-left">5mm</xsl:attribute>
1213
+ </xsl:if>
1214
+ <xsl:apply-templates/>
1215
+ </fo:block>
1216
+ </xsl:template>
1217
+
1218
+ <xsl:template match="un:eref">
1219
+ <!-- <fo:inline color="blue"> -->
1220
+ <fo:basic-link internal-destination="{@bibitemid}" color="blue" fox:alt-text="{@citeas}">
1221
+ <xsl:if test="@type = 'footnote'">
1222
+ <xsl:attribute name="keep-together.within-line">always</xsl:attribute>
1223
+ <xsl:attribute name="font-size">80%</xsl:attribute>
1224
+ <xsl:attribute name="keep-with-previous.within-line">always</xsl:attribute>
1225
+ <xsl:attribute name="vertical-align">super</xsl:attribute>
1226
+ </xsl:if>
1227
+ <xsl:if test="@type = 'inline'">
1228
+ <xsl:attribute name="text-decoration">underline</xsl:attribute>
1229
+ </xsl:if>
1230
+ <xsl:text>[</xsl:text><xsl:value-of select="@citeas" disable-output-escaping="yes"/><xsl:text>]</xsl:text>
1231
+
1232
+ <xsl:apply-templates select="un:localityStack"/>
1233
+
1234
+ </fo:basic-link>
1235
+ <!-- </fo:inline> -->
1236
+ </xsl:template>
1237
+
1238
+ <xsl:template match="un:locality">
1239
+ <xsl:choose>
1240
+ <xsl:when test="@type = 'section'">Section </xsl:when>
1241
+ <xsl:when test="@type = 'clause'">Clause </xsl:when>
1242
+ <xsl:otherwise/>
1243
+ </xsl:choose>
1244
+ <xsl:text> </xsl:text><xsl:value-of select="un:referenceFrom"/>
1245
+ </xsl:template>
1246
+
1247
+
1248
+ <xsl:template match="un:terms[un:term[un:preferred and un:definition]]">
1249
+ <fo:block id="{@id}">
1250
+ <fo:table width="100%" table-layout="fixed">
1251
+ <fo:table-column column-width="22%"/>
1252
+ <fo:table-column column-width="78%"/>
1253
+ <fo:table-body>
1254
+ <xsl:apply-templates mode="table"/>
1255
+ </fo:table-body>
1256
+ </fo:table>
1257
+ </fo:block>
1258
+ </xsl:template>
1259
+ <xsl:template match="un:term" mode="table">
1260
+ <fo:table-row>
1261
+ <fo:table-cell padding-right="1mm">
1262
+ <fo:block margin-bottom="12pt">
1263
+ <xsl:apply-templates select="un:preferred"/>
1264
+ </fo:block>
1265
+ </fo:table-cell>
1266
+ <fo:table-cell>
1267
+ <fo:block margin-bottom="12pt">
1268
+ <xsl:apply-templates select="un:*[local-name(.) != 'preferred']"/>
1269
+ </fo:block>
1270
+ </fo:table-cell>
1271
+ </fo:table-row>
1272
+ </xsl:template>
1273
+ <xsl:template match="un:preferred">
1274
+ <fo:inline id="{../@id}">
1275
+ <xsl:apply-templates/>
1276
+ </fo:inline>
1277
+ </xsl:template>
1278
+ <xsl:template match="un:definition/un:p">
1279
+ <fo:block>
1280
+ <xsl:apply-templates/>
1281
+ </fo:block>
1282
+ </xsl:template>
1283
+
1284
+ <xsl:template match="un:errata">
1285
+ <!-- <row>
1286
+ <date>05-07-2013</date>
1287
+ <type>Editorial</type>
1288
+ <change>Changed CA-9 Priority Code from P1 to P2 in <xref target="tabled2"/>.</change>
1289
+ <pages>D-3</pages>
1290
+ </row>
1291
+ -->
1292
+ <fo:table table-layout="fixed" width="100%" font-size="10pt" border="1pt solid black">
1293
+ <fo:table-column column-width="20mm"/>
1294
+ <fo:table-column column-width="23mm"/>
1295
+ <fo:table-column column-width="107mm"/>
1296
+ <fo:table-column column-width="15mm"/>
1297
+ <fo:table-body>
1298
+ <fo:table-row font-family="Arial" text-align="center" font-weight="bold" background-color="black" color="white">
1299
+ <fo:table-cell border="1pt solid black"><fo:block>Date</fo:block></fo:table-cell>
1300
+ <fo:table-cell border="1pt solid black"><fo:block>Type</fo:block></fo:table-cell>
1301
+ <fo:table-cell border="1pt solid black"><fo:block>Change</fo:block></fo:table-cell>
1302
+ <fo:table-cell border="1pt solid black"><fo:block>Pages</fo:block></fo:table-cell>
1303
+ </fo:table-row>
1304
+ <xsl:apply-templates/>
1305
+ </fo:table-body>
1306
+ </fo:table>
1307
+ </xsl:template>
1308
+
1309
+ <xsl:template match="un:errata/un:row">
1310
+ <fo:table-row>
1311
+ <xsl:apply-templates/>
1312
+ </fo:table-row>
1313
+ </xsl:template>
1314
+
1315
+ <xsl:template match="un:errata/un:row/*">
1316
+ <fo:table-cell border="1pt solid black" padding-left="1mm" padding-top="0.5mm">
1317
+ <fo:block><xsl:apply-templates/></fo:block>
1318
+ </fo:table-cell>
1319
+ </xsl:template>
1320
+
1321
+ <xsl:template match="un:quote">
1322
+ <fo:block-container margin-left="7mm" margin-right="7mm">
1323
+ <xsl:apply-templates/>
1324
+ <xsl:apply-templates select="un:author" mode="process"/>
1325
+ </fo:block-container>
1326
+ </xsl:template>
1327
+
1328
+ <xsl:template match="un:quote/un:author"/>
1329
+ <xsl:template match="un:quote/un:p">
1330
+ <fo:block text-align="justify" margin-bottom="12pt">
1331
+ <xsl:apply-templates/>
1332
+ </fo:block>
1333
+ </xsl:template>
1334
+ <xsl:template match="un:quote/un:author" mode="process">
1335
+ <fo:block text-align="right" margin-left="0.5in" margin-right="0.5in">
1336
+ <fo:inline>— </fo:inline>
1337
+ <xsl:apply-templates/>
1338
+ </fo:block>
1339
+ </xsl:template>
1340
+
1341
+ <xsl:template match="un:sourcecode">
1342
+ <fo:block font-family="Courier" font-size="10pt" margin-top="6pt" margin-bottom="6pt">
1343
+ <xsl:attribute name="white-space">pre</xsl:attribute>
1344
+ <xsl:attribute name="wrap-option">wrap</xsl:attribute>
1345
+ <xsl:apply-templates/>
1346
+ </fo:block>
1347
+ </xsl:template>
1348
+
1349
+ <xsl:template match="un:references">
1350
+ <fo:block>
1351
+ <xsl:if test="not(un:title)">
1352
+ <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
1353
+ </xsl:if>
1354
+ <xsl:apply-templates/>
1355
+ </fo:block>
1356
+ </xsl:template>
1357
+
1358
+ <xsl:template match="un:dl" priority="2">
1359
+ <fo:block line-height="122%" margin-bottom="6pt">
1360
+ <xsl:apply-templates/>
1361
+ </fo:block>
1362
+ </xsl:template>
1363
+
1364
+ <xsl:template match="un:dt" priority="2">
1365
+ <fo:block margin-bottom="6pt">
1366
+ <xsl:apply-templates/>
1367
+ <xsl:apply-templates select="following-sibling::un:dd[1]" mode="dd"/>
1368
+ </fo:block>
1369
+ </xsl:template>
1370
+
1371
+ <xsl:template match="un:dd"/>
1372
+ <xsl:template match="un:dd" mode="dd">
1373
+ <fo:inline><xsl:apply-templates/></fo:inline>
1374
+ </xsl:template>
1375
+
1376
+ <xsl:template match="un:dd//un:p">
1377
+ <fo:inline><xsl:apply-templates/></fo:inline>
1378
+ </xsl:template>
1379
+ <!-- ============================ -->
1380
+ <!-- ============================ -->
1381
+
1382
+ <xsl:template name="insertHeaderFooter">
1383
+ <fo:static-content flow-name="header-odd">
1384
+ <fo:block-container height="25mm" display-align="after" border-bottom="0.5pt solid black" margin-left="-20.5mm" margin-right="-20.5mm">
1385
+ <fo:block font-size="9pt" font-weight="bold" text-align="right" margin-left="21mm" margin-right="21mm" padding-bottom="0.5mm">
1386
+ <xsl:value-of select="$id"/>
1387
+ </fo:block>
1388
+ </fo:block-container>
1389
+ </fo:static-content>
1390
+ <fo:static-content flow-name="footer-odd">
1391
+ <fo:block-container height="40mm" margin-left="-20.5mm" margin-right="-20.5mm">
1392
+ <fo:block font-size="9pt" font-weight="bold" text-align="right" margin-left="21mm" margin-right="21mm" padding-top="12mm"><fo:page-number/></fo:block>
1393
+ </fo:block-container>
1394
+ </fo:static-content>
1395
+ <fo:static-content flow-name="header-even">
1396
+ <fo:block-container height="25mm" display-align="after" border-bottom="0.5pt solid black" margin-left="-20.5mm" margin-right="-20.5mm">
1397
+ <fo:block font-size="9pt" font-weight="bold" margin-left="21mm" margin-right="21mm" padding-bottom="0.5mm">
1398
+ <xsl:value-of select="$id"/>
1399
+ </fo:block>
1400
+ </fo:block-container>
1401
+ </fo:static-content>
1402
+ <fo:static-content flow-name="footer-even">
1403
+ <fo:block-container height="40mm" margin-left="-20.5mm" margin-right="-20.5mm">
1404
+ <fo:block font-size="9pt" font-weight="bold" margin-left="21mm" margin-right="21mm" padding-top="12mm"><fo:page-number/></fo:block>
1405
+ </fo:block-container>
1406
+ </fo:static-content>
1407
+ </xsl:template>
1408
+
1409
+
1410
+ <xsl:template name="getLevel">
1411
+ <xsl:variable name="level_total" select="count(ancestor::*)"/>
1412
+ <xsl:variable name="level">
1413
+ <xsl:choose>
1414
+ <xsl:when test="ancestor::un:preface">
1415
+ <xsl:value-of select="$level_total - 2"/>
1416
+ </xsl:when>
1417
+ <xsl:when test="ancestor::un:sections">
1418
+ <xsl:value-of select="$level_total - 2"/>
1419
+ </xsl:when>
1420
+ <xsl:when test="ancestor::un:bibliography">
1421
+ <xsl:value-of select="$level_total - 2"/>
1422
+ </xsl:when>
1423
+ <xsl:when test="local-name(ancestor::*[1]) = 'annex'">1</xsl:when>
1424
+ <xsl:otherwise>
1425
+ <xsl:value-of select="$level_total - 1"/>
1426
+ </xsl:otherwise>
1427
+ </xsl:choose>
1428
+ </xsl:variable>
1429
+ <xsl:value-of select="$level"/>
1430
+ </xsl:template>
1431
+
1432
+ <xsl:template name="getSection">
1433
+ <xsl:variable name="level">
1434
+ <xsl:call-template name="getLevel"/>
1435
+ </xsl:variable>
1436
+
1437
+ <xsl:variable name="section">
1438
+ <xsl:choose>
1439
+
1440
+ <xsl:when test="ancestor::un:sections">
1441
+ <!-- 1, 2, 3, 4, ... from main section (not annex ...) -->
1442
+ <xsl:choose>
1443
+ <xsl:when test="$level = 1">
1444
+ <xsl:number format="I." count="//un:sections/un:clause"/>
1445
+ </xsl:when>
1446
+ <xsl:when test="$level = 2">
1447
+ <xsl:number format="A." count="//un:sections/un:clause/un:clause[un:title]"/>
1448
+ </xsl:when>
1449
+ <xsl:when test="$level &gt;= 3">
1450
+ <xsl:number format="1." count="//un:sections/un:clause/un:clause/un:clause[un:title]"/>
1451
+ </xsl:when>
1452
+ <xsl:otherwise>
1453
+ </xsl:otherwise>
1454
+ </xsl:choose>
1455
+ </xsl:when>
1456
+ <xsl:when test="ancestor::un:annex">
1457
+ <xsl:choose>
1458
+ <xsl:when test="$level = 1">
1459
+ <xsl:choose>
1460
+ <xsl:when test="local-name() = 'title'">
1461
+ <xsl:text>ANNEX </xsl:text>
1462
+ <xsl:number format="A" level="any" count="un:annex"/>
1463
+ </xsl:when>
1464
+ <xsl:otherwise>Annex</xsl:otherwise>
1465
+ </xsl:choose>
1466
+ </xsl:when>
1467
+ <xsl:otherwise>
1468
+ <xsl:variable name="annex_id" select="ancestor::un:annex/@id"/>
1469
+ <xsl:number format="1." count="//un:annex[@id = $annex_id]/un:clause[un:title]"/>
1470
+ </xsl:otherwise>
1471
+ </xsl:choose>
1472
+ </xsl:when>
1473
+ <xsl:otherwise>
1474
+ </xsl:otherwise>
1475
+ </xsl:choose>
1476
+ </xsl:variable>
1477
+ <xsl:value-of select="$section"/>
1478
+ </xsl:template>
1479
+
1480
+ <xsl:template name="number-to-words">
1481
+ <xsl:param name="number"/>
1482
+ <xsl:param name="first"/>
1483
+ <xsl:if test="$number != ''">
1484
+ <xsl:variable name="words">
1485
+ <words>
1486
+ <word cardinal="1">one-</word>
1487
+ <word ordinal="1">first </word>
1488
+ <word cardinal="2">two-</word>
1489
+ <word ordinal="2">second </word>
1490
+ <word cardinal="3">three-</word>
1491
+ <word ordinal="3">third </word>
1492
+ <word cardinal="4">four-</word>
1493
+ <word ordinal="4">fourth </word>
1494
+ <word cardinal="5">five-</word>
1495
+ <word ordinal="5">fifth </word>
1496
+ <word cardinal="6">six-</word>
1497
+ <word ordinal="6">sixth </word>
1498
+ <word cardinal="7">seven-</word>
1499
+ <word ordinal="7">seventh </word>
1500
+ <word cardinal="8">eight-</word>
1501
+ <word ordinal="8">eighth </word>
1502
+ <word cardinal="9">nine-</word>
1503
+ <word ordinal="9">ninth </word>
1504
+ <word ordinal="10">tenth </word>
1505
+ <word ordinal="11">eleventh </word>
1506
+ <word ordinal="12">twelfth </word>
1507
+ <word ordinal="13">thirteenth </word>
1508
+ <word ordinal="14">fourteenth </word>
1509
+ <word ordinal="15">fifteenth </word>
1510
+ <word ordinal="16">sixteenth </word>
1511
+ <word ordinal="17">seventeenth </word>
1512
+ <word ordinal="18">eighteenth </word>
1513
+ <word ordinal="19">nineteenth </word>
1514
+ <word cardinal="20">twenty-</word>
1515
+ <word ordinal="20">twentieth </word>
1516
+ <word cardinal="30">thirty-</word>
1517
+ <word ordinal="30">thirtieth </word>
1518
+ <word cardinal="40">forty-</word>
1519
+ <word ordinal="40">fortieth </word>
1520
+ <word cardinal="50">fifty-</word>
1521
+ <word ordinal="50">fiftieth </word>
1522
+ <word cardinal="60">sixty-</word>
1523
+ <word ordinal="60">sixtieth </word>
1524
+ <word cardinal="70">seventy-</word>
1525
+ <word ordinal="70">seventieth </word>
1526
+ <word cardinal="80">eighty-</word>
1527
+ <word ordinal="80">eightieth </word>
1528
+ <word cardinal="90">ninety-</word>
1529
+ <word ordinal="90">ninetieth </word>
1530
+ <word cardinal="100">hundred-</word>
1531
+ <word ordinal="100">hundredth </word>
1532
+ </words>
1533
+ </xsl:variable>
1534
+
1535
+ <xsl:variable name="ordinal" select="xalan:nodeset($words)//word[@ordinal = $number]/text()"/>
1536
+
1537
+ <xsl:variable name="value">
1538
+ <xsl:choose>
1539
+ <xsl:when test="$ordinal != ''">
1540
+ <xsl:value-of select="$ordinal"/>
1541
+ </xsl:when>
1542
+ <xsl:otherwise>
1543
+ <xsl:choose>
1544
+ <xsl:when test="$number &lt; 100">
1545
+ <xsl:variable name="decade" select="concat(substring($number,1,1), '0')"/>
1546
+ <xsl:variable name="digit" select="substring($number,2)"/>
1547
+ <xsl:value-of select="xalan:nodeset($words)//word[@cardinal = $decade]/text()"/>
1548
+ <xsl:value-of select="xalan:nodeset($words)//word[@ordinal = $digit]/text()"/>
1549
+ </xsl:when>
1550
+ <xsl:otherwise>
1551
+ <!-- more 100 -->
1552
+ <xsl:variable name="hundred" select="substring($number,1,1)"/>
1553
+ <xsl:variable name="digits" select="number(substring($number,2))"/>
1554
+ <xsl:value-of select="xalan:nodeset($words)//word[@cardinal = $hundred]/text()"/>
1555
+ <xsl:value-of select="xalan:nodeset($words)//word[@cardinal = '100']/text()"/>
1556
+ <xsl:call-template name="number-to-words">
1557
+ <xsl:with-param name="number" select="$digits"/>
1558
+ </xsl:call-template>
1559
+ </xsl:otherwise>
1560
+ </xsl:choose>
1561
+ </xsl:otherwise>
1562
+ </xsl:choose>
1563
+ </xsl:variable>
1564
+ <xsl:choose>
1565
+ <xsl:when test="$first = 'true'">
1566
+ <xsl:value-of select="translate(substring($value, 1, 1), $lower, $upper)"/><xsl:value-of select="substring($value, 2)"/>
1567
+ </xsl:when>
1568
+ <xsl:otherwise>
1569
+ <xsl:value-of select="$value"/>
1570
+ </xsl:otherwise>
1571
+ </xsl:choose>
1572
+ </xsl:if>
1573
+ </xsl:template>
1574
+
1575
+ <!-- convert YYYY-MM-DD to (Month YYYY) -->
1576
+ <xsl:template name="formatDate">
1577
+ <xsl:param name="date"/>
1578
+ <xsl:variable name="year" select="substring($date, 1, 4)"/>
1579
+ <xsl:variable name="month" select="substring($date, 6, 2)"/>
1580
+ <xsl:variable name="day" select="number(substring($date, 9))"/>
1581
+ <xsl:variable name="monthStr">
1582
+ <xsl:choose>
1583
+ <xsl:when test="$month = '01'">January</xsl:when>
1584
+ <xsl:when test="$month = '02'">February</xsl:when>
1585
+ <xsl:when test="$month = '03'">March</xsl:when>
1586
+ <xsl:when test="$month = '04'">April</xsl:when>
1587
+ <xsl:when test="$month = '05'">May</xsl:when>
1588
+ <xsl:when test="$month = '06'">June</xsl:when>
1589
+ <xsl:when test="$month = '07'">July</xsl:when>
1590
+ <xsl:when test="$month = '08'">August</xsl:when>
1591
+ <xsl:when test="$month = '09'">September</xsl:when>
1592
+ <xsl:when test="$month = '10'">October</xsl:when>
1593
+ <xsl:when test="$month = '11'">November</xsl:when>
1594
+ <xsl:when test="$month = '12'">December</xsl:when>
1595
+ </xsl:choose>
1596
+ </xsl:variable>
1597
+ <xsl:variable name="result" select="normalize-space(concat($day, ' ', $monthStr, ' ', $year))"/>
1598
+ <xsl:value-of select="$result"/>
1599
+ </xsl:template>
1600
+
1601
+ <xsl:template name="getLanguage">
1602
+ <xsl:param name="lang"/>
1603
+ <xsl:variable name="language" select="translate($lang, $upper, $lower)"/>
1604
+ <xsl:choose>
1605
+ <xsl:when test="$language = 'en'">English</xsl:when>
1606
+ <xsl:when test="$language = 'de'">Deutsch</xsl:when>
1607
+ <xsl:when test="$language = 'cn'">Chinese</xsl:when>
1608
+ <xsl:otherwise><xsl:value-of select="$language"/></xsl:otherwise>
1609
+ </xsl:choose>
1610
+ </xsl:template>
1611
+
1612
+ <xsl:variable name="Image-Logo">
1613
+ <xsl:text>
1614
+ iVBORw0KGgoAAAANSUhEUgAAAOEAAAC0CAYAAABi8Es+AAAACXBIWXMAAC4jAAAuIwF4pT92
1615
+ AAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUI
1616
+ IFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuj
1617
+ a9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMB
1618
+ APh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCd
1619
+ mCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgw
1620
+ ABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88Suu
1621
+ EOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHg
1622
+ g/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgug
1623
+ dfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7i
1624
+ JIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKS
1625
+ KcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8/
1626
+ /UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBC
1627
+ CmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHa
1628
+ iAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyG
1629
+ vEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPE
1630
+ bDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKgg
1631
+ HCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmx
1632
+ pFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+Io
1633
+ UspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgX
1634
+ aPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1Qw
1635
+ NzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnU
1636
+ lqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1
1637
+ gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIp
1638
+ G6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acK
1639
+ pxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsM
1640
+ zhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZL
1641
+ TepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnu
1642
+ trxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFn
1643
+ Yhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPj
1644
+ thPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/u
1645
+ Nu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh
1646
+ 7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7
1647
+ +Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGL
1648
+ w34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8Yu
1649
+ ZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhO
1650
+ OJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCep
1651
+ kLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQ
1652
+ rAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0d
1653
+ WOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWF
1654
+ fevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebe
1655
+ LZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ2
1656
+ 7tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHt
1657
+ xwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTra
1658
+ dox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLT
1659
+ k2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86
1660
+ X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/Xf
1661
+ Ft1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9D
1662
+ BY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl
1663
+ /erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz
1664
+ /GMzLdsAADsgaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7
1665
+ vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9
1666
+ ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzAxNCA3OS4x
1667
+ NTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5z
1668
+ OnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAg
1669
+ ICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnht
1670
+ cD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9
1671
+ Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpw
1672
+ aG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAg
1673
+ ICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAg
1674
+ ICAgICAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBl
1675
+ L1Jlc291cmNlRXZlbnQjIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRv
1676
+ YmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFk
1677
+ b2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBo
1678
+ b3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8
1679
+ eG1wOkNyZWF0ZURhdGU+MjAyMC0wMy0yNVQyMTowNTo0MSswMzowMDwveG1wOkNyZWF0ZURh
1680
+ dGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDIwLTAzLTI1VDIxOjA3OjQzKzAzOjAw
1681
+ PC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAyMC0wMy0y
1682
+ NVQyMTowNzo0MyswMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1h
1683
+ dD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+
1684
+ MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxl
1685
+ PnNSR0IgSUVDNjE5NjYtMi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPHht
1686
+ cE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjMTQ1NzAyOS1iYTI0LWIwNDYtYmU5NC0wOTY5ZDRk
1687
+ OGRkNTE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFk
1688
+ b2JlOmRvY2lkOnBob3Rvc2hvcDo4NWRmOTdiMi02ZWMzLTExZWEtOGRjNC1kOTAxZWM0NGU2
1689
+ YWM8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50
1690
+ SUQ+eG1wLmRpZDo3NTMzOTU5ZS1hYzZjLTQwNGYtOWZlNi0wZDg0ZGNkOGRkZGQ8L3htcE1N
1691
+ Ok9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAg
1692
+ ICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJl
1693
+ c291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2
1694
+ dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6
1695
+ NzUzMzk1OWUtYWM2Yy00MDRmLTlmZTYtMGQ4NGRjZDhkZGRkPC9zdEV2dDppbnN0YW5jZUlE
1696
+ PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDIwLTAzLTI1VDIxOjA1OjQxKzAz
1697
+ OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2Vu
1698
+ dD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdl
1699
+ bnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJk
1700
+ ZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlv
1701
+ bj5jb252ZXJ0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBh
1702
+ cmFtZXRlcnM+ZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdl
1703
+ L3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAg
1704
+ ICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAg
1705
+ ICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAg
1706
+ ICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YzE0NTcwMjktYmEyNC1iMDQ2LWJl
1707
+ OTQtMDk2OWQ0ZDhkZDUxPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8
1708
+ c3RFdnQ6d2hlbj4yMDIwLTAzLTI1VDIxOjA3OjQzKzAzOjAwPC9zdEV2dDp3aGVuPgogICAg
1709
+ ICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0Mg
1710
+ MjAxNCAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAg
1711
+ IDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRm
1712
+ OmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4K
1713
+ ICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAg
1714
+ ICAgPHRpZmY6WFJlc29sdXRpb24+MzAwMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4K
1715
+ ICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MzAwMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1
1716
+ dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9u
1717
+ VW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAg
1718
+ ICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4yMjU8L2V4aWY6UGl4ZWxYRGltZW5zaW9u
1719
+ PgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MTgwPC9leGlmOlBpeGVsWURpbWVu
1720
+ c2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1l
1721
+ dGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1722
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
1723
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1724
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
1725
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1726
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
1727
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1728
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
1729
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1730
+ ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1731
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1732
+ ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1733
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1734
+ ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1735
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1736
+ IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1737
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
1738
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1739
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
1740
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1741
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
1742
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1743
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
1744
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1745
+ ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1746
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1747
+ ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1748
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1749
+ ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1750
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
1751
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1752
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
1753
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1754
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
1755
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1756
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
1757
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1758
+ ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
1759
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1760
+ ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1761
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1762
+ ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1763
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1764
+ ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1765
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
1766
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1767
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
1768
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1769
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
1770
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1771
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
1772
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1773
+ ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1774
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1775
+ ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1776
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1777
+ ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1778
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1779
+ ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1780
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
1781
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1782
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
1783
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1784
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
1785
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1786
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
1787
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1788
+ ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1789
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1790
+ ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1791
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1792
+ ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1793
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1794
+ CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1795
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
1796
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1797
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
1798
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1799
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
1800
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1801
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
1802
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1803
+ ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1804
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1805
+ ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1806
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1807
+ ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1808
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
1809
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1810
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
1811
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1812
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
1813
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1814
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
1815
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1816
+ ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1817
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1818
+ ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1819
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1820
+ ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1821
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1822
+ ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1823
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
1824
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1825
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
1826
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1827
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
1828
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1829
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
1830
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1831
+ ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1832
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1833
+ ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1834
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1835
+ ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1836
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1837
+ IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1838
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
1839
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1840
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
1841
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1842
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
1843
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1844
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAg
1845
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1846
+ ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1847
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1848
+ ICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1849
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1850
+ ICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1851
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
1852
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1853
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
1854
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1855
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAg
1856
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1857
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAg
1858
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1859
+ ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
1860
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1861
+ ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1862
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1863
+ ICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1864
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1865
+ ICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1866
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
1867
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1868
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAg
1869
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1870
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAg
1871
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1872
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
1873
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1874
+ ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1875
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1876
+ ICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1877
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1878
+ ICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1879
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1880
+ ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1881
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAg
1882
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1883
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAg
1884
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1885
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
1886
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1887
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
1888
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1889
+ ICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1890
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1891
+ ICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1892
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1893
+ ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1894
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1895
+ CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1896
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAg
1897
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1898
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAg
1899
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1900
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
1901
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1902
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAg
1903
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1904
+ ICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1905
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1906
+ ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1907
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1908
+ ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1909
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAog
1910
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1911
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAg
1912
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1913
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
1914
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1915
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAg
1916
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1917
+ ICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1918
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1919
+ ICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1920
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1921
+ ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1922
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1923
+ ICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1924
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAg
1925
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1926
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
1927
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1928
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAg
1929
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1930
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg
1931
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1932
+ ICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1933
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1934
+ ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1935
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1936
+ ICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1937
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1938
+ IAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1939
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
1940
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1941
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
1942
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
1943
+ ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAg
1944
+ ICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz4xznjNAAAAIGNIUk0AAHolAACAgwAA+f8A
1945
+ AIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAFWJSURBVHja7F1nWBVHFz50sCCxghUFFOzG2EuI
1946
+ BTti7OKnRI01xhrFEmOMRmOP3aixE1vsGmOvKMaCqNhQUBBBUBAREYTz/di5uHd2Zsu9l2LC
1947
+ eZ55Ermzs7Ozc3ZmznnPe8wgX/K6FAUAJwAoAQAFAcAaAIoAgA0A2FF13wHAKwBIJP99BQDx
1948
+ APAcADLzhzJviln+EOS62AFAZQBwBQA3UlwAoAwAlAUAWxPcI4MoYhQARAPAbQC4QcqDfAXN
1949
+ V8L/2nhXBYBGAPAZANQHgBoAYJmLfUoBgOsAcJqUQPK3fMlXwn+NlASA1gDgRYpjHu9vGgBc
1950
+ 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
2190
+ g4KC0MHBQXKdHIDc29tbdfjW8+fPsWvXrujp6SnxnZUvXx47duzIvY+Pj08WGsfLywvT09Px
2191
+ 8ePHJudGZW2V1VpTdZKYmCgZxylTpmj+UDFggUquCV9gZ+GlFYkOiXpC/e1vDlKMTiTaBQDg
2192
+ J2r5rM+40IVhDV0IQiYmscXJXA6OBsp5wiVbYBcXFx4CPtfKoUOHuArIgn/16NEDr1+/LgsN
2193
+ s7Ozw0mTJmFcXJzspBo7dizz7Pb7779nrRIHDhzAnj17opmZGXbq1AnLlCmDAIAtWrTA58+f
2194
+ 49atW7PoOs6cOWPQGLRp04bZv59++klSlw6OViPTp0+XjA8vL6NcwDcDqqaUgZZFT/iTxtCm
2195
+ JyBlaOOFDDpKXAPEWc9arRpTShcL+skSWel1WAzGSsRPVehrLl68iFFRUXkmASbLIHHy5Enm
2196
+ auft7Z21DQsMDFRMWabjtdm2bRtz68UCHyxdupQ5Ca9cuYKPHj3C5ORk3L17t6S9tLQ0CdGV
2197
+ 2rJnzx48e/asHqb2+PHjkvNX0aJFMSoqyuhVcNiwYZoVmSbrAv3UDjxhIV7+ZNS7yBmbNPiQ
2198
+ CEksHRlnxjDdj66MhvYzHItAls4Mzs1/Z9T/h1FvkYqBuEIbMRCFTLQeHh5oZ2eX69TrupVE
2199
+ F9jLorNo06aN5Bz08uVLHDBggKoPSoECBbBVq1Y4c+ZMPHnyJCYnJ2O1atX06vj5+Rl0nnzy
2200
+ 5Am2aNEC3dzccM2aNbh06VIcM2YMNm3aVBEEUKdOHYyOjsaSJUuilZUVvnz5Eh88eCBxeZiZ
2201
+ meHu3bs1923atGkSv2ZYWJimNjIyMrBixYpKNgtQafm8xajHo0IcxbF1pCjpzGPOQZPl0BzN
2202
+ ufkPDH8Ki2Njn4qBGEtvRcRGgJ07d2aFJ7HOXzlRdDjSgIAAZqiUeAXkxf9ppZ7QIYVsbGyw
2203
+ T58+WQze6enpqrlWkpOTcdmyZVmrtoODA44ZMwYDAgIwJiYmq865c+dw3bp16OvrK4nqOHr0
2204
+ qN4qM3v2bGbkB48oS+nMS591+/fvr7kdRhR9LMgzweskirO60bqwglHvD0Z7NQiahvVOvxRX
2205
+ XMOptIDT0VWMuoMUjDJqrVO6OK4MuUDfU6dOYf369XHTpk05TnBrYWGBsbGxuGrVKmZqak9P
2206
+ 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
2351
+ acuuVzKKnOsAAAAASUVORK5CYII=
2352
+ </xsl:text>
2353
+ </xsl:variable>
2354
+
2355
+ <xsl:variable name="Image-Recycle">
2356
+ <xsl:text>
2357
+ iVBORw0KGgoAAAANSUhEUgAAAJkAAAAmCAYAAADXwDkaAAAAGXRFWHRTb2Z0d2FyZQBBZG9i
2358
+ ZSBJbWFnZVJlYWR5ccllPAAAA+lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tl
2359
+ dCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1l
2360
+ dGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUu
2361
+ Ni1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpS
2362
+ REYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgt
2363
+ bnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8v
2364
+ bnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2Vs
2365
+ ZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAv
2366
+ bW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jl
2367
+ c291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJNaWNyb3NvZnTCriBXb3JkIDIwMTYiIHht
2368
+ cE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzM0NUVBQ0U2RUMzMTFFQUIzQjg4RDg3OEE1NEI2
2369
+ QzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzM0NUVBQ0Y2RUMzMTFFQUIzQjg4RDg3
2370
+ OEE1NEI2QzAiPiA8ZGM6Y3JlYXRvcj4gPHJkZjpTZXE+IDxyZGY6bGk+RGhhbmplZTwvcmRm
2371
+ OmxpPiA8L3JkZjpTZXE+IDwvZGM6Y3JlYXRvcj4gPGRjOnRpdGxlPiA8cmRmOkFsdD4gPHJk
2372
+ ZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij4xODAxNzYzPC9yZGY6bGk+IDwvcmRmOkFsdD4g
2373
+ PC9kYzp0aXRsZT4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5p
2374
+ aWQ6MzM0NUVBQ0M2RUMzMTFFQUIzQjg4RDg3OEE1NEI2QzAiIHN0UmVmOmRvY3VtZW50SUQ9
2375
+ InhtcC5kaWQ6MzM0NUVBQ0Q2RUMzMTFFQUIzQjg4RDg3OEE1NEI2QzAiLz4gPC9yZGY6RGVz
2376
+ Y3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7t
2377
+ DS20AAAS3ElEQVR42uxcCXhU5bn+t3POZJkkBBKSycxkQcF9YXPjuuJGFRSsgFJb0Xq9el16
2378
+ 3epWl7pWa6tQq7UqFG/Veotgr9arVlxRqTxK0UurkpCZCdlYE0gyZ875/77/mUkYkkwW7X2e
2379
+ W5if539y5sy/ft/7f9/7fecMgmTL3lqquGneRxU9XlGygypSSBkdpZSy8d0XipDcDP0oJaRY
2380
+ EfWOa9vz8LktK8ps6a+UCtNcK4R5O65Ho/pQi5lhXMZN6yvC+bfwWaTu91dHAqAvGKa5JCvK
2381
+ bOm3cMNYAID9uN/vuDkXAPoKl4WDDFNsmFYdEeLoXvcLiWFMzEp5by4ABazYKpLZHRJhWH8S
2382
+ hvHgYEPB8l0pLGvFrqHFaRj7I875tKyg92IjBgC9Qbg5e+BmxkSAZQcuDhl0PMt6C4D8Oazf
2383
+ YsPyKWFaL2fFvHf7yYu0ldLkfRB3+h2ARQJoy4dgGY/RPI4b5iJuWE24c2hW0HtvKQJwPgMo
2384
+ jhuk3Uhwrc/AzWYDZJ+CpJ07hLFNZpp3wJo9nRXz3kzFTPPHqL8ftJ1hPASwPJM0aeY5AObn
2385
+ uMofPB1i1eLvPllJ773lQIBg4xBAcGAKLDW7wGm9Civ1o4Hdq7kE4PxZVsx7d0R5IsBTDzA8
2386
+ lQ6gfqzdi6j39Op7Au5tw1VlhiDhCK5TGcl8W7bs5SWgORMs01+FMG/A55xeYDrF0IlYcLf0
2387
+ lAT6vKRJfaaUBwKJN4Wwrkl9PABc7vzebWhW9ntKKRxByHYXF3FURpIZ+279qtR9qXNYlImr
2388
+ CFV5jkseJK79X549Ms2PXaWekInE4/h0mDDpLZSyWUopRIxqse6bGrOnKEVKMcG+TsIGdzP/
2389
+ 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
2467
+ </xsl:text>
2468
+ </xsl:variable>
2469
+
2470
+ <xsl:variable xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="lower">abcdefghijklmnopqrstuvwxyz</xsl:variable><xsl:variable xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="upper">ABCDEFGHIJKLMNOPQRSTUVWXYZ</xsl:variable><xsl:variable xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="en_chars" select="concat($lower,$upper,',.`1234567890-=~!@#$%^*()_+[]{}\|?/')"/><xsl:variable xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="linebreak" select="'&#8232;'"/><xsl:attribute-set xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="link-style">
2471
+
2472
+
2473
+ </xsl:attribute-set><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="text()">
2474
+ <xsl:value-of select="."/>
2475
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='br']">
2476
+ <xsl:value-of select="$linebreak"/>
2477
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='td']//text() | *[local-name()='th']//text() | *[local-name()='dt']//text() | *[local-name()='dd']//text()" priority="1">
2478
+ <xsl:call-template name="add-zero-spaces"/>
2479
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='table']">
2480
+
2481
+ <xsl:variable name="simple-table">
2482
+ <!-- <xsl:copy> -->
2483
+ <xsl:call-template name="getSimpleTable"/>
2484
+ <!-- </xsl:copy> -->
2485
+ </xsl:variable>
2486
+
2487
+ <!-- DEBUG -->
2488
+ <!-- SourceTable=<xsl:copy-of select="current()"/>EndSourceTable -->
2489
+ <!-- Simpletable=<xsl:copy-of select="$simple-table"/>EndSimpltable -->
2490
+
2491
+ <!-- <xsl:variable name="namespace" select="substring-before(name(/*), '-')"/> -->
2492
+
2493
+ <!-- <xsl:if test="$namespace = 'iso'">
2494
+ <fo:block space-before="6pt">&#xA0;</fo:block>
2495
+ </xsl:if> -->
2496
+
2497
+ <xsl:choose>
2498
+ <xsl:when test="@unnumbered = 'true'"/>
2499
+ <xsl:otherwise>
2500
+
2501
+
2502
+
2503
+ <fo:block font-weight="bold" text-align="center" margin-bottom="6pt" keep-with-next="always">
2504
+
2505
+
2506
+
2507
+
2508
+
2509
+ <xsl:attribute name="font-weight">normal</xsl:attribute>
2510
+ <xsl:attribute name="font-style">italic</xsl:attribute>
2511
+ <xsl:attribute name="font-size">10pt</xsl:attribute>
2512
+ <xsl:attribute name="text-align">left</xsl:attribute>
2513
+
2514
+
2515
+
2516
+ <xsl:text>Table </xsl:text>
2517
+ <xsl:choose>
2518
+ <xsl:when test="ancestor::*[local-name()='executivesummary']"> <!-- NIST -->
2519
+ <xsl:text>ES-</xsl:text><xsl:number format="1" count="*[local-name()='executivesummary']//*[local-name()='table'][not(@unnumbered) or @unnumbered != 'true']"/>
2520
+ </xsl:when>
2521
+ <xsl:when test="ancestor::*[local-name()='annex']">
2522
+
2523
+
2524
+
2525
+
2526
+
2527
+
2528
+
2529
+ <xsl:variable name="annex-id" select="ancestor::*[local-name()='annex']/@id"/>
2530
+ <xsl:number format="I." count="*[local-name()='annex']"/>
2531
+ <xsl:number format="1" level="any" count="*[local-name()='table'][not(@unnumbered) or @unnumbered != 'true'][ancestor::*[local-name()='annex'][@id = $annex-id]]"/>
2532
+
2533
+
2534
+ </xsl:when>
2535
+ <xsl:otherwise>
2536
+
2537
+
2538
+ <xsl:number format="A." count="*[local-name()='annex']"/>
2539
+ <xsl:number format="1" level="any" count="//*[local-name()='table'] [not(ancestor::*[local-name()='annex']) and not(ancestor::*[local-name()='executivesummary']) and not(ancestor::*[local-name()='bibdata'])] [not(@unnumbered) or @unnumbered != 'true']"/>
2540
+
2541
+ </xsl:otherwise>
2542
+ </xsl:choose>
2543
+ <xsl:if test="*[local-name()='name']">
2544
+
2545
+ :
2546
+
2547
+ <xsl:apply-templates select="*[local-name()='name']" mode="process"/>
2548
+ </xsl:if>
2549
+ </fo:block>
2550
+
2551
+
2552
+ <xsl:call-template name="fn_name_display"/>
2553
+
2554
+ </xsl:otherwise>
2555
+ </xsl:choose>
2556
+
2557
+ <xsl:variable name="cols-count" select="count(xalan:nodeset($simple-table)//tr[1]/td)"/>
2558
+
2559
+ <!-- <xsl:variable name="cols-count">
2560
+ <xsl:choose>
2561
+ <xsl:when test="*[local-name()='thead']">
2562
+ <xsl:call-template name="calculate-columns-numbers">
2563
+ <xsl:with-param name="table-row" select="*[local-name()='thead']/*[local-name()='tr'][1]"/>
2564
+ </xsl:call-template>
2565
+ </xsl:when>
2566
+ <xsl:otherwise>
2567
+ <xsl:call-template name="calculate-columns-numbers">
2568
+ <xsl:with-param name="table-row" select="*[local-name()='tbody']/*[local-name()='tr'][1]"/>
2569
+ </xsl:call-template>
2570
+ </xsl:otherwise>
2571
+ </xsl:choose>
2572
+ </xsl:variable> -->
2573
+ <!-- cols-count=<xsl:copy-of select="$cols-count"/> -->
2574
+ <!-- cols-count2=<xsl:copy-of select="$cols-count2"/> -->
2575
+
2576
+
2577
+
2578
+ <xsl:variable name="colwidths">
2579
+ <xsl:call-template name="calculate-column-widths">
2580
+ <xsl:with-param name="cols-count" select="$cols-count"/>
2581
+ <xsl:with-param name="table" select="$simple-table"/>
2582
+ </xsl:call-template>
2583
+ </xsl:variable>
2584
+
2585
+ <!-- <xsl:variable name="colwidths2">
2586
+ <xsl:call-template name="calculate-column-widths">
2587
+ <xsl:with-param name="cols-count" select="$cols-count"/>
2588
+ </xsl:call-template>
2589
+ </xsl:variable> -->
2590
+
2591
+ <!-- cols-count=<xsl:copy-of select="$cols-count"/>
2592
+ colwidthsNew=<xsl:copy-of select="$colwidths"/>
2593
+ colwidthsOld=<xsl:copy-of select="$colwidths2"/>z -->
2594
+
2595
+ <xsl:variable name="margin-left">
2596
+ <xsl:choose>
2597
+ <xsl:when test="sum(xalan:nodeset($colwidths)//column) &gt; 75">15</xsl:when>
2598
+ <xsl:otherwise>0</xsl:otherwise>
2599
+ </xsl:choose>
2600
+ </xsl:variable>
2601
+
2602
+ <fo:block-container margin-left="-{$margin-left}mm" margin-right="-{$margin-left}mm">
2603
+
2604
+
2605
+
2606
+
2607
+ <xsl:attribute name="space-after">18pt</xsl:attribute>
2608
+
2609
+
2610
+
2611
+
2612
+ <fo:table id="{@id}" table-layout="fixed" width="100%" margin-left="{$margin-left}mm" margin-right="{$margin-left}mm" table-omit-footer-at-break="true">
2613
+
2614
+
2615
+
2616
+
2617
+
2618
+
2619
+
2620
+
2621
+ <xsl:attribute name="border-top">0.5pt solid black</xsl:attribute>
2622
+ <xsl:attribute name="font-size">8pt</xsl:attribute>
2623
+
2624
+
2625
+
2626
+ <xsl:for-each select="xalan:nodeset($colwidths)//column">
2627
+ <xsl:choose>
2628
+ <xsl:when test=". = 1">
2629
+ <fo:table-column column-width="proportional-column-width(2)"/>
2630
+ </xsl:when>
2631
+ <xsl:otherwise>
2632
+ <fo:table-column column-width="proportional-column-width({.})"/>
2633
+ </xsl:otherwise>
2634
+ </xsl:choose>
2635
+ </xsl:for-each>
2636
+ <xsl:apply-templates/>
2637
+ </fo:table>
2638
+
2639
+
2640
+
2641
+ </fo:block-container>
2642
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='table']/*[local-name()='name']"/><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='table']/*[local-name()='name']" mode="process">
2643
+ <xsl:apply-templates/>
2644
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="calculate-columns-numbers">
2645
+ <xsl:param name="table-row"/>
2646
+ <xsl:variable name="columns-count" select="count($table-row/*)"/>
2647
+ <xsl:variable name="sum-colspans" select="sum($table-row/*/@colspan)"/>
2648
+ <xsl:variable name="columns-with-colspan" select="count($table-row/*[@colspan])"/>
2649
+ <xsl:value-of select="$columns-count + $sum-colspans - $columns-with-colspan"/>
2650
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="calculate-column-widths">
2651
+ <xsl:param name="table"/>
2652
+ <xsl:param name="cols-count"/>
2653
+ <xsl:param name="curr-col" select="1"/>
2654
+ <xsl:param name="width" select="0"/>
2655
+
2656
+ <xsl:if test="$curr-col &lt;= $cols-count">
2657
+ <xsl:variable name="widths">
2658
+ <xsl:choose>
2659
+ <xsl:when test="not($table)">
2660
+ <xsl:for-each select="*[local-name()='thead']//*[local-name()='tr']">
2661
+ <xsl:variable name="words">
2662
+ <xsl:call-template name="tokenize">
2663
+ <xsl:with-param name="text" select="translate(*[local-name()='th'][$curr-col],'- —:', ' ')"/>
2664
+ </xsl:call-template>
2665
+ </xsl:variable>
2666
+ <xsl:variable name="max_length">
2667
+ <xsl:call-template name="max_length">
2668
+ <xsl:with-param name="words" select="xalan:nodeset($words)"/>
2669
+ </xsl:call-template>
2670
+ </xsl:variable>
2671
+ <width>
2672
+ <xsl:value-of select="$max_length"/>
2673
+ </width>
2674
+ </xsl:for-each>
2675
+ <xsl:for-each select="*[local-name()='tbody']//*[local-name()='tr']">
2676
+ <xsl:variable name="words">
2677
+ <xsl:call-template name="tokenize">
2678
+ <xsl:with-param name="text" select="translate(*[local-name()='td'][$curr-col],'- —:', ' ')"/>
2679
+ </xsl:call-template>
2680
+ </xsl:variable>
2681
+ <xsl:variable name="max_length">
2682
+ <xsl:call-template name="max_length">
2683
+ <xsl:with-param name="words" select="xalan:nodeset($words)"/>
2684
+ </xsl:call-template>
2685
+ </xsl:variable>
2686
+ <width>
2687
+ <xsl:value-of select="$max_length"/>
2688
+ </width>
2689
+
2690
+ </xsl:for-each>
2691
+ </xsl:when>
2692
+ <xsl:otherwise>
2693
+ <xsl:for-each select="xalan:nodeset($table)//tr">
2694
+ <xsl:variable name="td_text">
2695
+ <xsl:apply-templates select="td[$curr-col]" mode="td_text"/>
2696
+ </xsl:variable>
2697
+ <xsl:variable name="words">
2698
+ <xsl:call-template name="tokenize">
2699
+ <!-- <xsl:with-param name="text" select="translate(td[$curr-col],'- —:', ' ')"/> -->
2700
+ <xsl:with-param name="text" select="translate(normalize-space($td_text),'- —:', ' ')"/>
2701
+ </xsl:call-template>
2702
+ </xsl:variable>
2703
+ <xsl:variable name="max_length">
2704
+ <xsl:call-template name="max_length">
2705
+ <xsl:with-param name="words" select="xalan:nodeset($words)"/>
2706
+ </xsl:call-template>
2707
+ </xsl:variable>
2708
+ <width>
2709
+ <xsl:variable name="divider">
2710
+ <xsl:choose>
2711
+ <xsl:when test="td[$curr-col]/@divide">
2712
+ <xsl:value-of select="td[$curr-col]/@divide"/>
2713
+ </xsl:when>
2714
+ <xsl:otherwise>1</xsl:otherwise>
2715
+ </xsl:choose>
2716
+ </xsl:variable>
2717
+ <xsl:value-of select="$max_length div $divider"/>
2718
+ </width>
2719
+
2720
+ </xsl:for-each>
2721
+
2722
+ </xsl:otherwise>
2723
+ </xsl:choose>
2724
+ </xsl:variable>
2725
+
2726
+
2727
+ <column>
2728
+ <xsl:for-each select="xalan:nodeset($widths)//width">
2729
+ <xsl:sort select="." data-type="number" order="descending"/>
2730
+ <xsl:if test="position()=1">
2731
+ <xsl:value-of select="."/>
2732
+ </xsl:if>
2733
+ </xsl:for-each>
2734
+ </column>
2735
+ <xsl:call-template name="calculate-column-widths">
2736
+ <xsl:with-param name="cols-count" select="$cols-count"/>
2737
+ <xsl:with-param name="curr-col" select="$curr-col +1"/>
2738
+ <xsl:with-param name="table" select="$table"/>
2739
+ </xsl:call-template>
2740
+ </xsl:if>
2741
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="text()" mode="td_text">
2742
+ <xsl:variable name="zero-space">​</xsl:variable>
2743
+ <xsl:value-of select="translate(., $zero-space, ' ')"/><xsl:text> </xsl:text>
2744
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='table2']"/><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='thead']"/><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='thead']" mode="process">
2745
+ <!-- font-weight="bold" -->
2746
+ <fo:table-header>
2747
+ <xsl:apply-templates/>
2748
+ </fo:table-header>
2749
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='tfoot']"/><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='tfoot']" mode="process">
2750
+ <xsl:apply-templates/>
2751
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="insertTableFooter">
2752
+ <xsl:variable name="isNoteOrFnExist" select="../*[local-name()='note'] or ..//*[local-name()='fn'][local-name(..) != 'name']"/>
2753
+ <xsl:if test="../*[local-name()='tfoot'] or $isNoteOrFnExist = 'true'">
2754
+
2755
+ <fo:table-footer>
2756
+
2757
+ <xsl:apply-templates select="../*[local-name()='tfoot']" mode="process"/>
2758
+
2759
+ <!-- if there are note(s) or fn(s) then create footer row -->
2760
+ <xsl:if test="$isNoteOrFnExist = 'true'">
2761
+
2762
+ <xsl:variable name="cols-count">
2763
+ <xsl:choose>
2764
+ <xsl:when test="../*[local-name()='thead']">
2765
+ <!-- <xsl:value-of select="count(../*[local-name()='thead']/*[local-name()='tr']/*[local-name()='th'])"/> -->
2766
+ <xsl:call-template name="calculate-columns-numbers">
2767
+ <xsl:with-param name="table-row" select="../*[local-name()='thead']/*[local-name()='tr'][1]"/>
2768
+ </xsl:call-template>
2769
+ </xsl:when>
2770
+ <xsl:otherwise>
2771
+ <!-- <xsl:value-of select="count(./*[local-name()='tr'][1]/*[local-name()='td'])"/> -->
2772
+ <xsl:call-template name="calculate-columns-numbers">
2773
+ <xsl:with-param name="table-row" select="./*[local-name()='tr'][1]"/>
2774
+ </xsl:call-template>
2775
+ </xsl:otherwise>
2776
+ </xsl:choose>
2777
+ </xsl:variable>
2778
+
2779
+ <fo:table-row>
2780
+ <fo:table-cell border="solid black 1pt" padding-left="1mm" padding-right="1mm" padding-top="1mm" number-columns-spanned="{$cols-count}">
2781
+
2782
+
2783
+
2784
+ <!-- fn will be processed inside 'note' processing -->
2785
+
2786
+
2787
+ <!-- except gb -->
2788
+
2789
+ <xsl:apply-templates select="../*[local-name()='note']" mode="process"/>
2790
+
2791
+
2792
+ <!-- horizontal row separator -->
2793
+
2794
+
2795
+ <!-- fn processing -->
2796
+ <xsl:call-template name="fn_display"/>
2797
+
2798
+ </fo:table-cell>
2799
+ </fo:table-row>
2800
+
2801
+ </xsl:if>
2802
+ </fo:table-footer>
2803
+
2804
+ </xsl:if>
2805
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='tbody']">
2806
+
2807
+ <xsl:apply-templates select="../*[local-name()='thead']" mode="process"/>
2808
+
2809
+ <xsl:call-template name="insertTableFooter"/>
2810
+
2811
+ <fo:table-body>
2812
+ <xsl:apply-templates/>
2813
+ <!-- <xsl:apply-templates select="../*[local-name()='tfoot']" mode="process"/> -->
2814
+
2815
+ </fo:table-body>
2816
+
2817
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='tr']">
2818
+ <xsl:variable name="parent-name" select="local-name(..)"/>
2819
+ <!-- <xsl:variable name="namespace" select="substring-before(name(/*), '-')"/> -->
2820
+ <fo:table-row min-height="4mm">
2821
+ <xsl:if test="$parent-name = 'thead'">
2822
+ <xsl:attribute name="font-weight">bold</xsl:attribute>
2823
+
2824
+
2825
+
2826
+
2827
+
2828
+ </xsl:if>
2829
+ <xsl:if test="$parent-name = 'tfoot'">
2830
+
2831
+
2832
+ </xsl:if>
2833
+
2834
+
2835
+ <xsl:if test="not(*[local-name()='th'])">
2836
+ <xsl:attribute name="min-height">8mm</xsl:attribute>
2837
+ </xsl:if>
2838
+
2839
+ <xsl:apply-templates/>
2840
+ </fo:table-row>
2841
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='th']">
2842
+ <fo:table-cell text-align="{@align}" font-weight="bold" border="solid black 1pt" padding-left="1mm" display-align="center">
2843
+
2844
+
2845
+
2846
+
2847
+
2848
+
2849
+
2850
+ <xsl:attribute name="display-align">center</xsl:attribute>
2851
+ <xsl:attribute name="font-style">italic</xsl:attribute>
2852
+ <xsl:attribute name="font-weight">normal</xsl:attribute>
2853
+ <xsl:attribute name="padding-top">2mm</xsl:attribute>
2854
+ <xsl:attribute name="padding-left">2mm</xsl:attribute>
2855
+ <xsl:attribute name="border">solid black 0pt</xsl:attribute>
2856
+ <xsl:attribute name="border-top">solid black 0.2pt</xsl:attribute>
2857
+ <xsl:attribute name="border-bottom">solid black 1.5pt</xsl:attribute>
2858
+
2859
+ <xsl:if test="@colspan">
2860
+ <xsl:attribute name="number-columns-spanned">
2861
+ <xsl:value-of select="@colspan"/>
2862
+ </xsl:attribute>
2863
+ </xsl:if>
2864
+ <xsl:if test="@rowspan">
2865
+ <xsl:attribute name="number-rows-spanned">
2866
+ <xsl:value-of select="@rowspan"/>
2867
+ </xsl:attribute>
2868
+ </xsl:if>
2869
+ <fo:block>
2870
+ <xsl:apply-templates/>
2871
+ </fo:block>
2872
+ </fo:table-cell>
2873
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='td']">
2874
+ <fo:table-cell text-align="{@align}" display-align="center" border="solid black 1pt" padding-left="1mm">
2875
+
2876
+
2877
+
2878
+
2879
+
2880
+
2881
+
2882
+
2883
+ <xsl:attribute name="display-align">before</xsl:attribute>
2884
+ <xsl:attribute name="padding-left">0mm</xsl:attribute>
2885
+ <xsl:attribute name="padding-top">2mm</xsl:attribute>
2886
+ <xsl:attribute name="padding-bottom">1mm</xsl:attribute>
2887
+ <xsl:attribute name="border">solid black 0pt</xsl:attribute>
2888
+ <xsl:attribute name="border-bottom">solid black 1.5pt</xsl:attribute>
2889
+
2890
+
2891
+ <xsl:if test="@colspan">
2892
+ <xsl:attribute name="number-columns-spanned">
2893
+ <xsl:value-of select="@colspan"/>
2894
+ </xsl:attribute>
2895
+ </xsl:if>
2896
+ <xsl:if test="@rowspan">
2897
+ <xsl:attribute name="number-rows-spanned">
2898
+ <xsl:value-of select="@rowspan"/>
2899
+ </xsl:attribute>
2900
+ </xsl:if>
2901
+ <fo:block>
2902
+ <xsl:apply-templates/>
2903
+ </fo:block>
2904
+ <!-- <xsl:choose>
2905
+ <xsl:when test="count(*) = 1 and *[local-name() = 'p']">
2906
+ <xsl:apply-templates />
2907
+ </xsl:when>
2908
+ <xsl:otherwise>
2909
+ <fo:block>
2910
+ <xsl:apply-templates />
2911
+ </fo:block>
2912
+ </xsl:otherwise>
2913
+ </xsl:choose> -->
2914
+
2915
+
2916
+ </fo:table-cell>
2917
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='table']/*[local-name()='note']"/><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='table']/*[local-name()='note']" mode="process">
2918
+
2919
+
2920
+ <fo:block font-size="10pt" margin-bottom="12pt">
2921
+
2922
+
2923
+
2924
+ <fo:inline padding-right="2mm">
2925
+
2926
+ <xsl:text>NOTE </xsl:text>
2927
+
2928
+
2929
+
2930
+ <xsl:number format="1 "/>
2931
+
2932
+ </fo:inline>
2933
+ <xsl:apply-templates mode="process"/>
2934
+ </fo:block>
2935
+
2936
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='table']/*[local-name()='note']/*[local-name()='p']" mode="process">
2937
+ <xsl:apply-templates/>
2938
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="fn_display">
2939
+ <xsl:variable name="references">
2940
+ <xsl:for-each select="..//*[local-name()='fn'][local-name(..) != 'name']">
2941
+ <fn reference="{@reference}" id="{@reference}_{ancestor::*[@id][1]/@id}">
2942
+
2943
+
2944
+ <xsl:apply-templates/>
2945
+ </fn>
2946
+ </xsl:for-each>
2947
+ </xsl:variable>
2948
+ <xsl:for-each select="xalan:nodeset($references)//fn">
2949
+ <xsl:variable name="reference" select="@reference"/>
2950
+ <xsl:if test="not(preceding-sibling::*[@reference = $reference])"> <!-- only unique reference puts in note-->
2951
+ <fo:block margin-bottom="12pt">
2952
+
2953
+
2954
+
2955
+ <fo:inline font-size="80%" padding-right="5mm" id="{@id}">
2956
+
2957
+ <xsl:attribute name="vertical-align">super</xsl:attribute>
2958
+
2959
+
2960
+
2961
+
2962
+
2963
+
2964
+ <xsl:value-of select="@reference"/>
2965
+
2966
+ </fo:inline>
2967
+ <fo:inline>
2968
+
2969
+ <xsl:apply-templates/>
2970
+ </fo:inline>
2971
+ </fo:block>
2972
+ </xsl:if>
2973
+ </xsl:for-each>
2974
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="fn_name_display">
2975
+ <!-- <xsl:variable name="references">
2976
+ <xsl:for-each select="*[local-name()='name']//*[local-name()='fn']">
2977
+ <fn reference="{@reference}" id="{@reference}_{ancestor::*[@id][1]/@id}">
2978
+ <xsl:apply-templates />
2979
+ </fn>
2980
+ </xsl:for-each>
2981
+ </xsl:variable>
2982
+ $references=<xsl:copy-of select="$references"/> -->
2983
+ <xsl:for-each select="*[local-name()='name']//*[local-name()='fn']">
2984
+ <xsl:variable name="reference" select="@reference"/>
2985
+ <fo:block id="{@reference}_{ancestor::*[@id][1]/@id}"><xsl:value-of select="@reference"/></fo:block>
2986
+ <fo:block margin-bottom="12pt">
2987
+ <xsl:apply-templates/>
2988
+ </fo:block>
2989
+ </xsl:for-each>
2990
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="fn_display_figure">
2991
+ <xsl:variable name="key_iso">
2992
+ <!-- and (not(@class) or @class !='pseudocode') -->
2993
+ </xsl:variable>
2994
+ <xsl:variable name="references">
2995
+ <xsl:for-each select=".//*[local-name()='fn']">
2996
+ <fn reference="{@reference}" id="{@reference}_{ancestor::*[@id][1]/@id}">
2997
+ <xsl:apply-templates/>
2998
+ </fn>
2999
+ </xsl:for-each>
3000
+ </xsl:variable>
3001
+ <xsl:if test="xalan:nodeset($references)//fn">
3002
+ <fo:block>
3003
+ <fo:table width="95%" table-layout="fixed">
3004
+ <xsl:if test="normalize-space($key_iso) = 'true'">
3005
+ <xsl:attribute name="font-size">10pt</xsl:attribute>
3006
+
3007
+ </xsl:if>
3008
+ <fo:table-column column-width="15%"/>
3009
+ <fo:table-column column-width="85%"/>
3010
+ <fo:table-body>
3011
+ <xsl:for-each select="xalan:nodeset($references)//fn">
3012
+ <xsl:variable name="reference" select="@reference"/>
3013
+ <xsl:if test="not(preceding-sibling::*[@reference = $reference])"> <!-- only unique reference puts in note-->
3014
+ <fo:table-row>
3015
+ <fo:table-cell>
3016
+ <fo:block>
3017
+ <fo:inline font-size="80%" padding-right="5mm" vertical-align="super" id="{@id}">
3018
+
3019
+ <xsl:value-of select="@reference"/>
3020
+ </fo:inline>
3021
+ </fo:block>
3022
+ </fo:table-cell>
3023
+ <fo:table-cell>
3024
+ <fo:block text-align="justify" margin-bottom="12pt">
3025
+
3026
+ <xsl:if test="normalize-space($key_iso) = 'true'">
3027
+ <xsl:attribute name="margin-bottom">0</xsl:attribute>
3028
+ </xsl:if>
3029
+
3030
+ <xsl:apply-templates/>
3031
+ </fo:block>
3032
+ </fo:table-cell>
3033
+ </fo:table-row>
3034
+ </xsl:if>
3035
+ </xsl:for-each>
3036
+ </fo:table-body>
3037
+ </fo:table>
3038
+ </fo:block>
3039
+ </xsl:if>
3040
+
3041
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='fn']">
3042
+ <!-- <xsl:variable name="namespace" select="substring-before(name(/*), '-')"/> -->
3043
+ <fo:inline font-size="80%" keep-with-previous.within-line="always">
3044
+
3045
+
3046
+
3047
+
3048
+ <fo:basic-link internal-destination="{@reference}_{ancestor::*[@id][1]/@id}" fox:alt-text="{@reference}"> <!-- @reference | ancestor::*[local-name()='clause'][1]/@id-->
3049
+
3050
+ <xsl:value-of select="@reference"/>
3051
+ </fo:basic-link>
3052
+ </fo:inline>
3053
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='fn']/*[local-name()='p']">
3054
+ <fo:inline>
3055
+ <xsl:apply-templates/>
3056
+ </fo:inline>
3057
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='dl']">
3058
+ <xsl:variable name="parent" select="local-name(..)"/>
3059
+
3060
+ <xsl:variable name="key_iso">
3061
+ <!-- and (not(../@class) or ../@class !='pseudocode') -->
3062
+ </xsl:variable>
3063
+
3064
+ <xsl:choose>
3065
+ <xsl:when test="$parent = 'formula' and count(*[local-name()='dt']) = 1"> <!-- only one component -->
3066
+
3067
+
3068
+ <fo:block margin-bottom="12pt" text-align="left">
3069
+
3070
+ <xsl:text>where </xsl:text>
3071
+ <xsl:apply-templates select="*[local-name()='dt']/*"/>
3072
+ <xsl:text/>
3073
+ <xsl:apply-templates select="*[local-name()='dd']/*" mode="inline"/>
3074
+ </fo:block>
3075
+
3076
+ </xsl:when>
3077
+ <xsl:when test="$parent = 'formula'"> <!-- a few components -->
3078
+ <fo:block margin-bottom="12pt" text-align="left">
3079
+
3080
+
3081
+
3082
+
3083
+ <xsl:text>where</xsl:text>
3084
+ </fo:block>
3085
+ </xsl:when>
3086
+ <xsl:when test="$parent = 'figure' and (not(../@class) or ../@class !='pseudocode')">
3087
+ <fo:block font-weight="bold" text-align="left" margin-bottom="12pt">
3088
+
3089
+
3090
+
3091
+ <xsl:text>Key</xsl:text>
3092
+ </fo:block>
3093
+ </xsl:when>
3094
+ </xsl:choose>
3095
+
3096
+ <!-- a few components -->
3097
+ <xsl:if test="not($parent = 'formula' and count(*[local-name()='dt']) = 1)">
3098
+ <fo:block>
3099
+
3100
+
3101
+
3102
+ <fo:block>
3103
+
3104
+
3105
+ <!-- create virtual html table for dl/[dt and dd] -->
3106
+ <xsl:variable name="html-table">
3107
+ <xsl:variable name="ns" select="substring-before(name(/*), '-')"/>
3108
+ <xsl:element name="{$ns}:table">
3109
+ <tbody>
3110
+ <xsl:apply-templates mode="dl"/>
3111
+ </tbody>
3112
+ </xsl:element>
3113
+ </xsl:variable>
3114
+ <!-- html-table<xsl:copy-of select="$html-table"/> -->
3115
+ <xsl:variable name="colwidths">
3116
+ <xsl:call-template name="calculate-column-widths">
3117
+ <xsl:with-param name="cols-count" select="2"/>
3118
+ <xsl:with-param name="table" select="$html-table"/>
3119
+ </xsl:call-template>
3120
+ </xsl:variable>
3121
+ <!-- colwidths=<xsl:value-of select="$colwidths"/> -->
3122
+
3123
+ <fo:table width="95%" table-layout="fixed">
3124
+
3125
+ <xsl:choose>
3126
+ <xsl:when test="normalize-space($key_iso) = 'true' and $parent = 'formula'">
3127
+ <!-- <xsl:attribute name="font-size">11pt</xsl:attribute> -->
3128
+ </xsl:when>
3129
+ <xsl:when test="normalize-space($key_iso) = 'true'">
3130
+ <xsl:attribute name="font-size">10pt</xsl:attribute>
3131
+
3132
+ </xsl:when>
3133
+ </xsl:choose>
3134
+ <xsl:choose>
3135
+ <xsl:when test="ancestor::*[local-name()='dl']"><!-- second level, i.e. inlined table -->
3136
+ <fo:table-column column-width="50%"/>
3137
+ <fo:table-column column-width="50%"/>
3138
+ </xsl:when>
3139
+ <xsl:otherwise>
3140
+ <xsl:choose>
3141
+ <!-- <xsl:when test="xalan:nodeset($colwidths)/column[1] div xalan:nodeset($colwidths)/column[2] &gt; 1.7">
3142
+ <fo:table-column column-width="60%"/>
3143
+ <fo:table-column column-width="40%"/>
3144
+ </xsl:when> -->
3145
+ <xsl:when test="xalan:nodeset($colwidths)/column[1] div xalan:nodeset($colwidths)/column[2] &gt; 1.3">
3146
+ <fo:table-column column-width="50%"/>
3147
+ <fo:table-column column-width="50%"/>
3148
+ </xsl:when>
3149
+ <xsl:when test="xalan:nodeset($colwidths)/column[1] div xalan:nodeset($colwidths)/column[2] &gt; 0.5">
3150
+ <fo:table-column column-width="40%"/>
3151
+ <fo:table-column column-width="60%"/>
3152
+ </xsl:when>
3153
+ <xsl:otherwise>
3154
+ <xsl:for-each select="xalan:nodeset($colwidths)//column">
3155
+ <xsl:choose>
3156
+ <xsl:when test=". = 1">
3157
+ <fo:table-column column-width="proportional-column-width(2)"/>
3158
+ </xsl:when>
3159
+ <xsl:otherwise>
3160
+ <fo:table-column column-width="proportional-column-width({.})"/>
3161
+ </xsl:otherwise>
3162
+ </xsl:choose>
3163
+ </xsl:for-each>
3164
+ </xsl:otherwise>
3165
+ </xsl:choose>
3166
+ <!-- <fo:table-column column-width="15%"/>
3167
+ <fo:table-column column-width="85%"/> -->
3168
+ </xsl:otherwise>
3169
+ </xsl:choose>
3170
+ <fo:table-body>
3171
+ <xsl:apply-templates>
3172
+ <xsl:with-param name="key_iso" select="normalize-space($key_iso)"/>
3173
+ </xsl:apply-templates>
3174
+ </fo:table-body>
3175
+ </fo:table>
3176
+ </fo:block>
3177
+ </fo:block>
3178
+ </xsl:if>
3179
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='dl']/*[local-name()='note']">
3180
+ <xsl:param name="key_iso"/>
3181
+
3182
+ <!-- <tr>
3183
+ <td>NOTE</td>
3184
+ <td>
3185
+ <xsl:apply-templates />
3186
+ </td>
3187
+ </tr>
3188
+ -->
3189
+ <fo:table-row>
3190
+ <fo:table-cell>
3191
+ <fo:block margin-top="6pt">
3192
+ <xsl:if test="normalize-space($key_iso) = 'true'">
3193
+ <xsl:attribute name="margin-top">0</xsl:attribute>
3194
+ </xsl:if>
3195
+ NOTE
3196
+ </fo:block>
3197
+ </fo:table-cell>
3198
+ <fo:table-cell>
3199
+ <fo:block>
3200
+ <xsl:apply-templates/>
3201
+ </fo:block>
3202
+ </fo:table-cell>
3203
+ </fo:table-row>
3204
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='dt']" mode="dl">
3205
+ <tr>
3206
+ <td>
3207
+ <xsl:apply-templates/>
3208
+ </td>
3209
+ <td>
3210
+
3211
+
3212
+ <xsl:apply-templates select="following-sibling::*[local-name()='dd'][1]" mode="process"/>
3213
+
3214
+ </td>
3215
+ </tr>
3216
+
3217
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='dt']">
3218
+ <xsl:param name="key_iso"/>
3219
+
3220
+ <fo:table-row>
3221
+ <fo:table-cell>
3222
+ <fo:block margin-top="6pt">
3223
+
3224
+
3225
+ <xsl:if test="normalize-space($key_iso) = 'true'">
3226
+ <xsl:attribute name="margin-top">0</xsl:attribute>
3227
+
3228
+ </xsl:if>
3229
+
3230
+
3231
+ <xsl:apply-templates/>
3232
+
3233
+ </fo:block>
3234
+ </fo:table-cell>
3235
+ <fo:table-cell>
3236
+ <fo:block>
3237
+
3238
+
3239
+
3240
+ <xsl:apply-templates select="following-sibling::*[local-name()='dd'][1]" mode="process"/>
3241
+
3242
+ </fo:block>
3243
+ </fo:table-cell>
3244
+ </fo:table-row>
3245
+
3246
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='dd']" mode="dl"/><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='dd']" mode="dl_process">
3247
+ <xsl:apply-templates/>
3248
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='dd']"/><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='dd']" mode="process">
3249
+ <xsl:apply-templates/>
3250
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='dd']/*[local-name()='p']" mode="inline">
3251
+ <fo:inline><xsl:text> </xsl:text><xsl:apply-templates/></fo:inline>
3252
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='em']">
3253
+ <fo:inline font-style="italic">
3254
+ <xsl:apply-templates/>
3255
+ </fo:inline>
3256
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='strong']">
3257
+ <fo:inline font-weight="bold">
3258
+ <xsl:apply-templates/>
3259
+ </fo:inline>
3260
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='sup']">
3261
+ <fo:inline font-size="80%" vertical-align="super">
3262
+ <xsl:apply-templates/>
3263
+ </fo:inline>
3264
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='sub']">
3265
+ <fo:inline font-size="80%" vertical-align="sub">
3266
+ <xsl:apply-templates/>
3267
+ </fo:inline>
3268
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='tt']">
3269
+ <fo:inline font-family="Courier" font-size="10pt">
3270
+ <xsl:apply-templates/>
3271
+ </fo:inline>
3272
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='del']">
3273
+ <fo:inline font-size="10pt" color="red" text-decoration="line-through">
3274
+ <xsl:apply-templates/>
3275
+ </fo:inline>
3276
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="text()[ancestor::*[local-name()='smallcap']]">
3277
+ <xsl:variable name="text" select="normalize-space(.)"/>
3278
+ <fo:inline font-size="75%">
3279
+ <xsl:if test="string-length($text) &gt; 0">
3280
+ <xsl:call-template name="recursiveSmallCaps">
3281
+ <xsl:with-param name="text" select="$text"/>
3282
+ </xsl:call-template>
3283
+ </xsl:if>
3284
+ </fo:inline>
3285
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="recursiveSmallCaps">
3286
+ <xsl:param name="text"/>
3287
+ <xsl:variable name="char" select="substring($text,1,1)"/>
3288
+ <xsl:variable name="upperCase" select="translate($char, $lower, $upper)"/>
3289
+ <xsl:choose>
3290
+ <xsl:when test="$char=$upperCase">
3291
+ <fo:inline font-size="{100 div 0.75}%">
3292
+ <xsl:value-of select="$upperCase"/>
3293
+ </fo:inline>
3294
+ </xsl:when>
3295
+ <xsl:otherwise>
3296
+ <xsl:value-of select="$upperCase"/>
3297
+ </xsl:otherwise>
3298
+ </xsl:choose>
3299
+ <xsl:if test="string-length($text) &gt; 1">
3300
+ <xsl:call-template name="recursiveSmallCaps">
3301
+ <xsl:with-param name="text" select="substring($text,2)"/>
3302
+ </xsl:call-template>
3303
+ </xsl:if>
3304
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="tokenize">
3305
+ <xsl:param name="text"/>
3306
+ <xsl:param name="separator" select="' '"/>
3307
+ <xsl:choose>
3308
+ <xsl:when test="not(contains($text, $separator))">
3309
+ <word>
3310
+ <xsl:variable name="str_no_en_chars" select="normalize-space(translate($text, $en_chars, ''))"/>
3311
+ <xsl:variable name="len_str_no_en_chars" select="string-length($str_no_en_chars)"/>
3312
+ <xsl:variable name="len_str_tmp" select="string-length(normalize-space($text))"/>
3313
+ <xsl:variable name="len_str">
3314
+ <xsl:choose>
3315
+ <xsl:when test="normalize-space(translate($text, $upper, '')) = ''"> <!-- english word in CAPITAL letters -->
3316
+ <xsl:value-of select="$len_str_tmp * 1.5"/>
3317
+ </xsl:when>
3318
+ <xsl:otherwise>
3319
+ <xsl:value-of select="$len_str_tmp"/>
3320
+ </xsl:otherwise>
3321
+ </xsl:choose>
3322
+ </xsl:variable>
3323
+
3324
+ <!-- <xsl:if test="$len_str_no_en_chars div $len_str &gt; 0.8">
3325
+ <xsl:message>
3326
+ div=<xsl:value-of select="$len_str_no_en_chars div $len_str"/>
3327
+ len_str=<xsl:value-of select="$len_str"/>
3328
+ len_str_no_en_chars=<xsl:value-of select="$len_str_no_en_chars"/>
3329
+ </xsl:message>
3330
+ </xsl:if> -->
3331
+ <!-- <len_str_no_en_chars><xsl:value-of select="$len_str_no_en_chars"/></len_str_no_en_chars>
3332
+ <len_str><xsl:value-of select="$len_str"/></len_str> -->
3333
+ <xsl:choose>
3334
+ <xsl:when test="$len_str_no_en_chars div $len_str &gt; 0.8"> <!-- means non-english string -->
3335
+ <xsl:value-of select="$len_str - $len_str_no_en_chars"/>
3336
+ </xsl:when>
3337
+ <xsl:otherwise>
3338
+ <xsl:value-of select="$len_str"/>
3339
+ </xsl:otherwise>
3340
+ </xsl:choose>
3341
+ </word>
3342
+ </xsl:when>
3343
+ <xsl:otherwise>
3344
+ <word>
3345
+ <xsl:value-of select="string-length(normalize-space(substring-before($text, $separator)))"/>
3346
+ </word>
3347
+ <xsl:call-template name="tokenize">
3348
+ <xsl:with-param name="text" select="substring-after($text, $separator)"/>
3349
+ </xsl:call-template>
3350
+ </xsl:otherwise>
3351
+ </xsl:choose>
3352
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="max_length">
3353
+ <xsl:param name="words"/>
3354
+ <xsl:for-each select="$words//word">
3355
+ <xsl:sort select="." data-type="number" order="descending"/>
3356
+ <xsl:if test="position()=1">
3357
+ <xsl:value-of select="."/>
3358
+ </xsl:if>
3359
+ </xsl:for-each>
3360
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="add-zero-spaces">
3361
+ <xsl:param name="text" select="."/>
3362
+ <xsl:variable name="zero-space-after-chars">-</xsl:variable>
3363
+ <xsl:variable name="zero-space-after-dot">.</xsl:variable>
3364
+ <xsl:variable name="zero-space-after-colon">:</xsl:variable>
3365
+ <xsl:variable name="zero-space-after-equal">=</xsl:variable>
3366
+ <xsl:variable name="zero-space-after-underscore">_</xsl:variable>
3367
+ <xsl:variable name="zero-space">​</xsl:variable>
3368
+ <xsl:choose>
3369
+ <xsl:when test="contains($text, $zero-space-after-chars)">
3370
+ <xsl:value-of select="substring-before($text, $zero-space-after-chars)"/>
3371
+ <xsl:value-of select="$zero-space-after-chars"/>
3372
+ <xsl:value-of select="$zero-space"/>
3373
+ <xsl:call-template name="add-zero-spaces">
3374
+ <xsl:with-param name="text" select="substring-after($text, $zero-space-after-chars)"/>
3375
+ </xsl:call-template>
3376
+ </xsl:when>
3377
+ <xsl:when test="contains($text, $zero-space-after-dot)">
3378
+ <xsl:value-of select="substring-before($text, $zero-space-after-dot)"/>
3379
+ <xsl:value-of select="$zero-space-after-dot"/>
3380
+ <xsl:value-of select="$zero-space"/>
3381
+ <xsl:call-template name="add-zero-spaces">
3382
+ <xsl:with-param name="text" select="substring-after($text, $zero-space-after-dot)"/>
3383
+ </xsl:call-template>
3384
+ </xsl:when>
3385
+ <xsl:when test="contains($text, $zero-space-after-colon)">
3386
+ <xsl:value-of select="substring-before($text, $zero-space-after-colon)"/>
3387
+ <xsl:value-of select="$zero-space-after-colon"/>
3388
+ <xsl:value-of select="$zero-space"/>
3389
+ <xsl:call-template name="add-zero-spaces">
3390
+ <xsl:with-param name="text" select="substring-after($text, $zero-space-after-colon)"/>
3391
+ </xsl:call-template>
3392
+ </xsl:when>
3393
+ <xsl:when test="contains($text, $zero-space-after-equal)">
3394
+ <xsl:value-of select="substring-before($text, $zero-space-after-equal)"/>
3395
+ <xsl:value-of select="$zero-space-after-equal"/>
3396
+ <xsl:value-of select="$zero-space"/>
3397
+ <xsl:call-template name="add-zero-spaces">
3398
+ <xsl:with-param name="text" select="substring-after($text, $zero-space-after-equal)"/>
3399
+ </xsl:call-template>
3400
+ </xsl:when>
3401
+ <xsl:when test="contains($text, $zero-space-after-underscore)">
3402
+ <xsl:value-of select="substring-before($text, $zero-space-after-underscore)"/>
3403
+ <xsl:value-of select="$zero-space-after-underscore"/>
3404
+ <xsl:value-of select="$zero-space"/>
3405
+ <xsl:call-template name="add-zero-spaces">
3406
+ <xsl:with-param name="text" select="substring-after($text, $zero-space-after-underscore)"/>
3407
+ </xsl:call-template>
3408
+ </xsl:when>
3409
+ <xsl:otherwise>
3410
+ <xsl:value-of select="$text"/>
3411
+ </xsl:otherwise>
3412
+ </xsl:choose>
3413
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="add-zero-spaces-equal">
3414
+ <xsl:param name="text" select="."/>
3415
+ <xsl:variable name="zero-space-after-equals">==========</xsl:variable>
3416
+ <xsl:variable name="zero-space-after-equal">=</xsl:variable>
3417
+ <xsl:variable name="zero-space">​</xsl:variable>
3418
+ <xsl:choose>
3419
+ <xsl:when test="contains($text, $zero-space-after-equals)">
3420
+ <xsl:value-of select="substring-before($text, $zero-space-after-equals)"/>
3421
+ <xsl:value-of select="$zero-space-after-equals"/>
3422
+ <xsl:value-of select="$zero-space"/>
3423
+ <xsl:call-template name="add-zero-spaces-equal">
3424
+ <xsl:with-param name="text" select="substring-after($text, $zero-space-after-equals)"/>
3425
+ </xsl:call-template>
3426
+ </xsl:when>
3427
+ <xsl:when test="contains($text, $zero-space-after-equal)">
3428
+ <xsl:value-of select="substring-before($text, $zero-space-after-equal)"/>
3429
+ <xsl:value-of select="$zero-space-after-equal"/>
3430
+ <xsl:value-of select="$zero-space"/>
3431
+ <xsl:call-template name="add-zero-spaces-equal">
3432
+ <xsl:with-param name="text" select="substring-after($text, $zero-space-after-equal)"/>
3433
+ </xsl:call-template>
3434
+ </xsl:when>
3435
+ <xsl:otherwise>
3436
+ <xsl:value-of select="$text"/>
3437
+ </xsl:otherwise>
3438
+ </xsl:choose>
3439
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="getSimpleTable">
3440
+ <xsl:variable name="simple-table">
3441
+
3442
+ <!-- Step 1. colspan processing -->
3443
+ <xsl:variable name="simple-table-colspan">
3444
+ <tbody>
3445
+ <xsl:apply-templates mode="simple-table-colspan"/>
3446
+ </tbody>
3447
+ </xsl:variable>
3448
+
3449
+ <!-- Step 2. rowspan processing -->
3450
+ <xsl:variable name="simple-table-rowspan">
3451
+ <xsl:apply-templates select="xalan:nodeset($simple-table-colspan)" mode="simple-table-rowspan"/>
3452
+ </xsl:variable>
3453
+
3454
+ <xsl:copy-of select="xalan:nodeset($simple-table-rowspan)"/>
3455
+
3456
+ <!-- <xsl:choose>
3457
+ <xsl:when test="current()//*[local-name()='th'][@colspan] or current()//*[local-name()='td'][@colspan] ">
3458
+
3459
+ </xsl:when>
3460
+ <xsl:otherwise>
3461
+ <xsl:copy-of select="current()"/>
3462
+ </xsl:otherwise>
3463
+ </xsl:choose> -->
3464
+ </xsl:variable>
3465
+ <xsl:copy-of select="$simple-table"/>
3466
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='thead'] | *[local-name()='tbody']" mode="simple-table-colspan">
3467
+ <xsl:apply-templates mode="simple-table-colspan"/>
3468
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='fn']" mode="simple-table-colspan"/><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='th'] | *[local-name()='td']" mode="simple-table-colspan">
3469
+ <xsl:choose>
3470
+ <xsl:when test="@colspan">
3471
+ <xsl:variable name="td">
3472
+ <xsl:element name="td">
3473
+ <xsl:attribute name="divide"><xsl:value-of select="@colspan"/></xsl:attribute>
3474
+ <xsl:apply-templates select="@*" mode="simple-table-colspan"/>
3475
+ <xsl:apply-templates mode="simple-table-colspan"/>
3476
+ </xsl:element>
3477
+ </xsl:variable>
3478
+ <xsl:call-template name="repeatNode">
3479
+ <xsl:with-param name="count" select="@colspan"/>
3480
+ <xsl:with-param name="node" select="$td"/>
3481
+ </xsl:call-template>
3482
+ </xsl:when>
3483
+ <xsl:otherwise>
3484
+ <xsl:element name="td">
3485
+ <xsl:apply-templates select="@*" mode="simple-table-colspan"/>
3486
+ <xsl:apply-templates mode="simple-table-colspan"/>
3487
+ </xsl:element>
3488
+ </xsl:otherwise>
3489
+ </xsl:choose>
3490
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="@colspan" mode="simple-table-colspan"/><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='tr']" mode="simple-table-colspan">
3491
+ <xsl:element name="tr">
3492
+ <xsl:apply-templates select="@*" mode="simple-table-colspan"/>
3493
+ <xsl:apply-templates mode="simple-table-colspan"/>
3494
+ </xsl:element>
3495
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="@*|node()" mode="simple-table-colspan">
3496
+ <xsl:copy>
3497
+ <xsl:apply-templates select="@*|node()" mode="simple-table-colspan"/>
3498
+ </xsl:copy>
3499
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="repeatNode">
3500
+ <xsl:param name="count"/>
3501
+ <xsl:param name="node"/>
3502
+
3503
+ <xsl:if test="$count &gt; 0">
3504
+ <xsl:call-template name="repeatNode">
3505
+ <xsl:with-param name="count" select="$count - 1"/>
3506
+ <xsl:with-param name="node" select="$node"/>
3507
+ </xsl:call-template>
3508
+ <xsl:copy-of select="$node"/>
3509
+ </xsl:if>
3510
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="@*|node()" mode="simple-table-rowspan">
3511
+ <xsl:copy>
3512
+ <xsl:apply-templates select="@*|node()" mode="simple-table-rowspan"/>
3513
+ </xsl:copy>
3514
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="tbody" mode="simple-table-rowspan">
3515
+ <xsl:copy>
3516
+ <xsl:copy-of select="tr[1]"/>
3517
+ <xsl:apply-templates select="tr[2]" mode="simple-table-rowspan">
3518
+ <xsl:with-param name="previousRow" select="tr[1]"/>
3519
+ </xsl:apply-templates>
3520
+ </xsl:copy>
3521
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="tr" mode="simple-table-rowspan">
3522
+ <xsl:param name="previousRow"/>
3523
+ <xsl:variable name="currentRow" select="."/>
3524
+
3525
+ <xsl:variable name="normalizedTDs">
3526
+ <xsl:for-each select="xalan:nodeset($previousRow)//td">
3527
+ <xsl:choose>
3528
+ <xsl:when test="@rowspan &gt; 1">
3529
+ <xsl:copy>
3530
+ <xsl:attribute name="rowspan">
3531
+ <xsl:value-of select="@rowspan - 1"/>
3532
+ </xsl:attribute>
3533
+ <xsl:copy-of select="@*[not(name() = 'rowspan')]"/>
3534
+ <xsl:copy-of select="node()"/>
3535
+ </xsl:copy>
3536
+ </xsl:when>
3537
+ <xsl:otherwise>
3538
+ <xsl:copy-of select="$currentRow/td[1 + count(current()/preceding-sibling::td[not(@rowspan) or (@rowspan = 1)])]"/>
3539
+ </xsl:otherwise>
3540
+ </xsl:choose>
3541
+ </xsl:for-each>
3542
+ </xsl:variable>
3543
+
3544
+ <xsl:variable name="newRow">
3545
+ <xsl:copy>
3546
+ <xsl:copy-of select="$currentRow/@*"/>
3547
+ <xsl:copy-of select="xalan:nodeset($normalizedTDs)"/>
3548
+ </xsl:copy>
3549
+ </xsl:variable>
3550
+ <xsl:copy-of select="$newRow"/>
3551
+
3552
+ <xsl:apply-templates select="following-sibling::tr[1]" mode="simple-table-rowspan">
3553
+ <xsl:with-param name="previousRow" select="$newRow"/>
3554
+ </xsl:apply-templates>
3555
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="getLang">
3556
+ <xsl:variable name="language" select="//*[local-name()='bibdata']//*[local-name()='language']"/>
3557
+ <xsl:choose>
3558
+ <xsl:when test="$language = 'English'">en</xsl:when>
3559
+ <xsl:otherwise><xsl:value-of select="$language"/></xsl:otherwise>
3560
+ </xsl:choose>
3561
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" name="capitalizeWords">
3562
+ <xsl:param name="str"/>
3563
+ <xsl:variable name="str2" select="translate($str, '-', ' ')"/>
3564
+ <xsl:choose>
3565
+ <xsl:when test="contains($str2, ' ')">
3566
+ <xsl:variable name="substr" select="substring-before($str2, ' ')"/>
3567
+ <xsl:value-of select="translate(substring($substr, 1, 1), $lower, $upper)"/>
3568
+ <xsl:value-of select="substring($substr, 2)"/>
3569
+ <xsl:text> </xsl:text>
3570
+ <xsl:call-template name="capitalizeWords">
3571
+ <xsl:with-param name="str" select="substring-after($str2, ' ')"/>
3572
+ </xsl:call-template>
3573
+ </xsl:when>
3574
+ <xsl:otherwise>
3575
+ <xsl:value-of select="translate(substring($str2, 1, 1), $lower, $upper)"/>
3576
+ <xsl:value-of select="substring($str2, 2)"/>
3577
+ </xsl:otherwise>
3578
+ </xsl:choose>
3579
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="mathml:math">
3580
+ <fo:inline font-family="STIX2Math">
3581
+ <fo:instream-foreign-object fox:alt-text="Math">
3582
+ <xsl:copy-of select="."/>
3583
+ </fo:instream-foreign-object>
3584
+ </fo:inline>
3585
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='localityStack']">
3586
+ <xsl:for-each select="*[local-name()='locality']">
3587
+ <xsl:if test="position() =1"><xsl:text>, </xsl:text></xsl:if>
3588
+ <xsl:apply-templates select="."/>
3589
+ <xsl:if test="position() != last()"><xsl:text>; </xsl:text></xsl:if>
3590
+ </xsl:for-each>
3591
+ </xsl:template><xsl:template xmlns:iso="https://www.metanorma.org/ns/iso" xmlns:iec="https://www.metanorma.org/ns/iec" xmlns:itu="https://www.metanorma.org/ns/itu" xmlns:nist="https://www.metanorma.org/ns/nist" xmlns:csd="https://www.metanorma.org/ns/csd" xmlns:ogc="https://www.metanorma.org/ns/ogc" match="*[local-name()='link']" name="link">
3592
+ <xsl:variable name="target">
3593
+ <xsl:choose>
3594
+ <xsl:when test="starts-with(normalize-space(@target), 'mailto:')">
3595
+ <xsl:value-of select="normalize-space(substring-after(@target, 'mailto:'))"/>
3596
+ </xsl:when>
3597
+ <xsl:otherwise>
3598
+ <xsl:value-of select="normalize-space(@target)"/>
3599
+ </xsl:otherwise>
3600
+ </xsl:choose>
3601
+ </xsl:variable>
3602
+ <fo:inline xsl:use-attribute-sets="link-style">
3603
+ <xsl:choose>
3604
+ <xsl:when test="$target = ''">
3605
+ <xsl:apply-templates/>
3606
+ </xsl:when>
3607
+ <xsl:otherwise>
3608
+ <fo:basic-link external-destination="{@target}" fox:alt-text="{@target}">
3609
+ <xsl:choose>
3610
+ <xsl:when test="normalize-space(.) = ''">
3611
+ <xsl:value-of select="$target"/>
3612
+ </xsl:when>
3613
+ <xsl:otherwise>
3614
+ <xsl:apply-templates/>
3615
+ </xsl:otherwise>
3616
+ </xsl:choose>
3617
+ </fo:basic-link>
3618
+ </xsl:otherwise>
3619
+ </xsl:choose>
3620
+ </fo:inline>
3621
+ </xsl:template></xsl:stylesheet>