metanorma-ribose 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: c36382437d04acf1ae7002deb7b034f92924baaca6bb5d38723b24c801eec232
4
- data.tar.gz: 6b71fd2615e96cd7cc4899c7451c8b857f88ca37b7c597bdac88829cb6d7a71c
3
+ metadata.gz: 69c928b3ec63a523f114024012f4b60f399be7308dbf4083f280fd24eca6c8d3
4
+ data.tar.gz: 9999b24d08475a91bb43aad9f3fafc4f116f904eae713f50ea60e74c80eb6e67
5
5
  SHA512:
6
- metadata.gz: a505d1f50b6efc82ab1c78071ffab8f2c527ea15fc3807f5cc6f7af7de6cb7245d4cd6a48cdf7d875e96aa17d43b0cd95c084b0ed87123841696ebc9a894e688
7
- data.tar.gz: 760722c77472e7ce2934d607467693f570090450dc55cd01adfb8dfc0485d9594ffbe9b9af918ce0db820abc8911c86b832efd086c7a8751da905b102e2db9b2
6
+ metadata.gz: 902f120894f623afdeae41eace5e5f765c85964fb97540b2ff8599797acf673dfad713ac4cccf59f9c4f7f450615a92a4df31ff73a1aa77dd2036905080acdb9
7
+ data.tar.gz: b819165043dbd27e06e4f8838a663897150eaf060dbfc951125aaef113e2d84d9c9dd54350f3912d96f8c53d1e91573483340295824bc9f78f41eecc661d6079
@@ -9086,8 +9086,11 @@
9086
9086
  </xsl:template>
9087
9087
 
9088
9088
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9089
+ <xsl:param name="element"/>
9089
9090
  <xsl:copy>
9090
- <xsl:apply-templates mode="contents_item"/>
9091
+ <xsl:apply-templates mode="contents_item">
9092
+ <xsl:with-param name="element" select="$element"/>
9093
+ </xsl:apply-templates>
9091
9094
  </xsl:copy>
9092
9095
  </xsl:template>
9093
9096
 
@@ -9154,7 +9157,10 @@
9154
9157
 
9155
9158
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9156
9159
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9157
- <xsl:apply-templates mode="contents_item"/>
9160
+ <xsl:param name="element"/>
9161
+ <xsl:apply-templates mode="contents_item">
9162
+ <xsl:with-param name="element" select="$element"/>
9163
+ </xsl:apply-templates>
9158
9164
  </xsl:template>
9159
9165
 
9160
9166
  <!-- =============== -->
@@ -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 Ribose
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-ribose
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