metanorma-ogc 2.6.9 → 2.6.11

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: 4b2471d72f7bdd8563f8b8523042b215756daa126beedc860d1bcf72ec86751a
4
- data.tar.gz: d37f101cb3f76473c10659cb41a08fdfecba5102176a93f3155ef7703e09ed2e
3
+ metadata.gz: 1c236820b15f1ea7e11470e96e91eb0fe23b2d6e36655d35f08b0c2266486e1a
4
+ data.tar.gz: b398e486a7281d6b58c8cce648877a2cbc7e1f9b8429ec42761565943bf3a4dd
5
5
  SHA512:
6
- metadata.gz: c8c688babbcf8bc744b3f91922f6d69dd8ac3076b11e99cb50f1a7b5d5415a44b87ca78109234938d504a1c0f8b3e86e69384a5ec673293f6d3053cbde21f922
7
- data.tar.gz: 4681444493e47bca84466982867c3487804904e9400b5b6ff9870b9491f145a3e64dccc1d95b21d992f5f83c8af459d8ea339118482c9386cf68c6ff8a7905d2
6
+ metadata.gz: a83230f83b7a7f9f2e135ee5b87cef038f7f2ed22cafc343095b2176626a712e33054449a54ff3abc8ef9a157c06ea4df9e9c436a394061500cb1509d3594532
7
+ data.tar.gz: bbcc9c0d90cce488c06d023732257255508accacf8c916e960bdaf2824b356b01fe85e1c42ac913659d4eb1a8dc23104b946b99ce833d085fd162982377707a2
@@ -897,12 +897,12 @@
897
897
  <fo:list-item-body start-indent="body-start()">
898
898
  <fo:block text-align-last="justify" margin-left="12mm" text-indent="-12mm">
899
899
  <fo:basic-link internal-destination="{@id}">
900
- <xsl:call-template name="setAltText">
901
- <xsl:with-param name="value" select="text()"/>
902
- </xsl:call-template>
903
900
  <xsl:variable name="sectionTitle">
904
901
  <xsl:apply-templates select="title"/>
905
902
  </xsl:variable>
903
+ <xsl:call-template name="setAltText">
904
+ <xsl:with-param name="value" select="concat(@section, $sectionTitle)"/>
905
+ </xsl:call-template>
906
906
  <xsl:value-of select="java:toUpperCase(java:java.lang.String.new($sectionTitle))"/>
907
907
  <xsl:text> </xsl:text>
908
908
  <fo:inline keep-together.within-line="always">
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <xsl:variable name="document_scheme" select="normalize-space(//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = 'document-scheme']/*[local-name() = 'value'])"/>
1983
1996
 
@@ -3251,6 +3264,9 @@
3251
3264
 
3252
3265
  </xsl:attribute-set>
3253
3266
 
3267
+ <xsl:attribute-set name="related-block-style" use-attribute-sets="preferred-block-style">
3268
+ </xsl:attribute-set>
3269
+
3254
3270
  <xsl:attribute-set name="definition-style">
3255
3271
 
3256
3272
  <xsl:attribute name="space-after">6pt</xsl:attribute>
@@ -5525,7 +5541,9 @@
5525
5541
  <xsl:with-param name="element">
5526
5542
  <fo:basic-link internal-destination="{$ref_id}" fox:alt-text="footnote {$current_fn_number}"> <!-- note: role="Lbl" removed in https://github.com/metanorma/mn2pdf/issues/291 -->
5527
5543
  <fo:inline role="Lbl"> <!-- need for https://github.com/metanorma/metanorma-iso/issues/1003 -->
5544
+
5528
5545
  <xsl:copy-of select="$current_fn_number_text"/>
5546
+
5529
5547
  </fo:inline>
5530
5548
  </fo:basic-link>
5531
5549
  </xsl:with-param>
@@ -5544,8 +5562,7 @@
5544
5562
 
5545
5563
  <fo:block-container xsl:use-attribute-sets="fn-container-body-style" role="SKIP">
5546
5564
 
5547
- <fo:block xsl:use-attribute-sets="fn-body-style" role="SKIP">
5548
-
5565
+ <xsl:variable name="fn_block">
5549
5566
  <xsl:call-template name="refine_fn-body-style"/>
5550
5567
 
5551
5568
  <fo:inline id="{$ref_id}" xsl:use-attribute-sets="fn-body-num-style" role="Lbl">
@@ -5553,9 +5570,15 @@
5553
5570
  <xsl:call-template name="refine_fn-body-num-style"/>
5554
5571
 
5555
5572
  <xsl:value-of select="$current_fn_number_text"/>
5573
+
5556
5574
  </fo:inline>
5557
5575
  <xsl:apply-templates/>
5558
- </fo:block>
5576
+ </xsl:variable>
5577
+
5578
+ <fo:block xsl:use-attribute-sets="fn-body-style" role="SKIP">
5579
+ <xsl:copy-of select="$fn_block"/>
5580
+ </fo:block>
5581
+
5559
5582
  </fo:block-container>
5560
5583
  </fo:footnote-body>
5561
5584
  </fo:footnote>
@@ -6964,6 +6987,12 @@
6964
6987
  </xsl:if>
6965
6988
  </xsl:template>
6966
6989
 
6990
+ <xsl:template match="*[local-name()='strike']">
6991
+ <fo:inline text-decoration="line-through">
6992
+ <xsl:apply-templates/>
6993
+ </fo:inline>
6994
+ </xsl:template>
6995
+
6967
6996
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6997
  <fo:block break-after="page"/>
6969
6998
  <fo:block> </fo:block>
@@ -11606,14 +11635,17 @@
11606
11635
  </fo:block>
11607
11636
  </xsl:template>
11608
11637
 
11609
- <xsl:template match="*[local-name() = 'domain']">
11638
+ <!-- <xsl:template match="*[local-name() = 'domain']"> -->
11610
11639
  <!-- https://github.com/metanorma/isodoc/issues/607
11611
11640
  <fo:inline xsl:use-attribute-sets="domain-style">&lt;<xsl:apply-templates/>&gt;</fo:inline>
11612
11641
  <xsl:text> </xsl:text> -->
11613
- <xsl:if test="not(@hidden = 'true')">
11642
+ <!-- <xsl:if test="not(@hidden = 'true')">
11614
11643
  <xsl:apply-templates/>
11615
11644
  </xsl:if>
11616
- </xsl:template>
11645
+ </xsl:template> -->
11646
+
11647
+ <!-- https://github.com/metanorma/isodoc/issues/632#issuecomment-2567163931 -->
11648
+ <xsl:template match="*[local-name() = 'domain']"/>
11617
11649
 
11618
11650
  <xsl:template match="*[local-name() = 'admitted']">
11619
11651
  <fo:block xsl:use-attribute-sets="admitted-style">
@@ -11628,9 +11660,11 @@
11628
11660
  </xsl:template>
11629
11661
 
11630
11662
  <xsl:template name="setStyle_preferred">
11631
- <xsl:if test="*[local-name() = 'strong']">
11632
- <xsl:attribute name="font-weight">normal</xsl:attribute>
11633
- </xsl:if>
11663
+
11664
+ <xsl:if test="*[local-name() = 'strong']">
11665
+ <xsl:attribute name="font-weight">normal</xsl:attribute>
11666
+ </xsl:if>
11667
+
11634
11668
  </xsl:template>
11635
11669
 
11636
11670
  <!-- regarding ISO 10241-1:2011, If there is more than one preferred term, each preferred term follows the previous one on a new line. -->
@@ -11640,6 +11674,17 @@
11640
11674
  </xsl:template>
11641
11675
  <!-- End Preferred, admitted, deprecated -->
11642
11676
 
11677
+ <xsl:template match="*[local-name() = 'fmt-related']">
11678
+ <fo:block role="SKIP" xsl:use-attribute-sets="related-block-style">
11679
+ <xsl:apply-templates/>
11680
+ </fo:block>
11681
+ </xsl:template>
11682
+ <xsl:template match="*[local-name() = 'fmt-related']/*[local-name() = 'p']" priority="4">
11683
+ <fo:block>
11684
+ <xsl:apply-templates/>
11685
+ </fo:block>
11686
+ </xsl:template>
11687
+
11643
11688
  <!-- ========== -->
11644
11689
  <!-- definition -->
11645
11690
  <!-- ========== -->
@@ -12544,6 +12589,7 @@
12544
12589
 
12545
12590
  <!-- Normative references -->
12546
12591
  <xsl:template match="*[local-name() = 'references'][@normative='true']/*[local-name() = 'bibitem']" name="bibitem" priority="2">
12592
+ <xsl:param name="skip" select="normalize-space(preceding-sibling::*[1][local-name() = 'bibitem'] and 1 = 1)"/> <!-- current bibiitem is non-first -->
12547
12593
 
12548
12594
  <fo:block id="{@id}" xsl:use-attribute-sets="bibitem-normative-style">
12549
12595
 
@@ -13267,7 +13313,8 @@
13267
13313
  <!-- add @id - first element with @id plus '_element_name' -->
13268
13314
  <xsl:variable name="prefix_id_" select="(.//*[@id])[1]/@id"/>
13269
13315
  <xsl:variable name="prefix_id"><xsl:value-of select="$prefix_id_"/><xsl:if test="normalize-space($prefix_id_) = ''"><xsl:value-of select="generate-id()"/></xsl:if></xsl:variable>
13270
- <xsl:attribute name="id"><xsl:value-of select="$prefix_id"/>_<xsl:value-of select="local-name()"/></xsl:attribute>
13316
+ <xsl:variable name="document_suffix" select="ancestor::*[contains(local-name(), '-standard')]/@document_suffix"/>
13317
+ <xsl:attribute name="id"><xsl:value-of select="concat($prefix_id, '_', local-name(), '_', $document_suffix)"/></xsl:attribute>
13271
13318
  </xsl:if>
13272
13319
  </xsl:template>
13273
13320
 
@@ -13324,6 +13371,31 @@
13324
13371
  <xsl:template match="*[local-name() = 'name'][following-sibling::*[1][local-name() = 'fmt-name']]" mode="update_xml_pres"/>
13325
13372
  <xsl:template match="*[local-name() = 'section-title'][following-sibling::*[1][local-name() = 'p'][@type = 'section-title' or @type = 'floating-title']]" mode="update_xml_step1"/>
13326
13373
  <xsl:template match="*[local-name() = 'section-title'][following-sibling::*[1][local-name() = 'p'][@type = 'section-title' or @type = 'floating-title']]" mode="update_xml_pres"/>
13374
+ <!-- <xsl:template match="*[local-name() = 'preferred'][following-sibling::*[not(local-name() = 'preferred')][1][local-name() = 'fmt-preferred']]" mode="update_xml_step1"/> -->
13375
+ <xsl:template match="*[local-name() = 'preferred']" mode="update_xml_step1"/>
13376
+ <!-- <xsl:template match="*[local-name() = 'preferred'][following-sibling::*[not(local-name() = 'preferred')][1][local-name() = 'fmt-preferred']]" mode="update_xml_pres"/> -->
13377
+ <xsl:template match="*[local-name() = 'preferred']" mode="update_xml_pres"/>
13378
+ <!-- <xsl:template match="*[local-name() = 'admitted'][following-sibling::*[not(local-name() = 'admitted')][1][local-name() = 'fmt-admitted']]" mode="update_xml_step1"/> -->
13379
+ <xsl:template match="*[local-name() = 'admitted']" mode="update_xml_step1"/>
13380
+ <!-- <xsl:template match="*[local-name() = 'admitted'][following-sibling::*[not(local-name() = 'admitted')][1][local-name() = 'fmt-admitted']]" mode="update_xml_pres"/> -->
13381
+ <xsl:template match="*[local-name() = 'admitted']" mode="update_xml_pres"/>
13382
+ <!-- <xsl:template match="*[local-name() = 'deprecates'][following-sibling::*[not(local-name() = 'deprecates')][1][local-name() = 'fmt-deprecates']]" mode="update_xml_step1"/> -->
13383
+ <xsl:template match="*[local-name() = 'deprecates']" mode="update_xml_step1"/>
13384
+ <xsl:template match="*[local-name() = 'related']" mode="update_xml_step1"/>
13385
+ <!-- <xsl:template match="*[local-name() = 'deprecates'][following-sibling::*[not(local-name() = 'deprecates')][1][local-name() = 'fmt-deprecates']]" mode="update_xml_pres"/> -->
13386
+ <xsl:template match="*[local-name() = 'deprecates']" mode="update_xml_pres"/>
13387
+ <xsl:template match="*[local-name() = 'related']" mode="update_xml_pres"/>
13388
+ <!-- <xsl:template match="*[local-name() = 'definition'][following-sibling::*[1][local-name() = 'fmt-definition']]" mode="update_xml_step1"/> -->
13389
+ <xsl:template match="*[local-name() = 'definition']" mode="update_xml_step1"/>
13390
+ <!-- <xsl:template match="*[local-name() = 'definition'][following-sibling::*[1][local-name() = 'fmt-definition']]" mode="update_xml_pres"/> -->
13391
+ <xsl:template match="*[local-name() = 'definition']" mode="update_xml_pres"/>
13392
+ <!-- <xsl:template match="*[local-name() = 'termsource'][following-sibling::*[1][local-name() = 'fmt-termsource']]" mode="update_xml_step1"/> -->
13393
+ <xsl:template match="*[local-name() = 'termsource']" mode="update_xml_step1"/>
13394
+ <!-- <xsl:template match="*[local-name() = 'termsource'][following-sibling::*[1][local-name() = 'fmt-termsource']]" mode="update_xml_pres"/> -->
13395
+ <xsl:template match="*[local-name() = 'termsource']" mode="update_xml_pres"/>
13396
+
13397
+ <xsl:template match="*[local-name() = 'term'][@unnumbered = 'true'][not(.//*[starts-with(local-name(), 'fmt-')])]" mode="update_xml_step1"/>
13398
+ <xsl:template match="*[local-name() = 'term'][@unnumbered = 'true'][not(.//*[starts-with(local-name(), 'fmt-')])]" mode="update_xml_pres"/>
13327
13399
 
13328
13400
  <xsl:template match="*[local-name() = 'p'][@type = 'section-title' or @type = 'floating-title'][preceding-sibling::*[1][local-name() = 'section-title']]" mode="update_xml_step1">
13329
13401
  <xsl:copy>
@@ -13368,6 +13440,94 @@
13368
13440
  </xsl:element>
13369
13441
  </xsl:template>
13370
13442
 
13443
+ <xsl:template match="*[local-name() = 'fmt-preferred']"/>
13444
+ <xsl:template match="*[local-name() = 'fmt-preferred'][*[local-name() = 'p']]" mode="update_xml_step1">
13445
+ <xsl:apply-templates mode="update_xml_step1"/>
13446
+ </xsl:template>
13447
+ <xsl:template match="*[local-name() = 'fmt-preferred'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-preferred']/*[local-name() = 'p']" mode="update_xml_step1">
13448
+ <xsl:element name="preferred" namespace="{$namespace_full}">
13449
+ <xsl:copy-of select="@*"/>
13450
+ <xsl:apply-templates mode="update_xml_step1"/>
13451
+ </xsl:element>
13452
+ </xsl:template>
13453
+ <xsl:template match="*[local-name() = 'fmt-preferred'][*[local-name() = 'p']]" mode="update_xml_pres">
13454
+ <xsl:apply-templates mode="update_xml_pres"/>
13455
+ </xsl:template>
13456
+ <xsl:template match="*[local-name() = 'fmt-preferred'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-preferred']/*[local-name() = 'p']" mode="update_xml_pres">
13457
+ <xsl:element name="preferred" namespace="{$namespace_full}">
13458
+ <xsl:copy-of select="@*"/>
13459
+ <xsl:apply-templates mode="update_xml_pres"/>
13460
+ </xsl:element>
13461
+ </xsl:template>
13462
+
13463
+ <xsl:template match="*[local-name() = 'fmt-admitted']"/>
13464
+ <xsl:template match="*[local-name() = 'fmt-admitted'][*[local-name() = 'p']]" mode="update_xml_step1">
13465
+ <xsl:apply-templates mode="update_xml_step1"/>
13466
+ </xsl:template>
13467
+ <xsl:template match="*[local-name() = 'fmt-admitted'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-admitted']/*[local-name() = 'p']" mode="update_xml_step1">
13468
+ <xsl:element name="admitted" namespace="{$namespace_full}">
13469
+ <xsl:copy-of select="@*"/>
13470
+ <xsl:apply-templates mode="update_xml_step1"/>
13471
+ </xsl:element>
13472
+ </xsl:template>
13473
+ <xsl:template match="*[local-name() = 'fmt-admitted'][*[local-name() = 'p']]" mode="update_xml_pres">
13474
+ <xsl:apply-templates mode="update_xml_pres"/>
13475
+ </xsl:template>
13476
+ <xsl:template match="*[local-name() = 'fmt-admitted'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-admitted']/*[local-name() = 'p']" mode="update_xml_pres">
13477
+ <xsl:element name="admitted" namespace="{$namespace_full}">
13478
+ <xsl:copy-of select="@*"/>
13479
+ <xsl:apply-templates mode="update_xml_pres"/>
13480
+ </xsl:element>
13481
+ </xsl:template>
13482
+
13483
+ <xsl:template match="*[local-name() = 'fmt-deprecates']"/>
13484
+ <xsl:template match="*[local-name() = 'fmt-deprecates'][*[local-name() = 'p']]" mode="update_xml_step1">
13485
+ <xsl:apply-templates mode="update_xml_step1"/>
13486
+ </xsl:template>
13487
+ <xsl:template match="*[local-name() = 'fmt-deprecates'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-deprecates']/*[local-name() = 'p']" mode="update_xml_step1">
13488
+ <xsl:element name="deprecates" namespace="{$namespace_full}">
13489
+ <xsl:copy-of select="@*"/>
13490
+ <xsl:apply-templates mode="update_xml_step1"/>
13491
+ </xsl:element>
13492
+ </xsl:template>
13493
+ <xsl:template match="*[local-name() = 'fmt-deprecates'][*[local-name() = 'p']]" mode="update_xml_pres">
13494
+ <xsl:apply-templates mode="update_xml_pres"/>
13495
+ </xsl:template>
13496
+ <xsl:template match="*[local-name() = 'fmt-deprecates'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-deprecates']/*[local-name() = 'p']" mode="update_xml_pres">
13497
+ <xsl:element name="deprecates" namespace="{$namespace_full}">
13498
+ <xsl:copy-of select="@*"/>
13499
+ <xsl:apply-templates mode="update_xml_pres"/>
13500
+ </xsl:element>
13501
+ </xsl:template>
13502
+
13503
+ <xsl:template match="*[local-name() = 'fmt-definition']"/>
13504
+ <xsl:template match="*[local-name() = 'fmt-definition']" mode="update_xml_step1">
13505
+ <xsl:element name="definition" namespace="{$namespace_full}">
13506
+ <xsl:copy-of select="@*"/>
13507
+ <xsl:apply-templates mode="update_xml_step1"/>
13508
+ </xsl:element>
13509
+ </xsl:template>
13510
+ <xsl:template match="*[local-name() = 'fmt-definition']" mode="update_xml_pres">
13511
+ <xsl:element name="definition" namespace="{$namespace_full}">
13512
+ <xsl:copy-of select="@*"/>
13513
+ <xsl:apply-templates mode="update_xml_pres"/>
13514
+ </xsl:element>
13515
+ </xsl:template>
13516
+
13517
+ <xsl:template match="*[local-name() = 'fmt-termsource']"/>
13518
+ <xsl:template match="*[local-name() = 'fmt-termsource']" mode="update_xml_step1">
13519
+ <xsl:element name="termsource" namespace="{$namespace_full}">
13520
+ <xsl:copy-of select="@*"/>
13521
+ <xsl:apply-templates mode="update_xml_step1"/>
13522
+ </xsl:element>
13523
+ </xsl:template>
13524
+ <xsl:template match="*[local-name() = 'fmt-termsource']" mode="update_xml_pres">
13525
+ <xsl:element name="termsource" namespace="{$namespace_full}">
13526
+ <xsl:copy-of select="@*"/>
13527
+ <xsl:apply-templates mode="update_xml_pres"/>
13528
+ </xsl:element>
13529
+ </xsl:template>
13530
+
13371
13531
  <xsl:template match="*[local-name() = 'span'][ @class = 'fmt-caption-label' or @class = 'fmt-element-name' or @class = 'fmt-caption-delim' or @class = 'fmt-autonum-delim']" mode="update_xml_step1" priority="3">
13372
13532
  <xsl:apply-templates mode="update_xml_step1"/>
13373
13533
  </xsl:template>
@@ -14499,7 +14659,7 @@
14499
14659
  </xsl:template>
14500
14660
 
14501
14661
  <xsl:template name="namespaceCheck">
14502
- <xsl:variable name="documentNS" select="namespace-uri(/*)"/>
14662
+ <xsl:variable name="documentNS" select="$namespace_full"/> <!-- namespace-uri(/*) -->
14503
14663
  <xsl:variable name="XSLNS">
14504
14664
 
14505
14665
  <xsl:value-of select="document('')//*/namespace::ogc"/>
@@ -14589,6 +14749,9 @@
14589
14749
  <xsl:when test="$formatted = 'true' and string-length($bibdata_updated) != ''">
14590
14750
  <xsl:apply-templates select="xalan:nodeset($bibdata_updated)//*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
14591
14751
  </xsl:when>
14752
+ <xsl:when test="string-length($bibdata_updated) != ''">
14753
+ <xsl:value-of select="xalan:nodeset($bibdata_updated)//*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
14754
+ </xsl:when>
14592
14755
  <xsl:when test="$formatted = 'true'">
14593
14756
  <xsl:apply-templates select="xalan:nodeset($bibdata)//*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
14594
14757
  </xsl:when>