metanorma-iso 2.9.3 → 2.9.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/iso/i18n-en.yaml +4 -0
- data/lib/isodoc/iso/i18n-fr.yaml +6 -2
- data/lib/isodoc/iso/iso.amendment.xsl +223 -19
- data/lib/isodoc/iso/iso.international-standard.xsl +223 -19
- data/lib/isodoc/iso/presentation_terms.rb +5 -1
- data/lib/metanorma/iso/biblio.rng +15 -9
- data/lib/metanorma/iso/front.rb +1 -0
- data/lib/metanorma/iso/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fe83bad2a7399c95b11c24d60ba37fb5068570bb7da9af1cf0bee99380dfc3f
|
4
|
+
data.tar.gz: a7b5bee127f589a01fbe2d4161c2ab1dfc3b7f2c03ca96d9294871dbbd25640c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2990837a34da1911b1070d458e735411235e6d2619993a95f2db33608ade897e289d4bb22e13897e5cfa5fd8b1ad60d129d5c65b5a85821dd556be724b202ca1
|
7
|
+
data.tar.gz: 808778fb664c374ce55a916da7b7e3389614ccd5a78297d525aed3926005256edceab2f72b80a4b50f194cdf270706fd4ec89071176b1f29b2484bd870fb9cf7
|
data/lib/isodoc/iso/i18n-en.yaml
CHANGED
@@ -33,6 +33,10 @@ classification-UDC: UDC
|
|
33
33
|
website: website
|
34
34
|
formerly_id: "(formerly %)"
|
35
35
|
was_developed_by: "%1 was developed by %2"
|
36
|
+
iso-cen-parallel: ISO/CEN PARALLEL PROCESSING
|
37
|
+
draft_comment_1: This document is a draft circulated for comments and approval. It is therefore subject to change and may not be referred to as an international standard until published as such.
|
38
|
+
draft_comment_2: In addition to their evaluation as being acceptable for industrial, technological, commercial and user purposes, draft international standards may on occasion have to be considered in the light of their potential to become standards to which reference may be made in national regulations.
|
39
|
+
draft_comment_3: Recipients of this draft are invited to submit, with their comments, notification of any relevant patent rights of which they are aware and to provide supporting documentation.
|
36
40
|
doctype_dict:
|
37
41
|
international-standard: International Standard
|
38
42
|
technical-specification: Technical Specification
|
data/lib/isodoc/iso/i18n-fr.yaml
CHANGED
@@ -23,13 +23,17 @@ edition_ordinal_old: "{{ var1 | ordinal_num: 'edition', '' }} ÉDITION"
|
|
23
23
|
edition_replacement: "Cette {{ var1 | ordinal_word: 'edition', '' }} édition annule et remplace la {{ var2 | ordinal_word: 'edition', '' }} édition"
|
24
24
|
termsrelated: Termes liés
|
25
25
|
availablefrom: Disponible sur
|
26
|
-
voting_begins_on:
|
27
|
-
voting_terminates_on:
|
26
|
+
voting_begins_on: Début de vote
|
27
|
+
voting_terminates_on: Vote clos le
|
28
28
|
corrected_version: Version corrigée
|
29
29
|
fast-track-procedure: Procédure accélérée
|
30
30
|
classification-UDC: CDU
|
31
31
|
formerly_id: "(précédemment %)"
|
32
32
|
was_developed_by: "%1 a été élaboré par %2"
|
33
|
+
iso-cen-parallel: TRAITEMENT PARALLÈLE ISO/CEN
|
34
|
+
draft_comment_1: Ce document est un projet diffusé pour observations et approbation. Il est donc susceptible de modification et ne peut être cité comme norme internationale avant sa publication en tant que telle.
|
35
|
+
draft_comment_2: Outre le fait d’être examinés pour établir s’ils sont acceptables à des fins industrielles, technologiques et commerciales, ainsi que du point de vue des utilisateurs, les projets de normes internationales doivent parfois être considérés du point de vue de leur possibilité de devenir des normes pouvant servir de référence dans la réglementation nationale.
|
36
|
+
draft_comment_3: Les destinataires du présent projet sont invités à présenter, avec leurs observations, notification des droits de propriété dont ils auraient éventuellement connaissance et à fournir une documentation explicative.
|
33
37
|
website: site web
|
34
38
|
doctype_dict:
|
35
39
|
international-standard: Norme internationale
|
@@ -287,6 +287,7 @@
|
|
287
287
|
<xsl:variable name="i18n_date_printing"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">date_printing</xsl:with-param></xsl:call-template></xsl:variable>
|
288
288
|
<xsl:variable name="i18n_corrected_version"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">corrected_version</xsl:with-param></xsl:call-template></xsl:variable>
|
289
289
|
<xsl:variable name="i18n_fast_track_procedure"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">fast-track-procedure</xsl:with-param></xsl:call-template></xsl:variable>
|
290
|
+
<xsl:variable name="i18n_iso_cen_parallel"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">iso-cen-parallel</xsl:with-param></xsl:call-template></xsl:variable>
|
290
291
|
<xsl:variable name="i18n_all_rights_reserved"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">all_rights_reserved</xsl:with-param></xsl:call-template></xsl:variable>
|
291
292
|
<xsl:variable name="i18n_locality_page"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">locality.page</xsl:with-param></xsl:call-template></xsl:variable>
|
292
293
|
<xsl:variable name="i18n_locality_part"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">locality.part</xsl:with-param></xsl:call-template></xsl:variable>
|
@@ -1863,9 +1864,19 @@
|
|
1863
1864
|
|
1864
1865
|
<xsl:choose>
|
1865
1866
|
<xsl:when test="$stage-abbreviation = 'DIS'"> <!-- or $stage-abbreviation = 'DAMD' or $stage-abbreviation = 'DAM' -->
|
1866
|
-
<xsl:
|
1867
|
-
|
1868
|
-
|
1867
|
+
<xsl:choose>
|
1868
|
+
<xsl:when test="contains($stagename, ' ')">
|
1869
|
+
<!-- Draft International Standard to DRAFT -->
|
1870
|
+
<xsl:value-of select="java:toUpperCase(java:java.lang.String.new(substring-before($stagename, ' ')))"/>
|
1871
|
+
<xsl:value-of select="$linebreak"/>
|
1872
|
+
<xsl:value-of select="substring-after($stagename, ' ')"/>
|
1873
|
+
</xsl:when>
|
1874
|
+
<xsl:otherwise>
|
1875
|
+
<xsl:value-of select="java:toUpperCase(java:java.lang.String.new($stagename))"/>
|
1876
|
+
<xsl:value-of select="$linebreak"/>
|
1877
|
+
<xsl:value-of select="$doctype_localized"/>
|
1878
|
+
</xsl:otherwise>
|
1879
|
+
</xsl:choose>
|
1869
1880
|
</xsl:when>
|
1870
1881
|
<!-- <xsl:when test="$stage-abbreviation = 'FDAmd' or $stage-abbreviation = 'FDAM'"><xsl:value-of select="$doctype_uppercased"/></xsl:when> -->
|
1871
1882
|
<xsl:when test="$stagename-header-coverpage != ''">
|
@@ -1949,7 +1960,8 @@
|
|
1949
1960
|
</xsl:if>
|
1950
1961
|
|
1951
1962
|
<xsl:if test="$stage-abbreviation = 'NWIP' or $stage-abbreviation = 'NP' or $stage-abbreviation = 'PWI' or $stage-abbreviation = 'AWI' or $stage-abbreviation = 'WD' or $stage-abbreviation = 'CD' or $stage-abbreviation = 'FDIS' or $stagename_abbreviation = 'FDIS' or $stage-abbreviation = 'DIS' or $stage-abbreviation = 'DAMD' or $stage-abbreviation = 'DAM' or $stagename_abbreviation = 'DIS'">
|
1952
|
-
<fo:block margin-top="20mm">
|
1963
|
+
<fo:block margin-top="20mm" font-size="11pt">
|
1964
|
+
<xsl:call-template name="insertInterFont"/>
|
1953
1965
|
<xsl:copy-of select="$ics"/>
|
1954
1966
|
</fo:block>
|
1955
1967
|
</xsl:if>
|
@@ -2046,7 +2058,7 @@
|
|
2046
2058
|
|
2047
2059
|
<xsl:if test="normalize-space($additionalNotes) != ''"> <!-- or $stage-abbreviation = 'PRF' -->
|
2048
2060
|
<xsl:attribute name="display-align">center</xsl:attribute>
|
2049
|
-
<fo:block>
|
2061
|
+
<fo:block margin-bottom="6.5mm">
|
2050
2062
|
<xsl:copy-of select="$additionalNotes"/>
|
2051
2063
|
</fo:block>
|
2052
2064
|
</xsl:if>
|
@@ -2163,11 +2175,15 @@
|
|
2163
2175
|
<fo:block-container height="22.5mm" display-align="center" role="SKIP">
|
2164
2176
|
|
2165
2177
|
<xsl:variable name="iso-fast-track" select="normalize-space(/iso:iso-standard/iso:bibdata/iso:ext/iso:fast-track)"/>
|
2166
|
-
|
2167
2178
|
<xsl:if test="normalize-space($iso-fast-track) = 'true'">
|
2168
2179
|
<xsl:attribute name="height">28mm</xsl:attribute>
|
2169
2180
|
</xsl:if>
|
2170
2181
|
|
2182
|
+
<xsl:variable name="iso-cen-parallel" select="normalize-space(/iso:iso-standard/iso:bibdata/iso:ext/iso:iso-cen-parallel)"/>
|
2183
|
+
<xsl:if test="normalize-space($iso-cen-parallel) = 'true'">
|
2184
|
+
<xsl:attribute name="height">35mm</xsl:attribute>
|
2185
|
+
</xsl:if>
|
2186
|
+
|
2171
2187
|
<fo:block>
|
2172
2188
|
<xsl:call-template name="insertCoverPageAdditionalNotes"/>
|
2173
2189
|
</fo:block>
|
@@ -3099,6 +3115,31 @@
|
|
3099
3115
|
</fo:block>
|
3100
3116
|
</fo:block-container>
|
3101
3117
|
</xsl:if>
|
3118
|
+
|
3119
|
+
<xsl:variable name="iso-cen-parallel" select="normalize-space(/iso:iso-standard/iso:bibdata/iso:ext/iso:iso-cen-parallel)"/>
|
3120
|
+
|
3121
|
+
<xsl:if test="normalize-space($iso-cen-parallel) = 'true'">
|
3122
|
+
<fo:block-container space-before="4mm" role="SKIP">
|
3123
|
+
<fo:block background-color="rgb(77,77,77)" color="white" fox:border-radius="5pt" text-align="center" display-align="center" font-size="19pt" font-weight="bold" role="SKIP">
|
3124
|
+
<xsl:if test="$layoutVersion = '2024'">
|
3125
|
+
<xsl:attribute name="background-color">rgb(88,88,88)</xsl:attribute>
|
3126
|
+
<xsl:attribute name="fox:border-radius">0pt</xsl:attribute>
|
3127
|
+
<xsl:attribute name="font-size">16pt</xsl:attribute>
|
3128
|
+
</xsl:if>
|
3129
|
+
<fo:block-container height="13.2mm" role="SKIP">
|
3130
|
+
<xsl:if test="$layoutVersion = '2024'">
|
3131
|
+
<xsl:attribute name="height">11.2mm</xsl:attribute>
|
3132
|
+
<xsl:attribute name="padding-top">2mm</xsl:attribute>
|
3133
|
+
</xsl:if>
|
3134
|
+
<fo:block>
|
3135
|
+
<!-- <xsl:text>ISO/CEN PARALLEL PROCESSING</xsl:text> -->
|
3136
|
+
<xsl:value-of select="java:toUpperCase(java:java.lang.String.new($i18n_iso_cen_parallel))"/>
|
3137
|
+
</fo:block>
|
3138
|
+
</fo:block-container>
|
3139
|
+
</fo:block>
|
3140
|
+
</fo:block-container>
|
3141
|
+
</xsl:if>
|
3142
|
+
|
3102
3143
|
</xsl:if>
|
3103
3144
|
</xsl:template>
|
3104
3145
|
|
@@ -5552,8 +5593,21 @@
|
|
5552
5593
|
|
5553
5594
|
<!-- <xsl:strip-space elements="iso:xref"/> -->
|
5554
5595
|
|
5555
|
-
<xsl:variable name="
|
5556
|
-
|
5596
|
+
<xsl:variable name="namespace_full_">
|
5597
|
+
<xsl:choose>
|
5598
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
5599
|
+
<xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
|
5600
|
+
</xsl:choose>
|
5601
|
+
</xsl:variable>
|
5602
|
+
<xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
|
5603
|
+
|
5604
|
+
<xsl:variable name="root_element_">
|
5605
|
+
<xsl:choose>
|
5606
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
5607
|
+
<xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
|
5608
|
+
</xsl:choose>
|
5609
|
+
</xsl:variable>
|
5610
|
+
<xsl:variable name="root_element" select="normalize-space($root_element_)"/>
|
5557
5611
|
|
5558
5612
|
<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'])"/>
|
5559
5613
|
|
@@ -6961,6 +7015,9 @@
|
|
6961
7015
|
|
6962
7016
|
</xsl:attribute-set>
|
6963
7017
|
|
7018
|
+
<xsl:attribute-set name="related-block-style" use-attribute-sets="preferred-block-style">
|
7019
|
+
</xsl:attribute-set>
|
7020
|
+
|
6964
7021
|
<xsl:attribute-set name="definition-style">
|
6965
7022
|
|
6966
7023
|
<xsl:attribute name="margin-bottom">6pt</xsl:attribute>
|
@@ -9310,7 +9367,9 @@
|
|
9310
9367
|
<xsl:with-param name="element">
|
9311
9368
|
<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 -->
|
9312
9369
|
<fo:inline role="Lbl"> <!-- need for https://github.com/metanorma/metanorma-iso/issues/1003 -->
|
9370
|
+
|
9313
9371
|
<xsl:copy-of select="$current_fn_number_text"/>
|
9372
|
+
|
9314
9373
|
</fo:inline>
|
9315
9374
|
</fo:basic-link>
|
9316
9375
|
</xsl:with-param>
|
@@ -9329,8 +9388,7 @@
|
|
9329
9388
|
|
9330
9389
|
<fo:block-container xsl:use-attribute-sets="fn-container-body-style" role="SKIP">
|
9331
9390
|
|
9332
|
-
<
|
9333
|
-
|
9391
|
+
<xsl:variable name="fn_block">
|
9334
9392
|
<xsl:call-template name="refine_fn-body-style"/>
|
9335
9393
|
|
9336
9394
|
<fo:inline id="{$ref_id}" xsl:use-attribute-sets="fn-body-num-style" role="Lbl">
|
@@ -9338,9 +9396,15 @@
|
|
9338
9396
|
<xsl:call-template name="refine_fn-body-num-style"/>
|
9339
9397
|
|
9340
9398
|
<xsl:value-of select="$current_fn_number_text"/>
|
9399
|
+
|
9341
9400
|
</fo:inline>
|
9342
9401
|
<xsl:apply-templates/>
|
9343
|
-
</
|
9402
|
+
</xsl:variable>
|
9403
|
+
|
9404
|
+
<fo:block xsl:use-attribute-sets="fn-body-style" role="SKIP">
|
9405
|
+
<xsl:copy-of select="$fn_block"/>
|
9406
|
+
</fo:block>
|
9407
|
+
|
9344
9408
|
</fo:block-container>
|
9345
9409
|
</fo:footnote-body>
|
9346
9410
|
</fo:footnote>
|
@@ -10758,6 +10822,12 @@
|
|
10758
10822
|
</xsl:if>
|
10759
10823
|
</xsl:template>
|
10760
10824
|
|
10825
|
+
<xsl:template match="*[local-name()='strike']">
|
10826
|
+
<fo:inline text-decoration="line-through">
|
10827
|
+
<xsl:apply-templates/>
|
10828
|
+
</fo:inline>
|
10829
|
+
</xsl:template>
|
10830
|
+
|
10761
10831
|
<xsl:template match="*[local-name() = 'pagebreak']">
|
10762
10832
|
<fo:block break-after="page"/>
|
10763
10833
|
<fo:block> </fo:block>
|
@@ -15523,14 +15593,17 @@
|
|
15523
15593
|
</fo:block>
|
15524
15594
|
</xsl:template>
|
15525
15595
|
|
15526
|
-
<xsl:template match="*[local-name() = 'domain']">
|
15596
|
+
<!-- <xsl:template match="*[local-name() = 'domain']"> -->
|
15527
15597
|
<!-- https://github.com/metanorma/isodoc/issues/607
|
15528
15598
|
<fo:inline xsl:use-attribute-sets="domain-style"><<xsl:apply-templates/>></fo:inline>
|
15529
15599
|
<xsl:text> </xsl:text> -->
|
15530
|
-
<xsl:if test="not(@hidden = 'true')">
|
15600
|
+
<!-- <xsl:if test="not(@hidden = 'true')">
|
15531
15601
|
<xsl:apply-templates/>
|
15532
15602
|
</xsl:if>
|
15533
|
-
</xsl:template>
|
15603
|
+
</xsl:template> -->
|
15604
|
+
|
15605
|
+
<!-- https://github.com/metanorma/isodoc/issues/632#issuecomment-2567163931 -->
|
15606
|
+
<xsl:template match="*[local-name() = 'domain']"/>
|
15534
15607
|
|
15535
15608
|
<xsl:template match="*[local-name() = 'admitted']">
|
15536
15609
|
<fo:block xsl:use-attribute-sets="admitted-style">
|
@@ -15545,9 +15618,11 @@
|
|
15545
15618
|
</xsl:template>
|
15546
15619
|
|
15547
15620
|
<xsl:template name="setStyle_preferred">
|
15548
|
-
|
15549
|
-
|
15550
|
-
|
15621
|
+
|
15622
|
+
<xsl:if test="*[local-name() = 'strong']">
|
15623
|
+
<xsl:attribute name="font-weight">normal</xsl:attribute>
|
15624
|
+
</xsl:if>
|
15625
|
+
|
15551
15626
|
</xsl:template>
|
15552
15627
|
|
15553
15628
|
<!-- regarding ISO 10241-1:2011, If there is more than one preferred term, each preferred term follows the previous one on a new line. -->
|
@@ -15557,6 +15632,17 @@
|
|
15557
15632
|
</xsl:template>
|
15558
15633
|
<!-- End Preferred, admitted, deprecated -->
|
15559
15634
|
|
15635
|
+
<xsl:template match="*[local-name() = 'fmt-related']">
|
15636
|
+
<fo:block role="SKIP" xsl:use-attribute-sets="related-block-style">
|
15637
|
+
<xsl:apply-templates/>
|
15638
|
+
</fo:block>
|
15639
|
+
</xsl:template>
|
15640
|
+
<xsl:template match="*[local-name() = 'fmt-related']/*[local-name() = 'p']" priority="4">
|
15641
|
+
<fo:block>
|
15642
|
+
<xsl:apply-templates/>
|
15643
|
+
</fo:block>
|
15644
|
+
</xsl:template>
|
15645
|
+
|
15560
15646
|
<!-- ========== -->
|
15561
15647
|
<!-- definition -->
|
15562
15648
|
<!-- ========== -->
|
@@ -16517,6 +16603,7 @@
|
|
16517
16603
|
|
16518
16604
|
<!-- Normative references -->
|
16519
16605
|
<xsl:template match="*[local-name() = 'references'][@normative='true']/*[local-name() = 'bibitem']" name="bibitem" priority="2">
|
16606
|
+
<xsl:param name="skip" select="normalize-space(preceding-sibling::*[1][local-name() = 'bibitem'] and 1 = 1)"/> <!-- current bibiitem is non-first -->
|
16520
16607
|
|
16521
16608
|
<fo:block id="{@id}" xsl:use-attribute-sets="bibitem-normative-style">
|
16522
16609
|
|
@@ -17239,7 +17326,8 @@
|
|
17239
17326
|
<!-- add @id - first element with @id plus '_element_name' -->
|
17240
17327
|
<xsl:variable name="prefix_id_" select="(.//*[@id])[1]/@id"/>
|
17241
17328
|
<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>
|
17242
|
-
<xsl:
|
17329
|
+
<xsl:variable name="document_suffix" select="ancestor::*[contains(local-name(), '-standard')]/@document_suffix"/>
|
17330
|
+
<xsl:attribute name="id"><xsl:value-of select="concat($prefix_id, '_', local-name(), '_', $document_suffix)"/></xsl:attribute>
|
17243
17331
|
</xsl:if>
|
17244
17332
|
</xsl:template>
|
17245
17333
|
|
@@ -17296,6 +17384,31 @@
|
|
17296
17384
|
<xsl:template match="*[local-name() = 'name'][following-sibling::*[1][local-name() = 'fmt-name']]" mode="update_xml_pres"/>
|
17297
17385
|
<xsl:template match="*[local-name() = 'section-title'][following-sibling::*[1][local-name() = 'p'][@type = 'section-title' or @type = 'floating-title']]" mode="update_xml_step1"/>
|
17298
17386
|
<xsl:template match="*[local-name() = 'section-title'][following-sibling::*[1][local-name() = 'p'][@type = 'section-title' or @type = 'floating-title']]" mode="update_xml_pres"/>
|
17387
|
+
<!-- <xsl:template match="*[local-name() = 'preferred'][following-sibling::*[not(local-name() = 'preferred')][1][local-name() = 'fmt-preferred']]" mode="update_xml_step1"/> -->
|
17388
|
+
<xsl:template match="*[local-name() = 'preferred']" mode="update_xml_step1"/>
|
17389
|
+
<!-- <xsl:template match="*[local-name() = 'preferred'][following-sibling::*[not(local-name() = 'preferred')][1][local-name() = 'fmt-preferred']]" mode="update_xml_pres"/> -->
|
17390
|
+
<xsl:template match="*[local-name() = 'preferred']" mode="update_xml_pres"/>
|
17391
|
+
<!-- <xsl:template match="*[local-name() = 'admitted'][following-sibling::*[not(local-name() = 'admitted')][1][local-name() = 'fmt-admitted']]" mode="update_xml_step1"/> -->
|
17392
|
+
<xsl:template match="*[local-name() = 'admitted']" mode="update_xml_step1"/>
|
17393
|
+
<!-- <xsl:template match="*[local-name() = 'admitted'][following-sibling::*[not(local-name() = 'admitted')][1][local-name() = 'fmt-admitted']]" mode="update_xml_pres"/> -->
|
17394
|
+
<xsl:template match="*[local-name() = 'admitted']" mode="update_xml_pres"/>
|
17395
|
+
<!-- <xsl:template match="*[local-name() = 'deprecates'][following-sibling::*[not(local-name() = 'deprecates')][1][local-name() = 'fmt-deprecates']]" mode="update_xml_step1"/> -->
|
17396
|
+
<xsl:template match="*[local-name() = 'deprecates']" mode="update_xml_step1"/>
|
17397
|
+
<xsl:template match="*[local-name() = 'related']" mode="update_xml_step1"/>
|
17398
|
+
<!-- <xsl:template match="*[local-name() = 'deprecates'][following-sibling::*[not(local-name() = 'deprecates')][1][local-name() = 'fmt-deprecates']]" mode="update_xml_pres"/> -->
|
17399
|
+
<xsl:template match="*[local-name() = 'deprecates']" mode="update_xml_pres"/>
|
17400
|
+
<xsl:template match="*[local-name() = 'related']" mode="update_xml_pres"/>
|
17401
|
+
<!-- <xsl:template match="*[local-name() = 'definition'][following-sibling::*[1][local-name() = 'fmt-definition']]" mode="update_xml_step1"/> -->
|
17402
|
+
<xsl:template match="*[local-name() = 'definition']" mode="update_xml_step1"/>
|
17403
|
+
<!-- <xsl:template match="*[local-name() = 'definition'][following-sibling::*[1][local-name() = 'fmt-definition']]" mode="update_xml_pres"/> -->
|
17404
|
+
<xsl:template match="*[local-name() = 'definition']" mode="update_xml_pres"/>
|
17405
|
+
<!-- <xsl:template match="*[local-name() = 'termsource'][following-sibling::*[1][local-name() = 'fmt-termsource']]" mode="update_xml_step1"/> -->
|
17406
|
+
<xsl:template match="*[local-name() = 'termsource']" mode="update_xml_step1"/>
|
17407
|
+
<!-- <xsl:template match="*[local-name() = 'termsource'][following-sibling::*[1][local-name() = 'fmt-termsource']]" mode="update_xml_pres"/> -->
|
17408
|
+
<xsl:template match="*[local-name() = 'termsource']" mode="update_xml_pres"/>
|
17409
|
+
|
17410
|
+
<xsl:template match="*[local-name() = 'term'][@unnumbered = 'true'][not(.//*[starts-with(local-name(), 'fmt-')])]" mode="update_xml_step1"/>
|
17411
|
+
<xsl:template match="*[local-name() = 'term'][@unnumbered = 'true'][not(.//*[starts-with(local-name(), 'fmt-')])]" mode="update_xml_pres"/>
|
17299
17412
|
|
17300
17413
|
<xsl:template match="*[local-name() = 'p'][@type = 'section-title' or @type = 'floating-title'][preceding-sibling::*[1][local-name() = 'section-title']]" mode="update_xml_step1">
|
17301
17414
|
<xsl:copy>
|
@@ -17340,6 +17453,94 @@
|
|
17340
17453
|
</xsl:element>
|
17341
17454
|
</xsl:template>
|
17342
17455
|
|
17456
|
+
<xsl:template match="*[local-name() = 'fmt-preferred']"/>
|
17457
|
+
<xsl:template match="*[local-name() = 'fmt-preferred'][*[local-name() = 'p']]" mode="update_xml_step1">
|
17458
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17459
|
+
</xsl:template>
|
17460
|
+
<xsl:template match="*[local-name() = 'fmt-preferred'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-preferred']/*[local-name() = 'p']" mode="update_xml_step1">
|
17461
|
+
<xsl:element name="preferred" namespace="{$namespace_full}">
|
17462
|
+
<xsl:copy-of select="@*"/>
|
17463
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17464
|
+
</xsl:element>
|
17465
|
+
</xsl:template>
|
17466
|
+
<xsl:template match="*[local-name() = 'fmt-preferred'][*[local-name() = 'p']]" mode="update_xml_pres">
|
17467
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17468
|
+
</xsl:template>
|
17469
|
+
<xsl:template match="*[local-name() = 'fmt-preferred'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-preferred']/*[local-name() = 'p']" mode="update_xml_pres">
|
17470
|
+
<xsl:element name="preferred" namespace="{$namespace_full}">
|
17471
|
+
<xsl:copy-of select="@*"/>
|
17472
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17473
|
+
</xsl:element>
|
17474
|
+
</xsl:template>
|
17475
|
+
|
17476
|
+
<xsl:template match="*[local-name() = 'fmt-admitted']"/>
|
17477
|
+
<xsl:template match="*[local-name() = 'fmt-admitted'][*[local-name() = 'p']]" mode="update_xml_step1">
|
17478
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17479
|
+
</xsl:template>
|
17480
|
+
<xsl:template match="*[local-name() = 'fmt-admitted'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-admitted']/*[local-name() = 'p']" mode="update_xml_step1">
|
17481
|
+
<xsl:element name="admitted" namespace="{$namespace_full}">
|
17482
|
+
<xsl:copy-of select="@*"/>
|
17483
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17484
|
+
</xsl:element>
|
17485
|
+
</xsl:template>
|
17486
|
+
<xsl:template match="*[local-name() = 'fmt-admitted'][*[local-name() = 'p']]" mode="update_xml_pres">
|
17487
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17488
|
+
</xsl:template>
|
17489
|
+
<xsl:template match="*[local-name() = 'fmt-admitted'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-admitted']/*[local-name() = 'p']" mode="update_xml_pres">
|
17490
|
+
<xsl:element name="admitted" namespace="{$namespace_full}">
|
17491
|
+
<xsl:copy-of select="@*"/>
|
17492
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17493
|
+
</xsl:element>
|
17494
|
+
</xsl:template>
|
17495
|
+
|
17496
|
+
<xsl:template match="*[local-name() = 'fmt-deprecates']"/>
|
17497
|
+
<xsl:template match="*[local-name() = 'fmt-deprecates'][*[local-name() = 'p']]" mode="update_xml_step1">
|
17498
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17499
|
+
</xsl:template>
|
17500
|
+
<xsl:template match="*[local-name() = 'fmt-deprecates'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-deprecates']/*[local-name() = 'p']" mode="update_xml_step1">
|
17501
|
+
<xsl:element name="deprecates" namespace="{$namespace_full}">
|
17502
|
+
<xsl:copy-of select="@*"/>
|
17503
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17504
|
+
</xsl:element>
|
17505
|
+
</xsl:template>
|
17506
|
+
<xsl:template match="*[local-name() = 'fmt-deprecates'][*[local-name() = 'p']]" mode="update_xml_pres">
|
17507
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17508
|
+
</xsl:template>
|
17509
|
+
<xsl:template match="*[local-name() = 'fmt-deprecates'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-deprecates']/*[local-name() = 'p']" mode="update_xml_pres">
|
17510
|
+
<xsl:element name="deprecates" namespace="{$namespace_full}">
|
17511
|
+
<xsl:copy-of select="@*"/>
|
17512
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17513
|
+
</xsl:element>
|
17514
|
+
</xsl:template>
|
17515
|
+
|
17516
|
+
<xsl:template match="*[local-name() = 'fmt-definition']"/>
|
17517
|
+
<xsl:template match="*[local-name() = 'fmt-definition']" mode="update_xml_step1">
|
17518
|
+
<xsl:element name="definition" namespace="{$namespace_full}">
|
17519
|
+
<xsl:copy-of select="@*"/>
|
17520
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17521
|
+
</xsl:element>
|
17522
|
+
</xsl:template>
|
17523
|
+
<xsl:template match="*[local-name() = 'fmt-definition']" mode="update_xml_pres">
|
17524
|
+
<xsl:element name="definition" namespace="{$namespace_full}">
|
17525
|
+
<xsl:copy-of select="@*"/>
|
17526
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17527
|
+
</xsl:element>
|
17528
|
+
</xsl:template>
|
17529
|
+
|
17530
|
+
<xsl:template match="*[local-name() = 'fmt-termsource']"/>
|
17531
|
+
<xsl:template match="*[local-name() = 'fmt-termsource']" mode="update_xml_step1">
|
17532
|
+
<xsl:element name="termsource" namespace="{$namespace_full}">
|
17533
|
+
<xsl:copy-of select="@*"/>
|
17534
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17535
|
+
</xsl:element>
|
17536
|
+
</xsl:template>
|
17537
|
+
<xsl:template match="*[local-name() = 'fmt-termsource']" mode="update_xml_pres">
|
17538
|
+
<xsl:element name="termsource" namespace="{$namespace_full}">
|
17539
|
+
<xsl:copy-of select="@*"/>
|
17540
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17541
|
+
</xsl:element>
|
17542
|
+
</xsl:template>
|
17543
|
+
|
17343
17544
|
<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">
|
17344
17545
|
<xsl:apply-templates mode="update_xml_step1"/>
|
17345
17546
|
</xsl:template>
|
@@ -18605,7 +18806,7 @@
|
|
18605
18806
|
</xsl:template>
|
18606
18807
|
|
18607
18808
|
<xsl:template name="namespaceCheck">
|
18608
|
-
<xsl:variable name="documentNS" select="namespace-uri(/*)
|
18809
|
+
<xsl:variable name="documentNS" select="$namespace_full"/> <!-- namespace-uri(/*) -->
|
18609
18810
|
<xsl:variable name="XSLNS">
|
18610
18811
|
|
18611
18812
|
<xsl:value-of select="document('')//*/namespace::iso"/>
|
@@ -18695,6 +18896,9 @@
|
|
18695
18896
|
<xsl:when test="$formatted = 'true' and string-length($bibdata_updated) != ''">
|
18696
18897
|
<xsl:apply-templates select="xalan:nodeset($bibdata_updated)//*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
|
18697
18898
|
</xsl:when>
|
18899
|
+
<xsl:when test="string-length($bibdata_updated) != ''">
|
18900
|
+
<xsl:value-of select="xalan:nodeset($bibdata_updated)//*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
|
18901
|
+
</xsl:when>
|
18698
18902
|
<xsl:when test="$formatted = 'true'">
|
18699
18903
|
<xsl:apply-templates select="xalan:nodeset($bibdata)//*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
|
18700
18904
|
</xsl:when>
|
@@ -287,6 +287,7 @@
|
|
287
287
|
<xsl:variable name="i18n_date_printing"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">date_printing</xsl:with-param></xsl:call-template></xsl:variable>
|
288
288
|
<xsl:variable name="i18n_corrected_version"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">corrected_version</xsl:with-param></xsl:call-template></xsl:variable>
|
289
289
|
<xsl:variable name="i18n_fast_track_procedure"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">fast-track-procedure</xsl:with-param></xsl:call-template></xsl:variable>
|
290
|
+
<xsl:variable name="i18n_iso_cen_parallel"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">iso-cen-parallel</xsl:with-param></xsl:call-template></xsl:variable>
|
290
291
|
<xsl:variable name="i18n_all_rights_reserved"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">all_rights_reserved</xsl:with-param></xsl:call-template></xsl:variable>
|
291
292
|
<xsl:variable name="i18n_locality_page"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">locality.page</xsl:with-param></xsl:call-template></xsl:variable>
|
292
293
|
<xsl:variable name="i18n_locality_part"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">locality.part</xsl:with-param></xsl:call-template></xsl:variable>
|
@@ -1863,9 +1864,19 @@
|
|
1863
1864
|
|
1864
1865
|
<xsl:choose>
|
1865
1866
|
<xsl:when test="$stage-abbreviation = 'DIS'"> <!-- or $stage-abbreviation = 'DAMD' or $stage-abbreviation = 'DAM' -->
|
1866
|
-
<xsl:
|
1867
|
-
|
1868
|
-
|
1867
|
+
<xsl:choose>
|
1868
|
+
<xsl:when test="contains($stagename, ' ')">
|
1869
|
+
<!-- Draft International Standard to DRAFT -->
|
1870
|
+
<xsl:value-of select="java:toUpperCase(java:java.lang.String.new(substring-before($stagename, ' ')))"/>
|
1871
|
+
<xsl:value-of select="$linebreak"/>
|
1872
|
+
<xsl:value-of select="substring-after($stagename, ' ')"/>
|
1873
|
+
</xsl:when>
|
1874
|
+
<xsl:otherwise>
|
1875
|
+
<xsl:value-of select="java:toUpperCase(java:java.lang.String.new($stagename))"/>
|
1876
|
+
<xsl:value-of select="$linebreak"/>
|
1877
|
+
<xsl:value-of select="$doctype_localized"/>
|
1878
|
+
</xsl:otherwise>
|
1879
|
+
</xsl:choose>
|
1869
1880
|
</xsl:when>
|
1870
1881
|
<!-- <xsl:when test="$stage-abbreviation = 'FDAmd' or $stage-abbreviation = 'FDAM'"><xsl:value-of select="$doctype_uppercased"/></xsl:when> -->
|
1871
1882
|
<xsl:when test="$stagename-header-coverpage != ''">
|
@@ -1949,7 +1960,8 @@
|
|
1949
1960
|
</xsl:if>
|
1950
1961
|
|
1951
1962
|
<xsl:if test="$stage-abbreviation = 'NWIP' or $stage-abbreviation = 'NP' or $stage-abbreviation = 'PWI' or $stage-abbreviation = 'AWI' or $stage-abbreviation = 'WD' or $stage-abbreviation = 'CD' or $stage-abbreviation = 'FDIS' or $stagename_abbreviation = 'FDIS' or $stage-abbreviation = 'DIS' or $stage-abbreviation = 'DAMD' or $stage-abbreviation = 'DAM' or $stagename_abbreviation = 'DIS'">
|
1952
|
-
<fo:block margin-top="20mm">
|
1963
|
+
<fo:block margin-top="20mm" font-size="11pt">
|
1964
|
+
<xsl:call-template name="insertInterFont"/>
|
1953
1965
|
<xsl:copy-of select="$ics"/>
|
1954
1966
|
</fo:block>
|
1955
1967
|
</xsl:if>
|
@@ -2046,7 +2058,7 @@
|
|
2046
2058
|
|
2047
2059
|
<xsl:if test="normalize-space($additionalNotes) != ''"> <!-- or $stage-abbreviation = 'PRF' -->
|
2048
2060
|
<xsl:attribute name="display-align">center</xsl:attribute>
|
2049
|
-
<fo:block>
|
2061
|
+
<fo:block margin-bottom="6.5mm">
|
2050
2062
|
<xsl:copy-of select="$additionalNotes"/>
|
2051
2063
|
</fo:block>
|
2052
2064
|
</xsl:if>
|
@@ -2163,11 +2175,15 @@
|
|
2163
2175
|
<fo:block-container height="22.5mm" display-align="center" role="SKIP">
|
2164
2176
|
|
2165
2177
|
<xsl:variable name="iso-fast-track" select="normalize-space(/iso:iso-standard/iso:bibdata/iso:ext/iso:fast-track)"/>
|
2166
|
-
|
2167
2178
|
<xsl:if test="normalize-space($iso-fast-track) = 'true'">
|
2168
2179
|
<xsl:attribute name="height">28mm</xsl:attribute>
|
2169
2180
|
</xsl:if>
|
2170
2181
|
|
2182
|
+
<xsl:variable name="iso-cen-parallel" select="normalize-space(/iso:iso-standard/iso:bibdata/iso:ext/iso:iso-cen-parallel)"/>
|
2183
|
+
<xsl:if test="normalize-space($iso-cen-parallel) = 'true'">
|
2184
|
+
<xsl:attribute name="height">35mm</xsl:attribute>
|
2185
|
+
</xsl:if>
|
2186
|
+
|
2171
2187
|
<fo:block>
|
2172
2188
|
<xsl:call-template name="insertCoverPageAdditionalNotes"/>
|
2173
2189
|
</fo:block>
|
@@ -3099,6 +3115,31 @@
|
|
3099
3115
|
</fo:block>
|
3100
3116
|
</fo:block-container>
|
3101
3117
|
</xsl:if>
|
3118
|
+
|
3119
|
+
<xsl:variable name="iso-cen-parallel" select="normalize-space(/iso:iso-standard/iso:bibdata/iso:ext/iso:iso-cen-parallel)"/>
|
3120
|
+
|
3121
|
+
<xsl:if test="normalize-space($iso-cen-parallel) = 'true'">
|
3122
|
+
<fo:block-container space-before="4mm" role="SKIP">
|
3123
|
+
<fo:block background-color="rgb(77,77,77)" color="white" fox:border-radius="5pt" text-align="center" display-align="center" font-size="19pt" font-weight="bold" role="SKIP">
|
3124
|
+
<xsl:if test="$layoutVersion = '2024'">
|
3125
|
+
<xsl:attribute name="background-color">rgb(88,88,88)</xsl:attribute>
|
3126
|
+
<xsl:attribute name="fox:border-radius">0pt</xsl:attribute>
|
3127
|
+
<xsl:attribute name="font-size">16pt</xsl:attribute>
|
3128
|
+
</xsl:if>
|
3129
|
+
<fo:block-container height="13.2mm" role="SKIP">
|
3130
|
+
<xsl:if test="$layoutVersion = '2024'">
|
3131
|
+
<xsl:attribute name="height">11.2mm</xsl:attribute>
|
3132
|
+
<xsl:attribute name="padding-top">2mm</xsl:attribute>
|
3133
|
+
</xsl:if>
|
3134
|
+
<fo:block>
|
3135
|
+
<!-- <xsl:text>ISO/CEN PARALLEL PROCESSING</xsl:text> -->
|
3136
|
+
<xsl:value-of select="java:toUpperCase(java:java.lang.String.new($i18n_iso_cen_parallel))"/>
|
3137
|
+
</fo:block>
|
3138
|
+
</fo:block-container>
|
3139
|
+
</fo:block>
|
3140
|
+
</fo:block-container>
|
3141
|
+
</xsl:if>
|
3142
|
+
|
3102
3143
|
</xsl:if>
|
3103
3144
|
</xsl:template>
|
3104
3145
|
|
@@ -5552,8 +5593,21 @@
|
|
5552
5593
|
|
5553
5594
|
<!-- <xsl:strip-space elements="iso:xref"/> -->
|
5554
5595
|
|
5555
|
-
<xsl:variable name="
|
5556
|
-
|
5596
|
+
<xsl:variable name="namespace_full_">
|
5597
|
+
<xsl:choose>
|
5598
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
5599
|
+
<xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
|
5600
|
+
</xsl:choose>
|
5601
|
+
</xsl:variable>
|
5602
|
+
<xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
|
5603
|
+
|
5604
|
+
<xsl:variable name="root_element_">
|
5605
|
+
<xsl:choose>
|
5606
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
5607
|
+
<xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
|
5608
|
+
</xsl:choose>
|
5609
|
+
</xsl:variable>
|
5610
|
+
<xsl:variable name="root_element" select="normalize-space($root_element_)"/>
|
5557
5611
|
|
5558
5612
|
<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'])"/>
|
5559
5613
|
|
@@ -6961,6 +7015,9 @@
|
|
6961
7015
|
|
6962
7016
|
</xsl:attribute-set>
|
6963
7017
|
|
7018
|
+
<xsl:attribute-set name="related-block-style" use-attribute-sets="preferred-block-style">
|
7019
|
+
</xsl:attribute-set>
|
7020
|
+
|
6964
7021
|
<xsl:attribute-set name="definition-style">
|
6965
7022
|
|
6966
7023
|
<xsl:attribute name="margin-bottom">6pt</xsl:attribute>
|
@@ -9310,7 +9367,9 @@
|
|
9310
9367
|
<xsl:with-param name="element">
|
9311
9368
|
<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 -->
|
9312
9369
|
<fo:inline role="Lbl"> <!-- need for https://github.com/metanorma/metanorma-iso/issues/1003 -->
|
9370
|
+
|
9313
9371
|
<xsl:copy-of select="$current_fn_number_text"/>
|
9372
|
+
|
9314
9373
|
</fo:inline>
|
9315
9374
|
</fo:basic-link>
|
9316
9375
|
</xsl:with-param>
|
@@ -9329,8 +9388,7 @@
|
|
9329
9388
|
|
9330
9389
|
<fo:block-container xsl:use-attribute-sets="fn-container-body-style" role="SKIP">
|
9331
9390
|
|
9332
|
-
<
|
9333
|
-
|
9391
|
+
<xsl:variable name="fn_block">
|
9334
9392
|
<xsl:call-template name="refine_fn-body-style"/>
|
9335
9393
|
|
9336
9394
|
<fo:inline id="{$ref_id}" xsl:use-attribute-sets="fn-body-num-style" role="Lbl">
|
@@ -9338,9 +9396,15 @@
|
|
9338
9396
|
<xsl:call-template name="refine_fn-body-num-style"/>
|
9339
9397
|
|
9340
9398
|
<xsl:value-of select="$current_fn_number_text"/>
|
9399
|
+
|
9341
9400
|
</fo:inline>
|
9342
9401
|
<xsl:apply-templates/>
|
9343
|
-
</
|
9402
|
+
</xsl:variable>
|
9403
|
+
|
9404
|
+
<fo:block xsl:use-attribute-sets="fn-body-style" role="SKIP">
|
9405
|
+
<xsl:copy-of select="$fn_block"/>
|
9406
|
+
</fo:block>
|
9407
|
+
|
9344
9408
|
</fo:block-container>
|
9345
9409
|
</fo:footnote-body>
|
9346
9410
|
</fo:footnote>
|
@@ -10758,6 +10822,12 @@
|
|
10758
10822
|
</xsl:if>
|
10759
10823
|
</xsl:template>
|
10760
10824
|
|
10825
|
+
<xsl:template match="*[local-name()='strike']">
|
10826
|
+
<fo:inline text-decoration="line-through">
|
10827
|
+
<xsl:apply-templates/>
|
10828
|
+
</fo:inline>
|
10829
|
+
</xsl:template>
|
10830
|
+
|
10761
10831
|
<xsl:template match="*[local-name() = 'pagebreak']">
|
10762
10832
|
<fo:block break-after="page"/>
|
10763
10833
|
<fo:block> </fo:block>
|
@@ -15523,14 +15593,17 @@
|
|
15523
15593
|
</fo:block>
|
15524
15594
|
</xsl:template>
|
15525
15595
|
|
15526
|
-
<xsl:template match="*[local-name() = 'domain']">
|
15596
|
+
<!-- <xsl:template match="*[local-name() = 'domain']"> -->
|
15527
15597
|
<!-- https://github.com/metanorma/isodoc/issues/607
|
15528
15598
|
<fo:inline xsl:use-attribute-sets="domain-style"><<xsl:apply-templates/>></fo:inline>
|
15529
15599
|
<xsl:text> </xsl:text> -->
|
15530
|
-
<xsl:if test="not(@hidden = 'true')">
|
15600
|
+
<!-- <xsl:if test="not(@hidden = 'true')">
|
15531
15601
|
<xsl:apply-templates/>
|
15532
15602
|
</xsl:if>
|
15533
|
-
</xsl:template>
|
15603
|
+
</xsl:template> -->
|
15604
|
+
|
15605
|
+
<!-- https://github.com/metanorma/isodoc/issues/632#issuecomment-2567163931 -->
|
15606
|
+
<xsl:template match="*[local-name() = 'domain']"/>
|
15534
15607
|
|
15535
15608
|
<xsl:template match="*[local-name() = 'admitted']">
|
15536
15609
|
<fo:block xsl:use-attribute-sets="admitted-style">
|
@@ -15545,9 +15618,11 @@
|
|
15545
15618
|
</xsl:template>
|
15546
15619
|
|
15547
15620
|
<xsl:template name="setStyle_preferred">
|
15548
|
-
|
15549
|
-
|
15550
|
-
|
15621
|
+
|
15622
|
+
<xsl:if test="*[local-name() = 'strong']">
|
15623
|
+
<xsl:attribute name="font-weight">normal</xsl:attribute>
|
15624
|
+
</xsl:if>
|
15625
|
+
|
15551
15626
|
</xsl:template>
|
15552
15627
|
|
15553
15628
|
<!-- regarding ISO 10241-1:2011, If there is more than one preferred term, each preferred term follows the previous one on a new line. -->
|
@@ -15557,6 +15632,17 @@
|
|
15557
15632
|
</xsl:template>
|
15558
15633
|
<!-- End Preferred, admitted, deprecated -->
|
15559
15634
|
|
15635
|
+
<xsl:template match="*[local-name() = 'fmt-related']">
|
15636
|
+
<fo:block role="SKIP" xsl:use-attribute-sets="related-block-style">
|
15637
|
+
<xsl:apply-templates/>
|
15638
|
+
</fo:block>
|
15639
|
+
</xsl:template>
|
15640
|
+
<xsl:template match="*[local-name() = 'fmt-related']/*[local-name() = 'p']" priority="4">
|
15641
|
+
<fo:block>
|
15642
|
+
<xsl:apply-templates/>
|
15643
|
+
</fo:block>
|
15644
|
+
</xsl:template>
|
15645
|
+
|
15560
15646
|
<!-- ========== -->
|
15561
15647
|
<!-- definition -->
|
15562
15648
|
<!-- ========== -->
|
@@ -16517,6 +16603,7 @@
|
|
16517
16603
|
|
16518
16604
|
<!-- Normative references -->
|
16519
16605
|
<xsl:template match="*[local-name() = 'references'][@normative='true']/*[local-name() = 'bibitem']" name="bibitem" priority="2">
|
16606
|
+
<xsl:param name="skip" select="normalize-space(preceding-sibling::*[1][local-name() = 'bibitem'] and 1 = 1)"/> <!-- current bibiitem is non-first -->
|
16520
16607
|
|
16521
16608
|
<fo:block id="{@id}" xsl:use-attribute-sets="bibitem-normative-style">
|
16522
16609
|
|
@@ -17239,7 +17326,8 @@
|
|
17239
17326
|
<!-- add @id - first element with @id plus '_element_name' -->
|
17240
17327
|
<xsl:variable name="prefix_id_" select="(.//*[@id])[1]/@id"/>
|
17241
17328
|
<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>
|
17242
|
-
<xsl:
|
17329
|
+
<xsl:variable name="document_suffix" select="ancestor::*[contains(local-name(), '-standard')]/@document_suffix"/>
|
17330
|
+
<xsl:attribute name="id"><xsl:value-of select="concat($prefix_id, '_', local-name(), '_', $document_suffix)"/></xsl:attribute>
|
17243
17331
|
</xsl:if>
|
17244
17332
|
</xsl:template>
|
17245
17333
|
|
@@ -17296,6 +17384,31 @@
|
|
17296
17384
|
<xsl:template match="*[local-name() = 'name'][following-sibling::*[1][local-name() = 'fmt-name']]" mode="update_xml_pres"/>
|
17297
17385
|
<xsl:template match="*[local-name() = 'section-title'][following-sibling::*[1][local-name() = 'p'][@type = 'section-title' or @type = 'floating-title']]" mode="update_xml_step1"/>
|
17298
17386
|
<xsl:template match="*[local-name() = 'section-title'][following-sibling::*[1][local-name() = 'p'][@type = 'section-title' or @type = 'floating-title']]" mode="update_xml_pres"/>
|
17387
|
+
<!-- <xsl:template match="*[local-name() = 'preferred'][following-sibling::*[not(local-name() = 'preferred')][1][local-name() = 'fmt-preferred']]" mode="update_xml_step1"/> -->
|
17388
|
+
<xsl:template match="*[local-name() = 'preferred']" mode="update_xml_step1"/>
|
17389
|
+
<!-- <xsl:template match="*[local-name() = 'preferred'][following-sibling::*[not(local-name() = 'preferred')][1][local-name() = 'fmt-preferred']]" mode="update_xml_pres"/> -->
|
17390
|
+
<xsl:template match="*[local-name() = 'preferred']" mode="update_xml_pres"/>
|
17391
|
+
<!-- <xsl:template match="*[local-name() = 'admitted'][following-sibling::*[not(local-name() = 'admitted')][1][local-name() = 'fmt-admitted']]" mode="update_xml_step1"/> -->
|
17392
|
+
<xsl:template match="*[local-name() = 'admitted']" mode="update_xml_step1"/>
|
17393
|
+
<!-- <xsl:template match="*[local-name() = 'admitted'][following-sibling::*[not(local-name() = 'admitted')][1][local-name() = 'fmt-admitted']]" mode="update_xml_pres"/> -->
|
17394
|
+
<xsl:template match="*[local-name() = 'admitted']" mode="update_xml_pres"/>
|
17395
|
+
<!-- <xsl:template match="*[local-name() = 'deprecates'][following-sibling::*[not(local-name() = 'deprecates')][1][local-name() = 'fmt-deprecates']]" mode="update_xml_step1"/> -->
|
17396
|
+
<xsl:template match="*[local-name() = 'deprecates']" mode="update_xml_step1"/>
|
17397
|
+
<xsl:template match="*[local-name() = 'related']" mode="update_xml_step1"/>
|
17398
|
+
<!-- <xsl:template match="*[local-name() = 'deprecates'][following-sibling::*[not(local-name() = 'deprecates')][1][local-name() = 'fmt-deprecates']]" mode="update_xml_pres"/> -->
|
17399
|
+
<xsl:template match="*[local-name() = 'deprecates']" mode="update_xml_pres"/>
|
17400
|
+
<xsl:template match="*[local-name() = 'related']" mode="update_xml_pres"/>
|
17401
|
+
<!-- <xsl:template match="*[local-name() = 'definition'][following-sibling::*[1][local-name() = 'fmt-definition']]" mode="update_xml_step1"/> -->
|
17402
|
+
<xsl:template match="*[local-name() = 'definition']" mode="update_xml_step1"/>
|
17403
|
+
<!-- <xsl:template match="*[local-name() = 'definition'][following-sibling::*[1][local-name() = 'fmt-definition']]" mode="update_xml_pres"/> -->
|
17404
|
+
<xsl:template match="*[local-name() = 'definition']" mode="update_xml_pres"/>
|
17405
|
+
<!-- <xsl:template match="*[local-name() = 'termsource'][following-sibling::*[1][local-name() = 'fmt-termsource']]" mode="update_xml_step1"/> -->
|
17406
|
+
<xsl:template match="*[local-name() = 'termsource']" mode="update_xml_step1"/>
|
17407
|
+
<!-- <xsl:template match="*[local-name() = 'termsource'][following-sibling::*[1][local-name() = 'fmt-termsource']]" mode="update_xml_pres"/> -->
|
17408
|
+
<xsl:template match="*[local-name() = 'termsource']" mode="update_xml_pres"/>
|
17409
|
+
|
17410
|
+
<xsl:template match="*[local-name() = 'term'][@unnumbered = 'true'][not(.//*[starts-with(local-name(), 'fmt-')])]" mode="update_xml_step1"/>
|
17411
|
+
<xsl:template match="*[local-name() = 'term'][@unnumbered = 'true'][not(.//*[starts-with(local-name(), 'fmt-')])]" mode="update_xml_pres"/>
|
17299
17412
|
|
17300
17413
|
<xsl:template match="*[local-name() = 'p'][@type = 'section-title' or @type = 'floating-title'][preceding-sibling::*[1][local-name() = 'section-title']]" mode="update_xml_step1">
|
17301
17414
|
<xsl:copy>
|
@@ -17340,6 +17453,94 @@
|
|
17340
17453
|
</xsl:element>
|
17341
17454
|
</xsl:template>
|
17342
17455
|
|
17456
|
+
<xsl:template match="*[local-name() = 'fmt-preferred']"/>
|
17457
|
+
<xsl:template match="*[local-name() = 'fmt-preferred'][*[local-name() = 'p']]" mode="update_xml_step1">
|
17458
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17459
|
+
</xsl:template>
|
17460
|
+
<xsl:template match="*[local-name() = 'fmt-preferred'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-preferred']/*[local-name() = 'p']" mode="update_xml_step1">
|
17461
|
+
<xsl:element name="preferred" namespace="{$namespace_full}">
|
17462
|
+
<xsl:copy-of select="@*"/>
|
17463
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17464
|
+
</xsl:element>
|
17465
|
+
</xsl:template>
|
17466
|
+
<xsl:template match="*[local-name() = 'fmt-preferred'][*[local-name() = 'p']]" mode="update_xml_pres">
|
17467
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17468
|
+
</xsl:template>
|
17469
|
+
<xsl:template match="*[local-name() = 'fmt-preferred'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-preferred']/*[local-name() = 'p']" mode="update_xml_pres">
|
17470
|
+
<xsl:element name="preferred" namespace="{$namespace_full}">
|
17471
|
+
<xsl:copy-of select="@*"/>
|
17472
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17473
|
+
</xsl:element>
|
17474
|
+
</xsl:template>
|
17475
|
+
|
17476
|
+
<xsl:template match="*[local-name() = 'fmt-admitted']"/>
|
17477
|
+
<xsl:template match="*[local-name() = 'fmt-admitted'][*[local-name() = 'p']]" mode="update_xml_step1">
|
17478
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17479
|
+
</xsl:template>
|
17480
|
+
<xsl:template match="*[local-name() = 'fmt-admitted'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-admitted']/*[local-name() = 'p']" mode="update_xml_step1">
|
17481
|
+
<xsl:element name="admitted" namespace="{$namespace_full}">
|
17482
|
+
<xsl:copy-of select="@*"/>
|
17483
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17484
|
+
</xsl:element>
|
17485
|
+
</xsl:template>
|
17486
|
+
<xsl:template match="*[local-name() = 'fmt-admitted'][*[local-name() = 'p']]" mode="update_xml_pres">
|
17487
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17488
|
+
</xsl:template>
|
17489
|
+
<xsl:template match="*[local-name() = 'fmt-admitted'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-admitted']/*[local-name() = 'p']" mode="update_xml_pres">
|
17490
|
+
<xsl:element name="admitted" namespace="{$namespace_full}">
|
17491
|
+
<xsl:copy-of select="@*"/>
|
17492
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17493
|
+
</xsl:element>
|
17494
|
+
</xsl:template>
|
17495
|
+
|
17496
|
+
<xsl:template match="*[local-name() = 'fmt-deprecates']"/>
|
17497
|
+
<xsl:template match="*[local-name() = 'fmt-deprecates'][*[local-name() = 'p']]" mode="update_xml_step1">
|
17498
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17499
|
+
</xsl:template>
|
17500
|
+
<xsl:template match="*[local-name() = 'fmt-deprecates'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-deprecates']/*[local-name() = 'p']" mode="update_xml_step1">
|
17501
|
+
<xsl:element name="deprecates" namespace="{$namespace_full}">
|
17502
|
+
<xsl:copy-of select="@*"/>
|
17503
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17504
|
+
</xsl:element>
|
17505
|
+
</xsl:template>
|
17506
|
+
<xsl:template match="*[local-name() = 'fmt-deprecates'][*[local-name() = 'p']]" mode="update_xml_pres">
|
17507
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17508
|
+
</xsl:template>
|
17509
|
+
<xsl:template match="*[local-name() = 'fmt-deprecates'][not(*[local-name() = 'p'])] | *[local-name() = 'fmt-deprecates']/*[local-name() = 'p']" mode="update_xml_pres">
|
17510
|
+
<xsl:element name="deprecates" namespace="{$namespace_full}">
|
17511
|
+
<xsl:copy-of select="@*"/>
|
17512
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17513
|
+
</xsl:element>
|
17514
|
+
</xsl:template>
|
17515
|
+
|
17516
|
+
<xsl:template match="*[local-name() = 'fmt-definition']"/>
|
17517
|
+
<xsl:template match="*[local-name() = 'fmt-definition']" mode="update_xml_step1">
|
17518
|
+
<xsl:element name="definition" namespace="{$namespace_full}">
|
17519
|
+
<xsl:copy-of select="@*"/>
|
17520
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17521
|
+
</xsl:element>
|
17522
|
+
</xsl:template>
|
17523
|
+
<xsl:template match="*[local-name() = 'fmt-definition']" mode="update_xml_pres">
|
17524
|
+
<xsl:element name="definition" namespace="{$namespace_full}">
|
17525
|
+
<xsl:copy-of select="@*"/>
|
17526
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17527
|
+
</xsl:element>
|
17528
|
+
</xsl:template>
|
17529
|
+
|
17530
|
+
<xsl:template match="*[local-name() = 'fmt-termsource']"/>
|
17531
|
+
<xsl:template match="*[local-name() = 'fmt-termsource']" mode="update_xml_step1">
|
17532
|
+
<xsl:element name="termsource" namespace="{$namespace_full}">
|
17533
|
+
<xsl:copy-of select="@*"/>
|
17534
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
17535
|
+
</xsl:element>
|
17536
|
+
</xsl:template>
|
17537
|
+
<xsl:template match="*[local-name() = 'fmt-termsource']" mode="update_xml_pres">
|
17538
|
+
<xsl:element name="termsource" namespace="{$namespace_full}">
|
17539
|
+
<xsl:copy-of select="@*"/>
|
17540
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
17541
|
+
</xsl:element>
|
17542
|
+
</xsl:template>
|
17543
|
+
|
17343
17544
|
<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">
|
17344
17545
|
<xsl:apply-templates mode="update_xml_step1"/>
|
17345
17546
|
</xsl:template>
|
@@ -18605,7 +18806,7 @@
|
|
18605
18806
|
</xsl:template>
|
18606
18807
|
|
18607
18808
|
<xsl:template name="namespaceCheck">
|
18608
|
-
<xsl:variable name="documentNS" select="namespace-uri(/*)
|
18809
|
+
<xsl:variable name="documentNS" select="$namespace_full"/> <!-- namespace-uri(/*) -->
|
18609
18810
|
<xsl:variable name="XSLNS">
|
18610
18811
|
|
18611
18812
|
<xsl:value-of select="document('')//*/namespace::iso"/>
|
@@ -18695,6 +18896,9 @@
|
|
18695
18896
|
<xsl:when test="$formatted = 'true' and string-length($bibdata_updated) != ''">
|
18696
18897
|
<xsl:apply-templates select="xalan:nodeset($bibdata_updated)//*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
|
18697
18898
|
</xsl:when>
|
18899
|
+
<xsl:when test="string-length($bibdata_updated) != ''">
|
18900
|
+
<xsl:value-of select="xalan:nodeset($bibdata_updated)//*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
|
18901
|
+
</xsl:when>
|
18698
18902
|
<xsl:when test="$formatted = 'true'">
|
18699
18903
|
<xsl:apply-templates select="xalan:nodeset($bibdata)//*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
|
18700
18904
|
</xsl:when>
|
@@ -10,6 +10,7 @@ module IsoDoc
|
|
10
10
|
def concept(docxml)
|
11
11
|
concept_term(docxml)
|
12
12
|
docxml.xpath(ns("//concept")).each do |node|
|
13
|
+
node.ancestors("definition, termsource, related").empty? and
|
13
14
|
concept_render(node, ital: "false", ref: "false",
|
14
15
|
linkref: "true", linkmention: "false")
|
15
16
|
end
|
@@ -19,7 +20,10 @@ module IsoDoc
|
|
19
20
|
docxml.xpath(ns("//term")).each do |f|
|
20
21
|
m = {}
|
21
22
|
(f.xpath(ns(".//concept")) - f.xpath(ns(".//term//concept")))
|
22
|
-
.each
|
23
|
+
.each do |c|
|
24
|
+
c.ancestors("definition, termsource, related").empty? and
|
25
|
+
concept_term1(c, m)
|
26
|
+
end
|
23
27
|
end
|
24
28
|
end
|
25
29
|
|
@@ -267,11 +267,11 @@ Detailed in https://www.relaton.org/model/creator/</a:documentation>
|
|
267
267
|
<a:documentation>An identifier of the person according to an international identifier scheme</a:documentation>
|
268
268
|
</ref>
|
269
269
|
</zeroOrMore>
|
270
|
-
<
|
270
|
+
<optional>
|
271
271
|
<ref name="contact">
|
272
272
|
<a:documentation>Contact information for the person, including URI, address, phone number, and email</a:documentation>
|
273
273
|
</ref>
|
274
|
-
</
|
274
|
+
</optional>
|
275
275
|
</element>
|
276
276
|
</define>
|
277
277
|
<define name="fullname">
|
@@ -454,11 +454,11 @@ real names (if the person is named with a pseudonym or user name); previous lega
|
|
454
454
|
<a:documentation>An identifier of the organization according to an international identifier scheme</a:documentation>
|
455
455
|
</ref>
|
456
456
|
</zeroOrMore>
|
457
|
-
<
|
457
|
+
<optional>
|
458
458
|
<ref name="contact">
|
459
459
|
<a:documentation>Contact information for the organization, including address, phone number, and email</a:documentation>
|
460
460
|
</ref>
|
461
|
-
</
|
461
|
+
</optional>
|
462
462
|
<optional>
|
463
463
|
<ref name="logo">
|
464
464
|
<a:documentation>A logo for the organization</a:documentation>
|
@@ -540,12 +540,18 @@ real names (if the person is named with a pseudonym or user name); previous lega
|
|
540
540
|
<!-- TODO may change -->
|
541
541
|
<define name="contact">
|
542
542
|
<a:documentation>Contact information for a person or organization</a:documentation>
|
543
|
-
<
|
543
|
+
<zeroOrMore>
|
544
544
|
<ref name="address"/>
|
545
|
+
</zeroOrMore>
|
546
|
+
<zeroOrMore>
|
545
547
|
<ref name="phone"/>
|
548
|
+
</zeroOrMore>
|
549
|
+
<zeroOrMore>
|
546
550
|
<ref name="email"/>
|
551
|
+
</zeroOrMore>
|
552
|
+
<zeroOrMore>
|
547
553
|
<ref name="uri"/>
|
548
|
-
</
|
554
|
+
</zeroOrMore>
|
549
555
|
</define>
|
550
556
|
<define name="phone">
|
551
557
|
<a:documentation>The phone number associated with a person or organization</a:documentation>
|
@@ -1271,17 +1277,17 @@ for which this claim of validity is made, if applicable</a:documentation>
|
|
1271
1277
|
</define>
|
1272
1278
|
<define name="validityBegins">
|
1273
1279
|
<element name="validityBegins">
|
1274
|
-
<ref name="
|
1280
|
+
<ref name="ISO8601Date"/>
|
1275
1281
|
</element>
|
1276
1282
|
</define>
|
1277
1283
|
<define name="validityEnds">
|
1278
1284
|
<element name="validityEnds">
|
1279
|
-
<ref name="
|
1285
|
+
<ref name="ISO8601Date"/>
|
1280
1286
|
</element>
|
1281
1287
|
</define>
|
1282
1288
|
<define name="validityRevision">
|
1283
1289
|
<element name="revision">
|
1284
|
-
<ref name="
|
1290
|
+
<ref name="ISO8601Date"/>
|
1285
1291
|
</element>
|
1286
1292
|
</define>
|
1287
1293
|
<define name="TypedTitleString">
|
data/lib/metanorma/iso/front.rb
CHANGED
@@ -22,6 +22,7 @@ module Metanorma
|
|
22
22
|
xml.updates_document_type a
|
23
23
|
a = node.attr("fast-track") and xml.send "fast-track", a != "false"
|
24
24
|
a = node.attr("price-code") and xml.price_code a
|
25
|
+
node.attr("iso-cen-parallel") and xml.iso_cen_parallel true
|
25
26
|
end
|
26
27
|
|
27
28
|
STAGE_ERROR = [Pubid::Core::Errors::HarmonizedStageCodeInvalidError,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-iso
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.9.
|
4
|
+
version: 2.9.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-standoc
|
@@ -392,7 +392,7 @@ homepage: https://github.com/metanorma/metanorma-iso
|
|
392
392
|
licenses:
|
393
393
|
- BSD-2-Clause
|
394
394
|
metadata: {}
|
395
|
-
post_install_message:
|
395
|
+
post_install_message:
|
396
396
|
rdoc_options: []
|
397
397
|
require_paths:
|
398
398
|
- lib
|
@@ -408,7 +408,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
408
408
|
version: '0'
|
409
409
|
requirements: []
|
410
410
|
rubygems_version: 3.3.27
|
411
|
-
signing_key:
|
411
|
+
signing_key:
|
412
412
|
specification_version: 4
|
413
413
|
summary: metanorma-iso lets you write ISO standards in AsciiDoc.
|
414
414
|
test_files: []
|