metanorma-csa 2.4.10 → 2.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bdf36baa754551ae01a1b6c4ad1eb75cb1b57c9d782ba591550dbaf8a0763446
4
- data.tar.gz: 74152b9982a7ca157e10fbbf3321327da1b85497d5906f97fba5539e028f510a
3
+ metadata.gz: f65ffe8cca64a3c9362dd2384be6a3c3a8f46275060286d05b74fe4cba170617
4
+ data.tar.gz: 78d0fd27b9e673aa43c584ca7a52bf4afde8b9e0aebe2144bd6e15da5f983060
5
5
  SHA512:
6
- metadata.gz: 83c03cab901423ef75b38b24c8475bfd4791e472ec84a0b78c2a9ef65166beed71ffdcda7a3e155957502a7d27614b9108a197453d11e50e30564fcd8d8c2324
7
- data.tar.gz: cf4b57ecd4e516cd283e461e9ad3c5f2881d3d7ba014422697b4ac8af600c809efb46631747e87361a55b4848b4c9b5dce5e09bed3edc543b8c9096ac3795b75
6
+ metadata.gz: 7d5a77f726af19939704abcc9c361b6f33868cc5a29f644a871c7d2a262fbe2d5a9741f98f1ee095dbc2c6714014112a8f450f5327c977545b4982cd06b9c573
7
+ data.tar.gz: 6a3a9b253e37dd8bc4c245d6ea42cebc7bbd6cff09f43867ab6f0a23c8c4e0b6d7db85df606600dc41ac09b5419e946b06582fecf9fa950ce064b043b63de137
@@ -8313,8 +8313,11 @@
8313
8313
  </xsl:template>
8314
8314
 
8315
8315
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
8316
+ <xsl:param name="element"/>
8316
8317
  <xsl:copy>
8317
- <xsl:apply-templates mode="contents_item"/>
8318
+ <xsl:apply-templates mode="contents_item">
8319
+ <xsl:with-param name="element" select="$element"/>
8320
+ </xsl:apply-templates>
8318
8321
  </xsl:copy>
8319
8322
  </xsl:template>
8320
8323
 
@@ -8381,7 +8384,10 @@
8381
8384
 
8382
8385
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
8383
8386
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
8384
- <xsl:apply-templates mode="contents_item"/>
8387
+ <xsl:param name="element"/>
8388
+ <xsl:apply-templates mode="contents_item">
8389
+ <xsl:with-param name="element" select="$element"/>
8390
+ </xsl:apply-templates>
8385
8391
  </xsl:template>
8386
8392
 
8387
8393
  <!-- =============== -->
@@ -12,9 +12,9 @@
12
12
  <ref name="csand-standard"/>
13
13
  </start>
14
14
  <define name="FigureBody">
15
- <optional>
15
+ <zeroOrMore>
16
16
  <ref name="source"/>
17
- </optional>
17
+ </zeroOrMore>
18
18
  <optional>
19
19
  <ref name="tname"/>
20
20
  </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 Csa
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-csa
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