metanorma-m3aawg 1.7.2 → 1.7.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4f2381b78758caa4f1fe7c65ebb8b4b37ea07aae1352d902831c5ab80fb31cd
4
- data.tar.gz: 8154cf4e35f051d12005d037cc41c36c45b68c02cf374f2461b1776b95172188
3
+ metadata.gz: fdbb2f2eecda7549e307a465831998882079ebe7ed26100790809a89bd7952a9
4
+ data.tar.gz: 9f96d2ad4b74b4a953d908690b1b307c5c9f0994514d98a2bd5b84e992f43f5c
5
5
  SHA512:
6
- metadata.gz: ea321f4e3aeab9fcb18ca38569112066e8e4bf73527c85e844521f6b5bd1e105e35c45fea553da32181af8d7a1c90a1c706ddf310c65e9d5d3a1225089044627
7
- data.tar.gz: 3b33015620fb4648bb391e080b8db7c33fd570251cbd1509187f5bf133d78fd62213d4d164ff17edc8a2b959b7c0638abc11c3d6a4ae306d1f505d90785c2508
6
+ metadata.gz: 8f5a64a375bea2db893b472e54a9792ed5408dfd337e043620a573f02159ddd5776cbeadd58838f0aed5423da83c0f302a0bf6b31c8724f95376a36e7b98db57
7
+ data.tar.gz: 8b5989657e3ab1b26ddb504c55099bea13af39046060a37b9aa5ff036dddd4c29c3fae5f37c001d96b01c0ba6d65d86a85f2d6373cf7773b73c05690a912e4e6
@@ -787,6 +787,7 @@
787
787
  <value>adapted</value>
788
788
  <value>vote-started</value>
789
789
  <value>vote-ended</value>
790
+ <value>announced</value>
790
791
  </choice>
791
792
  </define>
792
793
  <define name="bdate">
@@ -1191,9 +1191,7 @@
1191
1191
  </define>
1192
1192
  <define name="IsoWorkgroup">
1193
1193
  <optional>
1194
- <attribute name="number">
1195
- <data type="int"/>
1196
- </attribute>
1194
+ <attribute name="number"/>
1197
1195
  </optional>
1198
1196
  <optional>
1199
1197
  <attribute name="type"/>
@@ -1021,6 +1021,9 @@
1021
1021
  <title-continued lang="en">(continued)</title-continued>
1022
1022
  <title-continued lang="fr">(continué)</title-continued>
1023
1023
 
1024
+ </xsl:variable><xsl:variable name="bibdata">
1025
+ <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'bibdata']"/>
1026
+ <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'localized-strings']"/>
1024
1027
  </xsl:variable><xsl:variable name="tab_zh"> </xsl:variable><xsl:template name="getTitle">
1025
1028
  <xsl:param name="name"/>
1026
1029
  <xsl:param name="lang"/>
@@ -1049,6 +1052,7 @@
1049
1052
 
1050
1053
  </xsl:attribute-set><xsl:attribute-set name="link-style">
1051
1054
 
1055
+
1052
1056
  <xsl:attribute name="color">blue</xsl:attribute>
1053
1057
  <xsl:attribute name="text-decoration">underline</xsl:attribute>
1054
1058
 
@@ -1172,6 +1176,7 @@
1172
1176
 
1173
1177
  </xsl:attribute-set><xsl:attribute-set name="table-name-style">
1174
1178
  <xsl:attribute name="keep-with-next">always</xsl:attribute>
1179
+
1175
1180
 
1176
1181
  <xsl:attribute name="font-weight">bold</xsl:attribute>
1177
1182
  <xsl:attribute name="text-align">center</xsl:attribute>
@@ -1209,6 +1214,7 @@
1209
1214
 
1210
1215
 
1211
1216
 
1217
+
1212
1218
  </xsl:attribute-set><xsl:attribute-set name="eref-style">
1213
1219
 
1214
1220
 
@@ -1218,6 +1224,7 @@
1218
1224
 
1219
1225
 
1220
1226
 
1227
+
1221
1228
 
1222
1229
 
1223
1230
 
@@ -1243,6 +1250,7 @@
1243
1250
 
1244
1251
 
1245
1252
 
1253
+
1246
1254
  <xsl:attribute name="padding-right">5mm</xsl:attribute>
1247
1255
  <xsl:attribute name="font-weight">bold</xsl:attribute>
1248
1256
 
@@ -1273,7 +1281,9 @@
1273
1281
 
1274
1282
 
1275
1283
 
1284
+
1276
1285
  </xsl:attribute-set><xsl:attribute-set name="termnote-name-style">
1286
+
1277
1287
 
1278
1288
 
1279
1289
  </xsl:attribute-set><xsl:attribute-set name="quote-style">
@@ -1300,6 +1310,7 @@
1300
1310
 
1301
1311
 
1302
1312
 
1313
+
1303
1314
  </xsl:attribute-set><xsl:attribute-set name="origin-style">
1304
1315
 
1305
1316
 
@@ -1308,6 +1319,7 @@
1308
1319
 
1309
1320
  </xsl:attribute-set><xsl:attribute-set name="figure-name-style">
1310
1321
 
1322
+
1311
1323
 
1312
1324
 
1313
1325
 
@@ -1339,11 +1351,13 @@
1339
1351
 
1340
1352
 
1341
1353
 
1354
+
1342
1355
  </xsl:attribute-set><xsl:attribute-set name="figure-pseudocode-p-style">
1343
1356
 
1344
1357
  </xsl:attribute-set><xsl:attribute-set name="image-graphic-style">
1345
1358
 
1346
1359
 
1360
+
1347
1361
  <xsl:attribute name="width">100%</xsl:attribute>
1348
1362
  <xsl:attribute name="content-height">100%</xsl:attribute>
1349
1363
  <xsl:attribute name="content-width">scale-to-fit</xsl:attribute>
@@ -1375,6 +1389,7 @@
1375
1389
  </xsl:attribute-set><xsl:attribute-set name="definition-style">
1376
1390
 
1377
1391
 
1392
+
1378
1393
  </xsl:attribute-set><xsl:variable name="color-added-text">
1379
1394
  <xsl:text>rgb(0, 255, 0)</xsl:text>
1380
1395
  </xsl:variable><xsl:attribute-set name="add-style">
@@ -1517,6 +1532,7 @@
1517
1532
  <fo:block-container margin-left="-{$margin-left}mm" margin-right="-{$margin-left}mm">
1518
1533
 
1519
1534
 
1535
+
1520
1536
 
1521
1537
 
1522
1538
 
@@ -1529,6 +1545,8 @@
1529
1545
 
1530
1546
 
1531
1547
 
1548
+
1549
+
1532
1550
  <xsl:variable name="table_width">
1533
1551
  <!-- for centered table always 100% (@width will be set for middle/second cell of outer table) -->
1534
1552
  100%
@@ -1546,6 +1564,7 @@
1546
1564
 
1547
1565
 
1548
1566
 
1567
+
1549
1568
 
1550
1569
 
1551
1570
 
@@ -1688,11 +1707,22 @@
1688
1707
  </xsl:choose>
1689
1708
 
1690
1709
  </xsl:template><xsl:template match="*[local-name()='table']/*[local-name() = 'name']"/><xsl:template match="*[local-name()='table']/*[local-name() = 'name']" mode="presentation">
1710
+ <xsl:param name="continued"/>
1691
1711
  <xsl:if test="normalize-space() != ''">
1692
1712
  <fo:block xsl:use-attribute-sets="table-name-style">
1693
1713
 
1694
1714
 
1695
- <xsl:apply-templates/>
1715
+ <xsl:choose>
1716
+ <xsl:when test="$continued = 'true'">
1717
+ <!-- <xsl:if test="$namespace = 'bsi'"></xsl:if> -->
1718
+
1719
+ </xsl:when>
1720
+ <xsl:otherwise>
1721
+ <xsl:apply-templates/>
1722
+ </xsl:otherwise>
1723
+ </xsl:choose>
1724
+
1725
+
1696
1726
  </fo:block>
1697
1727
  </xsl:if>
1698
1728
  </xsl:template><xsl:template name="calculate-columns-numbers">
@@ -1832,18 +1862,18 @@
1832
1862
  <xsl:apply-templates/>
1833
1863
  </fo:table-header>
1834
1864
  </xsl:template><xsl:template name="table-header-title">
1835
- <xsl:param name="cols-count"/>
1865
+ <xsl:param name="cols-count"/>
1836
1866
  <!-- row for title -->
1837
1867
  <fo:table-row>
1838
1868
  <fo:table-cell number-columns-spanned="{$cols-count}" border-left="1.5pt solid white" border-right="1.5pt solid white" border-top="1.5pt solid white" border-bottom="1.5pt solid black">
1839
- <xsl:apply-templates select="ancestor::*[local-name()='table']/*[local-name()='name']" mode="presentation"/>
1869
+
1870
+ <xsl:apply-templates select="ancestor::*[local-name()='table']/*[local-name()='name']" mode="presentation">
1871
+ <xsl:with-param name="continued">true</xsl:with-param>
1872
+ </xsl:apply-templates>
1840
1873
  <xsl:for-each select="ancestor::*[local-name()='table'][1]">
1841
1874
  <xsl:call-template name="fn_name_display"/>
1842
- </xsl:for-each>
1843
- <fo:block text-align="right" font-style="italic">
1844
- <xsl:text> </xsl:text>
1845
- <fo:retrieve-table-marker retrieve-class-name="table_continued"/>
1846
- </fo:block>
1875
+ </xsl:for-each>
1876
+
1847
1877
  </fo:table-cell>
1848
1878
  </fo:table-row>
1849
1879
  </xsl:template><xsl:template match="*[local-name()='thead']" mode="process_tbody">
@@ -2064,6 +2094,7 @@
2064
2094
 
2065
2095
 
2066
2096
 
2097
+
2067
2098
  </xsl:if>
2068
2099
  <xsl:if test="$parent-name = 'tfoot'">
2069
2100
 
@@ -2101,6 +2132,7 @@
2101
2132
 
2102
2133
 
2103
2134
 
2135
+
2104
2136
  <xsl:if test="$lang = 'ar'">
2105
2137
  <xsl:attribute name="padding-right">1mm</xsl:attribute>
2106
2138
  </xsl:if>
@@ -2763,6 +2795,7 @@
2763
2795
 
2764
2796
 
2765
2797
 
2798
+
2766
2799
  <xsl:choose>
2767
2800
  <xsl:when test="not(ancestor::*[local-name()='note'])">10</xsl:when>
2768
2801
  <xsl:otherwise>11</xsl:otherwise>
@@ -3154,11 +3187,15 @@
3154
3187
  </xsl:apply-templates>
3155
3188
  </xsl:template><xsl:template name="getLang">
3156
3189
  <xsl:variable name="language_current" select="normalize-space(//*[local-name()='bibdata']//*[local-name()='language'][@current = 'true'])"/>
3190
+ <xsl:variable name="language_current_2" select="normalize-space(xalan:nodeset($bibdata)//*[local-name()='bibdata']//*[local-name()='language'][@current = 'true'])"/>
3157
3191
  <xsl:variable name="language">
3158
3192
  <xsl:choose>
3159
3193
  <xsl:when test="$language_current != ''">
3160
3194
  <xsl:value-of select="$language_current"/>
3161
3195
  </xsl:when>
3196
+ <xsl:when test="$language_current_2 != ''">
3197
+ <xsl:value-of select="$language_current_2"/>
3198
+ </xsl:when>
3162
3199
  <xsl:otherwise>
3163
3200
  <xsl:value-of select="//*[local-name()='bibdata']//*[local-name()='language']"/>
3164
3201
  </xsl:otherwise>
@@ -3371,6 +3408,7 @@
3371
3408
 
3372
3409
 
3373
3410
  <fo:inline xsl:use-attribute-sets="note-name-style">
3411
+
3374
3412
  <xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
3375
3413
  </fo:inline>
3376
3414
  <xsl:apply-templates/>
@@ -3397,6 +3435,7 @@
3397
3435
  </xsl:template><xsl:template match="*[local-name() = 'termnote']">
3398
3436
  <fo:block id="{@id}" xsl:use-attribute-sets="termnote-style">
3399
3437
  <fo:inline xsl:use-attribute-sets="termnote-name-style">
3438
+
3400
3439
  <xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
3401
3440
  </fo:inline>
3402
3441
  <xsl:apply-templates/>
@@ -3480,7 +3519,10 @@
3480
3519
  <xsl:for-each select="*[local-name() = 'note']">
3481
3520
  <xsl:call-template name="note"/>
3482
3521
  </xsl:for-each>
3483
- <xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
3522
+
3523
+
3524
+ <xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
3525
+
3484
3526
  </fo:block-container>
3485
3527
  </xsl:template><xsl:template match="*[local-name() = 'figure'][@class = 'pseudocode']">
3486
3528
  <fo:block id="{@id}">
@@ -3599,15 +3641,15 @@
3599
3641
  </xsl:template><xsl:template match="*[local-name() = 'figure']/*[local-name() = 'name'] | *[local-name() = 'table']/*[local-name() = 'name'] | *[local-name() = 'permission']/*[local-name() = 'name'] | *[local-name() = 'recommendation']/*[local-name() = 'name'] | *[local-name() = 'requirement']/*[local-name() = 'name']" mode="bookmarks">
3600
3642
  <xsl:apply-templates mode="bookmarks"/>
3601
3643
  <xsl:text> </xsl:text>
3602
- </xsl:template><xsl:template match="*[local-name() = 'name']/text()" mode="contents" priority="2">
3644
+ </xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']/text()" mode="contents" priority="2">
3603
3645
  <xsl:value-of select="."/>
3604
- </xsl:template><xsl:template match="*[local-name() = 'name']/text()" mode="bookmarks" priority="2">
3646
+ </xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']/text()" mode="bookmarks" priority="2">
3605
3647
  <xsl:value-of select="."/>
3606
3648
  </xsl:template><xsl:template match="node()" mode="contents">
3607
3649
  <xsl:apply-templates mode="contents"/>
3608
3650
  </xsl:template><xsl:template match="node()" mode="bookmarks">
3609
3651
  <xsl:apply-templates mode="bookmarks"/>
3610
- </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
3652
+ </xsl:template><xsl:template match="*[local-name() = 'title' or local-name() = 'name']//*[local-name() = 'stem']" mode="contents">
3611
3653
  <xsl:apply-templates select="."/>
3612
3654
  </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3613
3655
  <xsl:apply-templates mode="bookmarks"/>
@@ -3806,6 +3848,8 @@
3806
3848
  </fo:list-item-body>
3807
3849
  </fo:list-item>
3808
3850
  </fo:list-block>
3851
+ </xsl:template><xsl:template name="extractSection">
3852
+ <xsl:value-of select="*[local-name() = 'tab'][1]/preceding-sibling::node()"/>
3809
3853
  </xsl:template><xsl:template name="extractTitle">
3810
3854
  <xsl:choose>
3811
3855
  <xsl:when test="*[local-name() = 'tab']">
@@ -3853,6 +3897,7 @@
3853
3897
 
3854
3898
 
3855
3899
 
3900
+
3856
3901
 
3857
3902
 
3858
3903
 
@@ -4175,7 +4220,7 @@
4175
4220
  </fo:inline>
4176
4221
  </xsl:otherwise>
4177
4222
  </xsl:choose>
4178
- </xsl:template><xsl:template match="*[local-name() = 'termsource']">
4223
+ </xsl:template><xsl:template match="*[local-name() = 'termsource']" name="termsource">
4179
4224
  <fo:block xsl:use-attribute-sets="termsource-style">
4180
4225
  <!-- Example: [SOURCE: ISO 5127:2017, 3.1.6.02] -->
4181
4226
  <xsl:variable name="termsource_text">
@@ -4184,13 +4229,15 @@
4184
4229
 
4185
4230
  <xsl:choose>
4186
4231
  <xsl:when test="starts-with(normalize-space($termsource_text), '[')">
4187
- <xsl:apply-templates/>
4232
+ <!-- <xsl:apply-templates /> -->
4233
+ <xsl:copy-of select="$termsource_text"/>
4188
4234
  </xsl:when>
4189
4235
  <xsl:otherwise>
4190
4236
 
4191
4237
  <xsl:text>[</xsl:text>
4192
4238
 
4193
- <xsl:apply-templates/>
4239
+ <!-- <xsl:apply-templates /> -->
4240
+ <xsl:copy-of select="$termsource_text"/>
4194
4241
 
4195
4242
  <xsl:text>]</xsl:text>
4196
4243
 
@@ -4201,8 +4248,15 @@
4201
4248
  <xsl:if test="normalize-space() != ''">
4202
4249
  <xsl:value-of select="."/>
4203
4250
  </xsl:if>
4204
- </xsl:template><xsl:template match="*[local-name() = 'origin']">
4251
+ </xsl:template><xsl:variable name="localized.source">
4252
+ <xsl:call-template name="getLocalizedString">
4253
+ <xsl:with-param name="key">source</xsl:with-param>
4254
+ </xsl:call-template>
4255
+ </xsl:variable><xsl:template match="*[local-name() = 'origin']">
4205
4256
  <fo:basic-link internal-destination="{@bibitemid}" fox:alt-text="{@citeas}">
4257
+ <xsl:if test="normalize-space(@citeas) = ''">
4258
+ <xsl:attribute name="fox:alt-text"><xsl:value-of select="@bibitemid"/></xsl:attribute>
4259
+ </xsl:if>
4206
4260
 
4207
4261
  <fo:inline xsl:use-attribute-sets="origin-style">
4208
4262
  <xsl:apply-templates/>
@@ -4414,7 +4468,6 @@
4414
4468
 
4415
4469
 
4416
4470
 
4417
-
4418
4471
  <xsl:apply-templates/>
4419
4472
  </fo:block>
4420
4473
 
@@ -4457,7 +4510,7 @@
4457
4510
  <xsl:value-of select="java:replaceAll(java:java.lang.String.new(.),' ',' ')"/>
4458
4511
  </xsl:template><xsl:template match="*[local-name() = 'ul'] | *[local-name() = 'ol']">
4459
4512
  <xsl:choose>
4460
- <xsl:when test="parent::*[local-name() = 'note']">
4513
+ <xsl:when test="parent::*[local-name() = 'note'] or parent::*[local-name() = 'termnote']">
4461
4514
  <fo:block-container>
4462
4515
  <xsl:attribute name="margin-left">
4463
4516
  <xsl:choose>
@@ -4467,6 +4520,7 @@
4467
4520
  </xsl:attribute>
4468
4521
 
4469
4522
 
4523
+
4470
4524
  <fo:block-container margin-left="0mm">
4471
4525
  <fo:block>
4472
4526
  <xsl:apply-templates select="." mode="ul_ol"/>
@@ -4668,6 +4722,10 @@
4668
4722
 
4669
4723
 
4670
4724
 
4725
+
4726
+
4727
+
4728
+
4671
4729
  </xsl:template><xsl:template name="processBibitemDocId">
4672
4730
  <xsl:variable name="_doc_ident" select="*[local-name() = 'docidentifier'][not(@type = 'DOI' or @type = 'metanorma' or @type = 'ISSN' or @type = 'ISBN' or @type = 'rfc-anchor')]"/>
4673
4731
  <xsl:choose>
@@ -5059,6 +5117,7 @@
5059
5117
 
5060
5118
 
5061
5119
 
5120
+
5062
5121
  <xsl:value-of select="document('')//*/namespace::m3d"/>
5063
5122
 
5064
5123
 
@@ -5119,13 +5178,18 @@
5119
5178
  </xsl:call-template>
5120
5179
  </xsl:if>
5121
5180
  </xsl:template><xsl:template name="getLocalizedString">
5122
- <xsl:param name="key"/>
5181
+ <xsl:param name="key"/>
5123
5182
 
5124
5183
  <xsl:variable name="curr_lang">
5125
5184
  <xsl:call-template name="getLang"/>
5126
5185
  </xsl:variable>
5127
5186
 
5187
+ <xsl:variable name="data_value" select="normalize-space(xalan:nodeset($bibdata)//*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang])"/>
5188
+
5128
5189
  <xsl:choose>
5190
+ <xsl:when test="$data_value != ''">
5191
+ <xsl:value-of select="$data_value"/>
5192
+ </xsl:when>
5129
5193
  <xsl:when test="/*/*[local-name() = 'localized-strings']/*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]">
5130
5194
  <xsl:value-of select="/*/*[local-name() = 'localized-strings']/*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
5131
5195
  </xsl:when>
@@ -1021,6 +1021,9 @@
1021
1021
  <title-continued lang="en">(continued)</title-continued>
1022
1022
  <title-continued lang="fr">(continué)</title-continued>
1023
1023
 
1024
+ </xsl:variable><xsl:variable name="bibdata">
1025
+ <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'bibdata']"/>
1026
+ <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'localized-strings']"/>
1024
1027
  </xsl:variable><xsl:variable name="tab_zh"> </xsl:variable><xsl:template name="getTitle">
1025
1028
  <xsl:param name="name"/>
1026
1029
  <xsl:param name="lang"/>
@@ -1049,6 +1052,7 @@
1049
1052
 
1050
1053
  </xsl:attribute-set><xsl:attribute-set name="link-style">
1051
1054
 
1055
+
1052
1056
  <xsl:attribute name="color">blue</xsl:attribute>
1053
1057
  <xsl:attribute name="text-decoration">underline</xsl:attribute>
1054
1058
 
@@ -1172,6 +1176,7 @@
1172
1176
 
1173
1177
  </xsl:attribute-set><xsl:attribute-set name="table-name-style">
1174
1178
  <xsl:attribute name="keep-with-next">always</xsl:attribute>
1179
+
1175
1180
 
1176
1181
  <xsl:attribute name="font-weight">bold</xsl:attribute>
1177
1182
  <xsl:attribute name="text-align">center</xsl:attribute>
@@ -1209,6 +1214,7 @@
1209
1214
 
1210
1215
 
1211
1216
 
1217
+
1212
1218
  </xsl:attribute-set><xsl:attribute-set name="eref-style">
1213
1219
 
1214
1220
 
@@ -1218,6 +1224,7 @@
1218
1224
 
1219
1225
 
1220
1226
 
1227
+
1221
1228
 
1222
1229
 
1223
1230
 
@@ -1243,6 +1250,7 @@
1243
1250
 
1244
1251
 
1245
1252
 
1253
+
1246
1254
  <xsl:attribute name="padding-right">5mm</xsl:attribute>
1247
1255
  <xsl:attribute name="font-weight">bold</xsl:attribute>
1248
1256
 
@@ -1273,7 +1281,9 @@
1273
1281
 
1274
1282
 
1275
1283
 
1284
+
1276
1285
  </xsl:attribute-set><xsl:attribute-set name="termnote-name-style">
1286
+
1277
1287
 
1278
1288
 
1279
1289
  </xsl:attribute-set><xsl:attribute-set name="quote-style">
@@ -1300,6 +1310,7 @@
1300
1310
 
1301
1311
 
1302
1312
 
1313
+
1303
1314
  </xsl:attribute-set><xsl:attribute-set name="origin-style">
1304
1315
 
1305
1316
 
@@ -1308,6 +1319,7 @@
1308
1319
 
1309
1320
  </xsl:attribute-set><xsl:attribute-set name="figure-name-style">
1310
1321
 
1322
+
1311
1323
 
1312
1324
 
1313
1325
 
@@ -1339,11 +1351,13 @@
1339
1351
 
1340
1352
 
1341
1353
 
1354
+
1342
1355
  </xsl:attribute-set><xsl:attribute-set name="figure-pseudocode-p-style">
1343
1356
 
1344
1357
  </xsl:attribute-set><xsl:attribute-set name="image-graphic-style">
1345
1358
 
1346
1359
 
1360
+
1347
1361
  <xsl:attribute name="width">100%</xsl:attribute>
1348
1362
  <xsl:attribute name="content-height">100%</xsl:attribute>
1349
1363
  <xsl:attribute name="content-width">scale-to-fit</xsl:attribute>
@@ -1375,6 +1389,7 @@
1375
1389
  </xsl:attribute-set><xsl:attribute-set name="definition-style">
1376
1390
 
1377
1391
 
1392
+
1378
1393
  </xsl:attribute-set><xsl:variable name="color-added-text">
1379
1394
  <xsl:text>rgb(0, 255, 0)</xsl:text>
1380
1395
  </xsl:variable><xsl:attribute-set name="add-style">
@@ -1517,6 +1532,7 @@
1517
1532
  <fo:block-container margin-left="-{$margin-left}mm" margin-right="-{$margin-left}mm">
1518
1533
 
1519
1534
 
1535
+
1520
1536
 
1521
1537
 
1522
1538
 
@@ -1529,6 +1545,8 @@
1529
1545
 
1530
1546
 
1531
1547
 
1548
+
1549
+
1532
1550
  <xsl:variable name="table_width">
1533
1551
  <!-- for centered table always 100% (@width will be set for middle/second cell of outer table) -->
1534
1552
  100%
@@ -1546,6 +1564,7 @@
1546
1564
 
1547
1565
 
1548
1566
 
1567
+
1549
1568
 
1550
1569
 
1551
1570
 
@@ -1688,11 +1707,22 @@
1688
1707
  </xsl:choose>
1689
1708
 
1690
1709
  </xsl:template><xsl:template match="*[local-name()='table']/*[local-name() = 'name']"/><xsl:template match="*[local-name()='table']/*[local-name() = 'name']" mode="presentation">
1710
+ <xsl:param name="continued"/>
1691
1711
  <xsl:if test="normalize-space() != ''">
1692
1712
  <fo:block xsl:use-attribute-sets="table-name-style">
1693
1713
 
1694
1714
 
1695
- <xsl:apply-templates/>
1715
+ <xsl:choose>
1716
+ <xsl:when test="$continued = 'true'">
1717
+ <!-- <xsl:if test="$namespace = 'bsi'"></xsl:if> -->
1718
+
1719
+ </xsl:when>
1720
+ <xsl:otherwise>
1721
+ <xsl:apply-templates/>
1722
+ </xsl:otherwise>
1723
+ </xsl:choose>
1724
+
1725
+
1696
1726
  </fo:block>
1697
1727
  </xsl:if>
1698
1728
  </xsl:template><xsl:template name="calculate-columns-numbers">
@@ -1832,18 +1862,18 @@
1832
1862
  <xsl:apply-templates/>
1833
1863
  </fo:table-header>
1834
1864
  </xsl:template><xsl:template name="table-header-title">
1835
- <xsl:param name="cols-count"/>
1865
+ <xsl:param name="cols-count"/>
1836
1866
  <!-- row for title -->
1837
1867
  <fo:table-row>
1838
1868
  <fo:table-cell number-columns-spanned="{$cols-count}" border-left="1.5pt solid white" border-right="1.5pt solid white" border-top="1.5pt solid white" border-bottom="1.5pt solid black">
1839
- <xsl:apply-templates select="ancestor::*[local-name()='table']/*[local-name()='name']" mode="presentation"/>
1869
+
1870
+ <xsl:apply-templates select="ancestor::*[local-name()='table']/*[local-name()='name']" mode="presentation">
1871
+ <xsl:with-param name="continued">true</xsl:with-param>
1872
+ </xsl:apply-templates>
1840
1873
  <xsl:for-each select="ancestor::*[local-name()='table'][1]">
1841
1874
  <xsl:call-template name="fn_name_display"/>
1842
- </xsl:for-each>
1843
- <fo:block text-align="right" font-style="italic">
1844
- <xsl:text> </xsl:text>
1845
- <fo:retrieve-table-marker retrieve-class-name="table_continued"/>
1846
- </fo:block>
1875
+ </xsl:for-each>
1876
+
1847
1877
  </fo:table-cell>
1848
1878
  </fo:table-row>
1849
1879
  </xsl:template><xsl:template match="*[local-name()='thead']" mode="process_tbody">
@@ -2064,6 +2094,7 @@
2064
2094
 
2065
2095
 
2066
2096
 
2097
+
2067
2098
  </xsl:if>
2068
2099
  <xsl:if test="$parent-name = 'tfoot'">
2069
2100
 
@@ -2101,6 +2132,7 @@
2101
2132
 
2102
2133
 
2103
2134
 
2135
+
2104
2136
  <xsl:if test="$lang = 'ar'">
2105
2137
  <xsl:attribute name="padding-right">1mm</xsl:attribute>
2106
2138
  </xsl:if>
@@ -2763,6 +2795,7 @@
2763
2795
 
2764
2796
 
2765
2797
 
2798
+
2766
2799
  <xsl:choose>
2767
2800
  <xsl:when test="not(ancestor::*[local-name()='note'])">10</xsl:when>
2768
2801
  <xsl:otherwise>11</xsl:otherwise>
@@ -3154,11 +3187,15 @@
3154
3187
  </xsl:apply-templates>
3155
3188
  </xsl:template><xsl:template name="getLang">
3156
3189
  <xsl:variable name="language_current" select="normalize-space(//*[local-name()='bibdata']//*[local-name()='language'][@current = 'true'])"/>
3190
+ <xsl:variable name="language_current_2" select="normalize-space(xalan:nodeset($bibdata)//*[local-name()='bibdata']//*[local-name()='language'][@current = 'true'])"/>
3157
3191
  <xsl:variable name="language">
3158
3192
  <xsl:choose>
3159
3193
  <xsl:when test="$language_current != ''">
3160
3194
  <xsl:value-of select="$language_current"/>
3161
3195
  </xsl:when>
3196
+ <xsl:when test="$language_current_2 != ''">
3197
+ <xsl:value-of select="$language_current_2"/>
3198
+ </xsl:when>
3162
3199
  <xsl:otherwise>
3163
3200
  <xsl:value-of select="//*[local-name()='bibdata']//*[local-name()='language']"/>
3164
3201
  </xsl:otherwise>
@@ -3371,6 +3408,7 @@
3371
3408
 
3372
3409
 
3373
3410
  <fo:inline xsl:use-attribute-sets="note-name-style">
3411
+
3374
3412
  <xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
3375
3413
  </fo:inline>
3376
3414
  <xsl:apply-templates/>
@@ -3397,6 +3435,7 @@
3397
3435
  </xsl:template><xsl:template match="*[local-name() = 'termnote']">
3398
3436
  <fo:block id="{@id}" xsl:use-attribute-sets="termnote-style">
3399
3437
  <fo:inline xsl:use-attribute-sets="termnote-name-style">
3438
+
3400
3439
  <xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
3401
3440
  </fo:inline>
3402
3441
  <xsl:apply-templates/>
@@ -3480,7 +3519,10 @@
3480
3519
  <xsl:for-each select="*[local-name() = 'note']">
3481
3520
  <xsl:call-template name="note"/>
3482
3521
  </xsl:for-each>
3483
- <xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
3522
+
3523
+
3524
+ <xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
3525
+
3484
3526
  </fo:block-container>
3485
3527
  </xsl:template><xsl:template match="*[local-name() = 'figure'][@class = 'pseudocode']">
3486
3528
  <fo:block id="{@id}">
@@ -3599,15 +3641,15 @@
3599
3641
  </xsl:template><xsl:template match="*[local-name() = 'figure']/*[local-name() = 'name'] | *[local-name() = 'table']/*[local-name() = 'name'] | *[local-name() = 'permission']/*[local-name() = 'name'] | *[local-name() = 'recommendation']/*[local-name() = 'name'] | *[local-name() = 'requirement']/*[local-name() = 'name']" mode="bookmarks">
3600
3642
  <xsl:apply-templates mode="bookmarks"/>
3601
3643
  <xsl:text> </xsl:text>
3602
- </xsl:template><xsl:template match="*[local-name() = 'name']/text()" mode="contents" priority="2">
3644
+ </xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']/text()" mode="contents" priority="2">
3603
3645
  <xsl:value-of select="."/>
3604
- </xsl:template><xsl:template match="*[local-name() = 'name']/text()" mode="bookmarks" priority="2">
3646
+ </xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']/text()" mode="bookmarks" priority="2">
3605
3647
  <xsl:value-of select="."/>
3606
3648
  </xsl:template><xsl:template match="node()" mode="contents">
3607
3649
  <xsl:apply-templates mode="contents"/>
3608
3650
  </xsl:template><xsl:template match="node()" mode="bookmarks">
3609
3651
  <xsl:apply-templates mode="bookmarks"/>
3610
- </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
3652
+ </xsl:template><xsl:template match="*[local-name() = 'title' or local-name() = 'name']//*[local-name() = 'stem']" mode="contents">
3611
3653
  <xsl:apply-templates select="."/>
3612
3654
  </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3613
3655
  <xsl:apply-templates mode="bookmarks"/>
@@ -3806,6 +3848,8 @@
3806
3848
  </fo:list-item-body>
3807
3849
  </fo:list-item>
3808
3850
  </fo:list-block>
3851
+ </xsl:template><xsl:template name="extractSection">
3852
+ <xsl:value-of select="*[local-name() = 'tab'][1]/preceding-sibling::node()"/>
3809
3853
  </xsl:template><xsl:template name="extractTitle">
3810
3854
  <xsl:choose>
3811
3855
  <xsl:when test="*[local-name() = 'tab']">
@@ -3853,6 +3897,7 @@
3853
3897
 
3854
3898
 
3855
3899
 
3900
+
3856
3901
 
3857
3902
 
3858
3903
 
@@ -4175,7 +4220,7 @@
4175
4220
  </fo:inline>
4176
4221
  </xsl:otherwise>
4177
4222
  </xsl:choose>
4178
- </xsl:template><xsl:template match="*[local-name() = 'termsource']">
4223
+ </xsl:template><xsl:template match="*[local-name() = 'termsource']" name="termsource">
4179
4224
  <fo:block xsl:use-attribute-sets="termsource-style">
4180
4225
  <!-- Example: [SOURCE: ISO 5127:2017, 3.1.6.02] -->
4181
4226
  <xsl:variable name="termsource_text">
@@ -4184,13 +4229,15 @@
4184
4229
 
4185
4230
  <xsl:choose>
4186
4231
  <xsl:when test="starts-with(normalize-space($termsource_text), '[')">
4187
- <xsl:apply-templates/>
4232
+ <!-- <xsl:apply-templates /> -->
4233
+ <xsl:copy-of select="$termsource_text"/>
4188
4234
  </xsl:when>
4189
4235
  <xsl:otherwise>
4190
4236
 
4191
4237
  <xsl:text>[</xsl:text>
4192
4238
 
4193
- <xsl:apply-templates/>
4239
+ <!-- <xsl:apply-templates /> -->
4240
+ <xsl:copy-of select="$termsource_text"/>
4194
4241
 
4195
4242
  <xsl:text>]</xsl:text>
4196
4243
 
@@ -4201,8 +4248,15 @@
4201
4248
  <xsl:if test="normalize-space() != ''">
4202
4249
  <xsl:value-of select="."/>
4203
4250
  </xsl:if>
4204
- </xsl:template><xsl:template match="*[local-name() = 'origin']">
4251
+ </xsl:template><xsl:variable name="localized.source">
4252
+ <xsl:call-template name="getLocalizedString">
4253
+ <xsl:with-param name="key">source</xsl:with-param>
4254
+ </xsl:call-template>
4255
+ </xsl:variable><xsl:template match="*[local-name() = 'origin']">
4205
4256
  <fo:basic-link internal-destination="{@bibitemid}" fox:alt-text="{@citeas}">
4257
+ <xsl:if test="normalize-space(@citeas) = ''">
4258
+ <xsl:attribute name="fox:alt-text"><xsl:value-of select="@bibitemid"/></xsl:attribute>
4259
+ </xsl:if>
4206
4260
 
4207
4261
  <fo:inline xsl:use-attribute-sets="origin-style">
4208
4262
  <xsl:apply-templates/>
@@ -4414,7 +4468,6 @@
4414
4468
 
4415
4469
 
4416
4470
 
4417
-
4418
4471
  <xsl:apply-templates/>
4419
4472
  </fo:block>
4420
4473
 
@@ -4457,7 +4510,7 @@
4457
4510
  <xsl:value-of select="java:replaceAll(java:java.lang.String.new(.),' ',' ')"/>
4458
4511
  </xsl:template><xsl:template match="*[local-name() = 'ul'] | *[local-name() = 'ol']">
4459
4512
  <xsl:choose>
4460
- <xsl:when test="parent::*[local-name() = 'note']">
4513
+ <xsl:when test="parent::*[local-name() = 'note'] or parent::*[local-name() = 'termnote']">
4461
4514
  <fo:block-container>
4462
4515
  <xsl:attribute name="margin-left">
4463
4516
  <xsl:choose>
@@ -4467,6 +4520,7 @@
4467
4520
  </xsl:attribute>
4468
4521
 
4469
4522
 
4523
+
4470
4524
  <fo:block-container margin-left="0mm">
4471
4525
  <fo:block>
4472
4526
  <xsl:apply-templates select="." mode="ul_ol"/>
@@ -4668,6 +4722,10 @@
4668
4722
 
4669
4723
 
4670
4724
 
4725
+
4726
+
4727
+
4728
+
4671
4729
  </xsl:template><xsl:template name="processBibitemDocId">
4672
4730
  <xsl:variable name="_doc_ident" select="*[local-name() = 'docidentifier'][not(@type = 'DOI' or @type = 'metanorma' or @type = 'ISSN' or @type = 'ISBN' or @type = 'rfc-anchor')]"/>
4673
4731
  <xsl:choose>
@@ -5059,6 +5117,7 @@
5059
5117
 
5060
5118
 
5061
5119
 
5120
+
5062
5121
  <xsl:value-of select="document('')//*/namespace::m3d"/>
5063
5122
 
5064
5123
 
@@ -5119,13 +5178,18 @@
5119
5178
  </xsl:call-template>
5120
5179
  </xsl:if>
5121
5180
  </xsl:template><xsl:template name="getLocalizedString">
5122
- <xsl:param name="key"/>
5181
+ <xsl:param name="key"/>
5123
5182
 
5124
5183
  <xsl:variable name="curr_lang">
5125
5184
  <xsl:call-template name="getLang"/>
5126
5185
  </xsl:variable>
5127
5186
 
5187
+ <xsl:variable name="data_value" select="normalize-space(xalan:nodeset($bibdata)//*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang])"/>
5188
+
5128
5189
  <xsl:choose>
5190
+ <xsl:when test="$data_value != ''">
5191
+ <xsl:value-of select="$data_value"/>
5192
+ </xsl:when>
5129
5193
  <xsl:when test="/*/*[local-name() = 'localized-strings']/*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]">
5130
5194
  <xsl:value-of select="/*/*[local-name() = 'localized-strings']/*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
5131
5195
  </xsl:when>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module M3AAWG
3
- VERSION = "1.7.2".freeze
3
+ VERSION = "1.7.3".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-m3aawg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-10 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities