metanorma-iec 2.5.10 → 2.5.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: 377a97d5152785fc4d78b5020b3a4f7a377f1ecffe98ded9da290644a6a43a43
4
- data.tar.gz: 1e9c8b5ec23a5994ad9614b4bc70f8b9e17dd45fe60135450a85ebfd0a2b90e4
3
+ metadata.gz: ed4a618c9e1ba0726ed92aa754be91fc050633dfcc14200f8ca1df0770d6e6e2
4
+ data.tar.gz: 79c04caf59bb6e617d2e7a2481673af29cd11d43c44c17cd625b554567a1f43d
5
5
  SHA512:
6
- metadata.gz: d29a964bc22ca2df50b19b4fbb157138a70eeca0a2875d93a16d3476c308a4c51c09aa8b1f6ab99c51af4857a24d08905241aed15a1b610316fc873859563c3c
7
- data.tar.gz: 146f19269c143da797305d34b55700c7456813f1d054e0b4c51dd9dd27898dd0b8e70c3bde5a81f183c84f1b53a6652430823e641e4f2e95cc8e8f22791af881
6
+ metadata.gz: 81d946a173c03c2782a6c20c4ba5a42396605778fb8780446256b8e303731d0c3ce5813cb5c9ad60c38e0f9091250d589e18dc7dd0fd8dbfdef4eb329f6dd4b1
7
+ data.tar.gz: f9e096af9bc5e8f8e34b6ded0a600dcfdedf3fc636555663fc85c30558fdd9a54539382ca5cbc871760bc47b26669dc6d0b0a9023d3ea16a8c52f47501f65ac6
@@ -2172,8 +2172,21 @@
2172
2172
 
2173
2173
  <!-- <xsl:strip-space elements="iec:xref"/> -->
2174
2174
 
2175
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
2176
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
2175
+ <xsl:variable name="namespace_full_">
2176
+ <xsl:choose>
2177
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
2178
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
2179
+ </xsl:choose>
2180
+ </xsl:variable>
2181
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
2182
+
2183
+ <xsl:variable name="root_element_">
2184
+ <xsl:choose>
2185
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
2186
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
2187
+ </xsl:choose>
2188
+ </xsl:variable>
2189
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
2177
2190
 
2178
2191
  <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'])"/>
2179
2192
 
@@ -7151,6 +7164,12 @@
7151
7164
  </xsl:if>
7152
7165
  </xsl:template>
7153
7166
 
7167
+ <xsl:template match="*[local-name()='strike']">
7168
+ <fo:inline text-decoration="line-through">
7169
+ <xsl:apply-templates/>
7170
+ </fo:inline>
7171
+ </xsl:template>
7172
+
7154
7173
  <xsl:template match="*[local-name() = 'pagebreak']">
7155
7174
  <fo:block break-after="page"/>
7156
7175
  <fo:block> </fo:block>
@@ -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
- <zeroOrMore>
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
- </zeroOrMore>
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
- <zeroOrMore>
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
- </zeroOrMore>
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
- <choice>
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
- </choice>
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>
@@ -1,6 +1,6 @@
1
1
  module Metanorma
2
2
  module Iec
3
- VERSION = "2.5.10".freeze
3
+ VERSION = "2.5.11".freeze
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-iec
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.10
4
+ version: 2.5.11
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: 2024-12-23 00:00:00.000000000 Z
11
+ date: 2025-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-iso
@@ -273,7 +273,7 @@ homepage: https://github.com/metanorma/metanorma-iec
273
273
  licenses:
274
274
  - BSD-2-Clause
275
275
  metadata: {}
276
- post_install_message:
276
+ post_install_message:
277
277
  rdoc_options: []
278
278
  require_paths:
279
279
  - lib
@@ -289,7 +289,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
289
289
  version: '0'
290
290
  requirements: []
291
291
  rubygems_version: 3.3.27
292
- signing_key:
292
+ signing_key:
293
293
  specification_version: 4
294
294
  summary: metanorma-iec lets you write IEC standards in AsciiDoc.
295
295
  test_files: []