metanorma-itu 2.4.11 → 2.4.12

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: 47d97ad196f0b19a167b8a895b19ff28264df80eb9c0448bae79785832f230e3
4
- data.tar.gz: b6b47045f23c2534e0e75c138e04b9d74fe7c9b547dbcf28c07c7624562545a1
3
+ metadata.gz: '0085bde66b00e7532a7d0f2d202aa7bbb046c7db9022e48c28ad0ae131028cd8'
4
+ data.tar.gz: 3061e1edfa2da86f6deccf9b26b23665712588bfb0df907f3e77e358eed2a487
5
5
  SHA512:
6
- metadata.gz: '0192b7305fe2e97e93725741116bb5b56b6d55ab662d725470a4bad5f75d1f734c5339b798d986d095333540a5a84304217b7be2db60ad7b09837eb8210d2155'
7
- data.tar.gz: b4830ae51c97645a10e6b5068111dd198310b56d6309f125608f12c50df7f23a195ced59701ea3bd364d1bb6dd7ff3e52c3aaa684c1a52baf7c36a0d5c68cbfd
6
+ metadata.gz: 8c3cd365c082afa22ceec3f8e2a948d88f134ef8ba8ccf9378e154344e92f2f1ff93d612307fdf21c0a20143240a835c6b9b8968735c59f42fe1c8112f0e0e22
7
+ data.tar.gz: 2ffac6e140e574aec7742c93725f1c26557701e60a000bf18417b16bf9369419ba3451abd63e5e2ea81de3d895850ab52702578269ac353541666f74c3c79af3
@@ -10524,8 +10524,11 @@
10524
10524
  </xsl:template>
10525
10525
 
10526
10526
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
10527
+ <xsl:param name="element"/>
10527
10528
  <xsl:copy>
10528
- <xsl:apply-templates mode="contents_item"/>
10529
+ <xsl:apply-templates mode="contents_item">
10530
+ <xsl:with-param name="element" select="$element"/>
10531
+ </xsl:apply-templates>
10529
10532
  </xsl:copy>
10530
10533
  </xsl:template>
10531
10534
 
@@ -10592,7 +10595,10 @@
10592
10595
 
10593
10596
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
10594
10597
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
10595
- <xsl:apply-templates mode="contents_item"/>
10598
+ <xsl:param name="element"/>
10599
+ <xsl:apply-templates mode="contents_item">
10600
+ <xsl:with-param name="element" select="$element"/>
10601
+ </xsl:apply-templates>
10596
10602
  </xsl:template>
10597
10603
 
10598
10604
  <!-- =============== -->
@@ -10524,8 +10524,11 @@
10524
10524
  </xsl:template>
10525
10525
 
10526
10526
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
10527
+ <xsl:param name="element"/>
10527
10528
  <xsl:copy>
10528
- <xsl:apply-templates mode="contents_item"/>
10529
+ <xsl:apply-templates mode="contents_item">
10530
+ <xsl:with-param name="element" select="$element"/>
10531
+ </xsl:apply-templates>
10529
10532
  </xsl:copy>
10530
10533
  </xsl:template>
10531
10534
 
@@ -10592,7 +10595,10 @@
10592
10595
 
10593
10596
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
10594
10597
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
10595
- <xsl:apply-templates mode="contents_item"/>
10598
+ <xsl:param name="element"/>
10599
+ <xsl:apply-templates mode="contents_item">
10600
+ <xsl:with-param name="element" select="$element"/>
10601
+ </xsl:apply-templates>
10596
10602
  </xsl:template>
10597
10603
 
10598
10604
  <!-- =============== -->
@@ -10524,8 +10524,11 @@
10524
10524
  </xsl:template>
10525
10525
 
10526
10526
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
10527
+ <xsl:param name="element"/>
10527
10528
  <xsl:copy>
10528
- <xsl:apply-templates mode="contents_item"/>
10529
+ <xsl:apply-templates mode="contents_item">
10530
+ <xsl:with-param name="element" select="$element"/>
10531
+ </xsl:apply-templates>
10529
10532
  </xsl:copy>
10530
10533
  </xsl:template>
10531
10534
 
@@ -10592,7 +10595,10 @@
10592
10595
 
10593
10596
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
10594
10597
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
10595
- <xsl:apply-templates mode="contents_item"/>
10598
+ <xsl:param name="element"/>
10599
+ <xsl:apply-templates mode="contents_item">
10600
+ <xsl:with-param name="element" select="$element"/>
10601
+ </xsl:apply-templates>
10596
10602
  </xsl:template>
10597
10603
 
10598
10604
  <!-- =============== -->
@@ -10524,8 +10524,11 @@
10524
10524
  </xsl:template>
10525
10525
 
10526
10526
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
10527
+ <xsl:param name="element"/>
10527
10528
  <xsl:copy>
10528
- <xsl:apply-templates mode="contents_item"/>
10529
+ <xsl:apply-templates mode="contents_item">
10530
+ <xsl:with-param name="element" select="$element"/>
10531
+ </xsl:apply-templates>
10529
10532
  </xsl:copy>
10530
10533
  </xsl:template>
10531
10534
 
@@ -10592,7 +10595,10 @@
10592
10595
 
10593
10596
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
10594
10597
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
10595
- <xsl:apply-templates mode="contents_item"/>
10598
+ <xsl:param name="element"/>
10599
+ <xsl:apply-templates mode="contents_item">
10600
+ <xsl:with-param name="element" select="$element"/>
10601
+ </xsl:apply-templates>
10596
10602
  </xsl:template>
10597
10603
 
10598
10604
  <!-- =============== -->
@@ -10524,8 +10524,11 @@
10524
10524
  </xsl:template>
10525
10525
 
10526
10526
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
10527
+ <xsl:param name="element"/>
10527
10528
  <xsl:copy>
10528
- <xsl:apply-templates mode="contents_item"/>
10529
+ <xsl:apply-templates mode="contents_item">
10530
+ <xsl:with-param name="element" select="$element"/>
10531
+ </xsl:apply-templates>
10529
10532
  </xsl:copy>
10530
10533
  </xsl:template>
10531
10534
 
@@ -10592,7 +10595,10 @@
10592
10595
 
10593
10596
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
10594
10597
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
10595
- <xsl:apply-templates mode="contents_item"/>
10598
+ <xsl:param name="element"/>
10599
+ <xsl:apply-templates mode="contents_item">
10600
+ <xsl:with-param name="element" select="$element"/>
10601
+ </xsl:apply-templates>
10596
10602
  </xsl:template>
10597
10603
 
10598
10604
  <!-- =============== -->
@@ -10524,8 +10524,11 @@
10524
10524
  </xsl:template>
10525
10525
 
10526
10526
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
10527
+ <xsl:param name="element"/>
10527
10528
  <xsl:copy>
10528
- <xsl:apply-templates mode="contents_item"/>
10529
+ <xsl:apply-templates mode="contents_item">
10530
+ <xsl:with-param name="element" select="$element"/>
10531
+ </xsl:apply-templates>
10529
10532
  </xsl:copy>
10530
10533
  </xsl:template>
10531
10534
 
@@ -10592,7 +10595,10 @@
10592
10595
 
10593
10596
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
10594
10597
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
10595
- <xsl:apply-templates mode="contents_item"/>
10598
+ <xsl:param name="element"/>
10599
+ <xsl:apply-templates mode="contents_item">
10600
+ <xsl:with-param name="element" select="$element"/>
10601
+ </xsl:apply-templates>
10596
10602
  </xsl:template>
10597
10603
 
10598
10604
  <!-- =============== -->
@@ -10524,8 +10524,11 @@
10524
10524
  </xsl:template>
10525
10525
 
10526
10526
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
10527
+ <xsl:param name="element"/>
10527
10528
  <xsl:copy>
10528
- <xsl:apply-templates mode="contents_item"/>
10529
+ <xsl:apply-templates mode="contents_item">
10530
+ <xsl:with-param name="element" select="$element"/>
10531
+ </xsl:apply-templates>
10529
10532
  </xsl:copy>
10530
10533
  </xsl:template>
10531
10534
 
@@ -10592,7 +10595,10 @@
10592
10595
 
10593
10596
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
10594
10597
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
10595
- <xsl:apply-templates mode="contents_item"/>
10598
+ <xsl:param name="element"/>
10599
+ <xsl:apply-templates mode="contents_item">
10600
+ <xsl:with-param name="element" select="$element"/>
10601
+ </xsl:apply-templates>
10596
10602
  </xsl:template>
10597
10603
 
10598
10604
  <!-- =============== -->
@@ -10524,8 +10524,11 @@
10524
10524
  </xsl:template>
10525
10525
 
10526
10526
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
10527
+ <xsl:param name="element"/>
10527
10528
  <xsl:copy>
10528
- <xsl:apply-templates mode="contents_item"/>
10529
+ <xsl:apply-templates mode="contents_item">
10530
+ <xsl:with-param name="element" select="$element"/>
10531
+ </xsl:apply-templates>
10529
10532
  </xsl:copy>
10530
10533
  </xsl:template>
10531
10534
 
@@ -10592,7 +10595,10 @@
10592
10595
 
10593
10596
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
10594
10597
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
10595
- <xsl:apply-templates mode="contents_item"/>
10598
+ <xsl:param name="element"/>
10599
+ <xsl:apply-templates mode="contents_item">
10600
+ <xsl:with-param name="element" select="$element"/>
10601
+ </xsl:apply-templates>
10596
10602
  </xsl:template>
10597
10603
 
10598
10604
  <!-- =============== -->
@@ -10524,8 +10524,11 @@
10524
10524
  </xsl:template>
10525
10525
 
10526
10526
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
10527
+ <xsl:param name="element"/>
10527
10528
  <xsl:copy>
10528
- <xsl:apply-templates mode="contents_item"/>
10529
+ <xsl:apply-templates mode="contents_item">
10530
+ <xsl:with-param name="element" select="$element"/>
10531
+ </xsl:apply-templates>
10529
10532
  </xsl:copy>
10530
10533
  </xsl:template>
10531
10534
 
@@ -10592,7 +10595,10 @@
10592
10595
 
10593
10596
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
10594
10597
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
10595
- <xsl:apply-templates mode="contents_item"/>
10598
+ <xsl:param name="element"/>
10599
+ <xsl:apply-templates mode="contents_item">
10600
+ <xsl:with-param name="element" select="$element"/>
10601
+ </xsl:apply-templates>
10596
10602
  </xsl:template>
10597
10603
 
10598
10604
  <!-- =============== -->
@@ -47,7 +47,7 @@ module Metanorma
47
47
  list_caption(node, xml_ol)
48
48
  node.items.each { |item| li(xml_ol, item) }
49
49
  end
50
- end.join("\n")
50
+ end.join("")
51
51
  end
52
52
 
53
53
  def outputs(node, ret)
@@ -17,7 +17,7 @@
17
17
  these elements; we just want one namespace for any child grammars
18
18
  of this.
19
19
  -->
20
- <!-- VERSION v1.3.2 -->
20
+ <!-- VERSION v1.3.3 -->
21
21
  <grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
22
22
  <include href="reqt.rng"/>
23
23
  <include href="basicdoc.rng">
@@ -331,9 +331,9 @@
331
331
  <zeroOrMore>
332
332
  <ref name="table-note"/>
333
333
  </zeroOrMore>
334
- <optional>
334
+ <zeroOrMore>
335
335
  <ref name="source"/>
336
- </optional>
336
+ </zeroOrMore>
337
337
  </define>
338
338
  <define name="FigureAttr">
339
339
  <optional>
@@ -380,9 +380,9 @@
380
380
  <zeroOrMore>
381
381
  <ref name="note"/>
382
382
  </zeroOrMore>
383
- <optional>
383
+ <zeroOrMore>
384
384
  <ref name="source"/>
385
- </optional>
385
+ </zeroOrMore>
386
386
  </define>
387
387
  <define name="source">
388
388
  <element name="source">
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module ITU
3
- VERSION = "2.4.11".freeze
3
+ VERSION = "2.4.12".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-itu
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.11
4
+ version: 2.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-08 00:00:00.000000000 Z
11
+ date: 2024-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-standoc