metanorma-ogc 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1027,6 +1027,9 @@
1027
1027
  <title-continued lang="en">(continued)</title-continued>
1028
1028
  <title-continued lang="fr">(continué)</title-continued>
1029
1029
 
1030
+ </xsl:variable><xsl:variable name="bibdata">
1031
+ <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'bibdata']"/>
1032
+ <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'localized-strings']"/>
1030
1033
  </xsl:variable><xsl:variable name="tab_zh"> </xsl:variable><xsl:template name="getTitle">
1031
1034
  <xsl:param name="name"/>
1032
1035
  <xsl:param name="lang"/>
@@ -1055,6 +1058,7 @@
1055
1058
 
1056
1059
  </xsl:attribute-set><xsl:attribute-set name="link-style">
1057
1060
 
1061
+
1058
1062
  <xsl:attribute name="color">blue</xsl:attribute>
1059
1063
  <xsl:attribute name="text-decoration">underline</xsl:attribute>
1060
1064
 
@@ -1221,6 +1225,7 @@
1221
1225
 
1222
1226
  </xsl:attribute-set><xsl:attribute-set name="table-name-style">
1223
1227
  <xsl:attribute name="keep-with-next">always</xsl:attribute>
1228
+
1224
1229
 
1225
1230
 
1226
1231
 
@@ -1262,6 +1267,7 @@
1262
1267
  </xsl:attribute-set><xsl:attribute-set name="xref-style">
1263
1268
 
1264
1269
 
1270
+
1265
1271
  <xsl:attribute name="color">blue</xsl:attribute>
1266
1272
  <xsl:attribute name="text-decoration">underline</xsl:attribute>
1267
1273
 
@@ -1278,6 +1284,7 @@
1278
1284
 
1279
1285
 
1280
1286
 
1287
+
1281
1288
 
1282
1289
 
1283
1290
 
@@ -1305,6 +1312,7 @@
1305
1312
 
1306
1313
 
1307
1314
 
1315
+
1308
1316
  <xsl:attribute name="padding-right">4mm</xsl:attribute>
1309
1317
 
1310
1318
 
@@ -1328,6 +1336,7 @@
1328
1336
 
1329
1337
  </xsl:attribute-set><xsl:attribute-set name="termnote-style">
1330
1338
 
1339
+
1331
1340
  <xsl:attribute name="font-size">10pt</xsl:attribute>
1332
1341
  <xsl:attribute name="margin-bottom">12pt</xsl:attribute>
1333
1342
 
@@ -1336,6 +1345,7 @@
1336
1345
 
1337
1346
 
1338
1347
  </xsl:attribute-set><xsl:attribute-set name="termnote-name-style">
1348
+
1339
1349
 
1340
1350
 
1341
1351
  </xsl:attribute-set><xsl:attribute-set name="quote-style">
@@ -1359,6 +1369,7 @@
1359
1369
 
1360
1370
  </xsl:attribute-set><xsl:attribute-set name="termsource-style">
1361
1371
 
1372
+
1362
1373
  <xsl:attribute name="margin-bottom">12pt</xsl:attribute>
1363
1374
  <xsl:attribute name="keep-with-previous">always</xsl:attribute>
1364
1375
 
@@ -1377,6 +1388,7 @@
1377
1388
 
1378
1389
  </xsl:attribute-set><xsl:attribute-set name="figure-name-style">
1379
1390
 
1391
+
1380
1392
 
1381
1393
 
1382
1394
 
@@ -1409,6 +1421,7 @@
1409
1421
  <xsl:attribute name="text-align">center</xsl:attribute>
1410
1422
 
1411
1423
 
1424
+
1412
1425
  <xsl:attribute name="space-before">12pt</xsl:attribute>
1413
1426
  <xsl:attribute name="space-after">0pt</xsl:attribute>
1414
1427
 
@@ -1419,6 +1432,7 @@
1419
1432
 
1420
1433
  </xsl:attribute-set><xsl:attribute-set name="image-graphic-style">
1421
1434
 
1435
+
1422
1436
  <xsl:attribute name="width">100%</xsl:attribute>
1423
1437
  <xsl:attribute name="content-height">scale-to-fit</xsl:attribute>
1424
1438
  <xsl:attribute name="scaling">uniform</xsl:attribute>
@@ -1454,6 +1468,7 @@
1454
1468
  <xsl:attribute name="space-after">6pt</xsl:attribute>
1455
1469
 
1456
1470
 
1471
+
1457
1472
  </xsl:attribute-set><xsl:variable name="color-added-text">
1458
1473
  <xsl:text>rgb(0, 255, 0)</xsl:text>
1459
1474
  </xsl:variable><xsl:attribute-set name="add-style">
@@ -1589,6 +1604,7 @@
1589
1604
 
1590
1605
  <fo:block-container margin-left="-{$margin-left}mm" margin-right="-{$margin-left}mm">
1591
1606
 
1607
+
1592
1608
  <xsl:attribute name="font-size">10pt</xsl:attribute>
1593
1609
 
1594
1610
 
@@ -1608,6 +1624,8 @@
1608
1624
 
1609
1625
 
1610
1626
 
1627
+
1628
+
1611
1629
  <xsl:variable name="table_width">
1612
1630
  <!-- for centered table always 100% (@width will be set for middle/second cell of outer table) -->
1613
1631
 
@@ -1631,6 +1649,7 @@
1631
1649
 
1632
1650
 
1633
1651
 
1652
+
1634
1653
  <attribute name="margin-left">0mm</attribute>
1635
1654
  <attribute name="margin-right">0mm</attribute>
1636
1655
 
@@ -1774,11 +1793,22 @@
1774
1793
  </xsl:choose>
1775
1794
 
1776
1795
  </xsl:template><xsl:template match="*[local-name()='table']/*[local-name() = 'name']"/><xsl:template match="*[local-name()='table']/*[local-name() = 'name']" mode="presentation">
1796
+ <xsl:param name="continued"/>
1777
1797
  <xsl:if test="normalize-space() != ''">
1778
1798
  <fo:block xsl:use-attribute-sets="table-name-style">
1779
1799
 
1780
1800
 
1781
- <xsl:apply-templates/>
1801
+ <xsl:choose>
1802
+ <xsl:when test="$continued = 'true'">
1803
+ <!-- <xsl:if test="$namespace = 'bsi'"></xsl:if> -->
1804
+
1805
+ </xsl:when>
1806
+ <xsl:otherwise>
1807
+ <xsl:apply-templates/>
1808
+ </xsl:otherwise>
1809
+ </xsl:choose>
1810
+
1811
+
1782
1812
  </fo:block>
1783
1813
  </xsl:if>
1784
1814
  </xsl:template><xsl:template name="calculate-columns-numbers">
@@ -1918,18 +1948,18 @@
1918
1948
  <xsl:apply-templates/>
1919
1949
  </fo:table-header>
1920
1950
  </xsl:template><xsl:template name="table-header-title">
1921
- <xsl:param name="cols-count"/>
1951
+ <xsl:param name="cols-count"/>
1922
1952
  <!-- row for title -->
1923
1953
  <fo:table-row>
1924
1954
  <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">
1925
- <xsl:apply-templates select="ancestor::*[local-name()='table']/*[local-name()='name']" mode="presentation"/>
1955
+
1956
+ <xsl:apply-templates select="ancestor::*[local-name()='table']/*[local-name()='name']" mode="presentation">
1957
+ <xsl:with-param name="continued">true</xsl:with-param>
1958
+ </xsl:apply-templates>
1926
1959
  <xsl:for-each select="ancestor::*[local-name()='table'][1]">
1927
1960
  <xsl:call-template name="fn_name_display"/>
1928
- </xsl:for-each>
1929
- <fo:block text-align="right" font-style="italic">
1930
- <xsl:text> </xsl:text>
1931
- <fo:retrieve-table-marker retrieve-class-name="table_continued"/>
1932
- </fo:block>
1961
+ </xsl:for-each>
1962
+
1933
1963
  </fo:table-cell>
1934
1964
  </fo:table-row>
1935
1965
  </xsl:template><xsl:template match="*[local-name()='thead']" mode="process_tbody">
@@ -2150,6 +2180,7 @@
2150
2180
 
2151
2181
 
2152
2182
 
2183
+
2153
2184
  </xsl:if>
2154
2185
  <xsl:if test="$parent-name = 'tfoot'">
2155
2186
 
@@ -2182,6 +2213,7 @@
2182
2213
 
2183
2214
 
2184
2215
 
2216
+
2185
2217
  <xsl:attribute name="padding">1mm</xsl:attribute>
2186
2218
  <xsl:attribute name="background-color">rgb(0, 51, 102)</xsl:attribute>
2187
2219
  <xsl:attribute name="color">white</xsl:attribute>
@@ -2881,6 +2913,7 @@
2881
2913
 
2882
2914
 
2883
2915
 
2916
+
2884
2917
  10
2885
2918
 
2886
2919
 
@@ -3264,11 +3297,15 @@
3264
3297
  </xsl:apply-templates>
3265
3298
  </xsl:template><xsl:template name="getLang">
3266
3299
  <xsl:variable name="language_current" select="normalize-space(//*[local-name()='bibdata']//*[local-name()='language'][@current = 'true'])"/>
3300
+ <xsl:variable name="language_current_2" select="normalize-space(xalan:nodeset($bibdata)//*[local-name()='bibdata']//*[local-name()='language'][@current = 'true'])"/>
3267
3301
  <xsl:variable name="language">
3268
3302
  <xsl:choose>
3269
3303
  <xsl:when test="$language_current != ''">
3270
3304
  <xsl:value-of select="$language_current"/>
3271
3305
  </xsl:when>
3306
+ <xsl:when test="$language_current_2 != ''">
3307
+ <xsl:value-of select="$language_current_2"/>
3308
+ </xsl:when>
3272
3309
  <xsl:otherwise>
3273
3310
  <xsl:value-of select="//*[local-name()='bibdata']//*[local-name()='language']"/>
3274
3311
  </xsl:otherwise>
@@ -3485,6 +3522,7 @@
3485
3522
 
3486
3523
 
3487
3524
  <fo:inline xsl:use-attribute-sets="note-name-style">
3525
+
3488
3526
  <xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
3489
3527
  </fo:inline>
3490
3528
  <xsl:apply-templates/>
@@ -3511,6 +3549,7 @@
3511
3549
  </xsl:template><xsl:template match="*[local-name() = 'termnote']">
3512
3550
  <fo:block id="{@id}" xsl:use-attribute-sets="termnote-style">
3513
3551
  <fo:inline xsl:use-attribute-sets="termnote-name-style">
3552
+
3514
3553
  <xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
3515
3554
  </fo:inline>
3516
3555
  <xsl:apply-templates/>
@@ -3590,7 +3629,10 @@
3590
3629
  <xsl:for-each select="*[local-name() = 'note']">
3591
3630
  <xsl:call-template name="note"/>
3592
3631
  </xsl:for-each>
3593
- <xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
3632
+
3633
+
3634
+ <xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
3635
+
3594
3636
  </fo:block-container>
3595
3637
  </xsl:template><xsl:template match="*[local-name() = 'figure'][@class = 'pseudocode']">
3596
3638
  <fo:block id="{@id}">
@@ -3709,15 +3751,15 @@
3709
3751
  </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">
3710
3752
  <xsl:apply-templates mode="bookmarks"/>
3711
3753
  <xsl:text> </xsl:text>
3712
- </xsl:template><xsl:template match="*[local-name() = 'name']/text()" mode="contents" priority="2">
3754
+ </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">
3713
3755
  <xsl:value-of select="."/>
3714
- </xsl:template><xsl:template match="*[local-name() = 'name']/text()" mode="bookmarks" priority="2">
3756
+ </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">
3715
3757
  <xsl:value-of select="."/>
3716
3758
  </xsl:template><xsl:template match="node()" mode="contents">
3717
3759
  <xsl:apply-templates mode="contents"/>
3718
3760
  </xsl:template><xsl:template match="node()" mode="bookmarks">
3719
3761
  <xsl:apply-templates mode="bookmarks"/>
3720
- </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
3762
+ </xsl:template><xsl:template match="*[local-name() = 'title' or local-name() = 'name']//*[local-name() = 'stem']" mode="contents">
3721
3763
  <xsl:apply-templates select="."/>
3722
3764
  </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
3723
3765
  <xsl:apply-templates mode="bookmarks"/>
@@ -3927,6 +3969,8 @@
3927
3969
  </fo:list-item-body>
3928
3970
  </fo:list-item>
3929
3971
  </fo:list-block>
3972
+ </xsl:template><xsl:template name="extractSection">
3973
+ <xsl:value-of select="*[local-name() = 'tab'][1]/preceding-sibling::node()"/>
3930
3974
  </xsl:template><xsl:template name="extractTitle">
3931
3975
  <xsl:choose>
3932
3976
  <xsl:when test="*[local-name() = 'tab']">
@@ -3974,6 +4018,7 @@
3974
4018
 
3975
4019
 
3976
4020
 
4021
+
3977
4022
 
3978
4023
 
3979
4024
 
@@ -4304,7 +4349,7 @@
4304
4349
  </fo:inline>
4305
4350
  </xsl:otherwise>
4306
4351
  </xsl:choose>
4307
- </xsl:template><xsl:template match="*[local-name() = 'termsource']">
4352
+ </xsl:template><xsl:template match="*[local-name() = 'termsource']" name="termsource">
4308
4353
  <fo:block xsl:use-attribute-sets="termsource-style">
4309
4354
  <!-- Example: [SOURCE: ISO 5127:2017, 3.1.6.02] -->
4310
4355
  <xsl:variable name="termsource_text">
@@ -4313,13 +4358,15 @@
4313
4358
 
4314
4359
  <xsl:choose>
4315
4360
  <xsl:when test="starts-with(normalize-space($termsource_text), '[')">
4316
- <xsl:apply-templates/>
4361
+ <!-- <xsl:apply-templates /> -->
4362
+ <xsl:copy-of select="$termsource_text"/>
4317
4363
  </xsl:when>
4318
4364
  <xsl:otherwise>
4319
4365
 
4320
4366
  <xsl:text>[</xsl:text>
4321
4367
 
4322
- <xsl:apply-templates/>
4368
+ <!-- <xsl:apply-templates /> -->
4369
+ <xsl:copy-of select="$termsource_text"/>
4323
4370
 
4324
4371
  <xsl:text>]</xsl:text>
4325
4372
 
@@ -4330,14 +4377,20 @@
4330
4377
  <xsl:if test="normalize-space() != ''">
4331
4378
  <xsl:value-of select="."/>
4332
4379
  </xsl:if>
4333
- </xsl:template><xsl:template match="*[local-name() = 'origin']">
4380
+ </xsl:template><xsl:variable name="localized.source">
4381
+ <xsl:call-template name="getLocalizedString">
4382
+ <xsl:with-param name="key">source</xsl:with-param>
4383
+ </xsl:call-template>
4384
+ </xsl:variable><xsl:template match="*[local-name() = 'origin']">
4334
4385
  <fo:basic-link internal-destination="{@bibitemid}" fox:alt-text="{@citeas}">
4386
+ <xsl:if test="normalize-space(@citeas) = ''">
4387
+ <xsl:attribute name="fox:alt-text"><xsl:value-of select="@bibitemid"/></xsl:attribute>
4388
+ </xsl:if>
4335
4389
 
4336
4390
  <fo:inline>
4337
4391
 
4338
4392
 
4339
4393
 
4340
-
4341
4394
  <xsl:call-template name="getTitle">
4342
4395
  <xsl:with-param name="name" select="'title-source'"/>
4343
4396
  </xsl:call-template>
@@ -4558,7 +4611,6 @@
4558
4611
 
4559
4612
 
4560
4613
 
4561
-
4562
4614
  <xsl:apply-templates/>
4563
4615
  </fo:block>
4564
4616
 
@@ -4601,7 +4653,7 @@
4601
4653
  <xsl:value-of select="java:replaceAll(java:java.lang.String.new(.),' ',' ')"/>
4602
4654
  </xsl:template><xsl:template match="*[local-name() = 'ul'] | *[local-name() = 'ol']">
4603
4655
  <xsl:choose>
4604
- <xsl:when test="parent::*[local-name() = 'note']">
4656
+ <xsl:when test="parent::*[local-name() = 'note'] or parent::*[local-name() = 'termnote']">
4605
4657
  <fo:block-container>
4606
4658
  <xsl:attribute name="margin-left">
4607
4659
  <xsl:choose>
@@ -4611,6 +4663,7 @@
4611
4663
  </xsl:attribute>
4612
4664
 
4613
4665
 
4666
+
4614
4667
  <fo:block-container margin-left="0mm">
4615
4668
  <fo:block>
4616
4669
  <xsl:apply-templates select="." mode="ul_ol"/>
@@ -4952,6 +5005,10 @@
4952
5005
 
4953
5006
 
4954
5007
 
5008
+
5009
+
5010
+
5011
+
4955
5012
  </xsl:template><xsl:template name="processBibitemDocId">
4956
5013
  <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')]"/>
4957
5014
  <xsl:choose>
@@ -5339,6 +5396,7 @@
5339
5396
 
5340
5397
 
5341
5398
 
5399
+
5342
5400
  <xsl:value-of select="document('')//*/namespace::ogc"/>
5343
5401
 
5344
5402
 
@@ -5403,13 +5461,18 @@
5403
5461
  </xsl:call-template>
5404
5462
  </xsl:if>
5405
5463
  </xsl:template><xsl:template name="getLocalizedString">
5406
- <xsl:param name="key"/>
5464
+ <xsl:param name="key"/>
5407
5465
 
5408
5466
  <xsl:variable name="curr_lang">
5409
5467
  <xsl:call-template name="getLang"/>
5410
5468
  </xsl:variable>
5411
5469
 
5470
+ <xsl:variable name="data_value" select="normalize-space(xalan:nodeset($bibdata)//*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang])"/>
5471
+
5412
5472
  <xsl:choose>
5473
+ <xsl:when test="$data_value != ''">
5474
+ <xsl:value-of select="$data_value"/>
5475
+ </xsl:when>
5413
5476
  <xsl:when test="/*/*[local-name() = 'localized-strings']/*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]">
5414
5477
  <xsl:value-of select="/*/*[local-name() = 'localized-strings']/*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
5415
5478
  </xsl:when>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ogc
3
- VERSION = "1.3.2".freeze
3
+ VERSION = "1.3.3".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-ogc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.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: iso-639