metanorma-cc 2.4.10 → 2.4.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: 369f0cb4d15f98e57d42473f3c1ff7f7633bde5811ee4741129f268704c99926
4
- data.tar.gz: b37de0d2a0e4df0c83113b50a7bd155fd5722eb58327f0c5420f53b69c0aa16f
3
+ metadata.gz: c8f2b7e7fd63c5ab5ce4e695ade07ee618dbf8ee817022f1e3133a4411f723c3
4
+ data.tar.gz: 67255d49fe2837da5e1ca60b6d0c49de67dd5ed02edb749010e01695c16eab5f
5
5
  SHA512:
6
- metadata.gz: 96586da98fa88864917ed8484e7356fcd7680e932be88e69cc7c262fb516df3f888748e0f5161b3990e8bf46fea7293b6699e2c3d9db6bc5e93355f01ca9c33c
7
- data.tar.gz: 3970a5a194e635a2dce4e70cf7bcba6dabb1b4f323f61fa2c65f143d51a2241e59b0b3e6173202d4c008a33e52245988c9016ff6930c81e6347688b1f1ccc1ca
6
+ metadata.gz: 0e723d5fae4498fc8ec14a61a8ddf473e9b038fb2ef5ffb98a54ad7072dd2f9179f7e6b68a647fd84f562aab6d589674c8791b304cb8ba8397785cb4445522b2
7
+ data.tar.gz: 99dd56b978048a49b52a8bd1b7cbda1fb9efab0d80606e06605fcf0a09b51e60e472c7f2e39fbbdad4c0e9afe86cfcb34fa18553a4d238ad3af8b5d88077388f
@@ -8297,8 +8297,11 @@
8297
8297
  </xsl:template>
8298
8298
 
8299
8299
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
8300
+ <xsl:param name="element"/>
8300
8301
  <xsl:copy>
8301
- <xsl:apply-templates mode="contents_item"/>
8302
+ <xsl:apply-templates mode="contents_item">
8303
+ <xsl:with-param name="element" select="$element"/>
8304
+ </xsl:apply-templates>
8302
8305
  </xsl:copy>
8303
8306
  </xsl:template>
8304
8307
 
@@ -8365,7 +8368,10 @@
8365
8368
 
8366
8369
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
8367
8370
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
8368
- <xsl:apply-templates mode="contents_item"/>
8371
+ <xsl:param name="element"/>
8372
+ <xsl:apply-templates mode="contents_item">
8373
+ <xsl:with-param name="element" select="$element"/>
8374
+ </xsl:apply-templates>
8369
8375
  </xsl:template>
8370
8376
 
8371
8377
  <!-- =============== -->
@@ -13,9 +13,9 @@
13
13
  <ref name="csd-standard"/>
14
14
  </start>
15
15
  <define name="FigureBody">
16
- <optional>
16
+ <zeroOrMore>
17
17
  <ref name="source"/>
18
- </optional>
18
+ </zeroOrMore>
19
19
  <optional>
20
20
  <ref name="tname"/>
21
21
  </optional>
@@ -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 CC
3
- VERSION = "2.4.10".freeze
3
+ VERSION = "2.4.11".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-cc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.10
4
+ version: 2.4.11
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-generic