metanorma-bipm 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: 46ff602c1990306490321972d10fdb1d65d39a1d6e6cbf0c8a27167dcd60eec2
4
- data.tar.gz: 5b7e17265a1a5076928dee6f8c815f414f4c5766fa34e3b29cd86cc184168312
3
+ metadata.gz: 1192db3c959d49c94836a732e4f9a0a94641c16f8d4892722769e3e515871b81
4
+ data.tar.gz: 5a81c1306d6f81ec67c9d8f4a5242c6ab009319612fac1084967317ac439afcb
5
5
  SHA512:
6
- metadata.gz: 0eb7c6b691b972e5224445bb68191a8f4a9d4ce5610b3bceaadfed1e85dcdfd08cd4ccbc8b9149b2f7dd76ebb0f458f66721e19d6d24f6d68733bd44aa2dae3a
7
- data.tar.gz: f09b739c90e74488348dce09295318684336684f93c9622edc1eda455ea553f35127165816e7df133303258f9912d74c6de1c87033856d17332843578589469a
6
+ metadata.gz: 8a4c592c5bc2a3c29d1d34c949073552dd472b532a0db28ce353b01fd75f3e201b144e414289e71d14c8fe906d0c805929fca51a4e11035fd4ea813b78394430
7
+ data.tar.gz: c5870b6f44239fcde8422fa1cc456a86b8c061fa8f92be463641656795f78b03e459f86a8a2a60150a710afc220cc997d31cd63a288f5953d9bcb21426cdfb65
@@ -11696,8 +11696,11 @@
11696
11696
  </xsl:template>
11697
11697
 
11698
11698
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" match="*[local-name() = 'strong']" mode="contents_item">
11699
+ <xsl:param name="element"/>
11699
11700
  <xsl:copy>
11700
- <xsl:apply-templates mode="contents_item"/>
11701
+ <xsl:apply-templates mode="contents_item">
11702
+ <xsl:with-param name="element" select="$element"/>
11703
+ </xsl:apply-templates>
11701
11704
  </xsl:copy>
11702
11705
  </xsl:template>
11703
11706
 
@@ -11764,7 +11767,10 @@
11764
11767
 
11765
11768
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
11766
11769
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" match="*[local-name() = 'span']" mode="contents_item">
11767
- <xsl:apply-templates mode="contents_item"/>
11770
+ <xsl:param name="element"/>
11771
+ <xsl:apply-templates mode="contents_item">
11772
+ <xsl:with-param name="element" select="$element"/>
11773
+ </xsl:apply-templates>
11768
11774
  </xsl:template>
11769
11775
 
11770
11776
  <!-- =============== -->
@@ -11696,8 +11696,11 @@
11696
11696
  </xsl:template>
11697
11697
 
11698
11698
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" match="*[local-name() = 'strong']" mode="contents_item">
11699
+ <xsl:param name="element"/>
11699
11700
  <xsl:copy>
11700
- <xsl:apply-templates mode="contents_item"/>
11701
+ <xsl:apply-templates mode="contents_item">
11702
+ <xsl:with-param name="element" select="$element"/>
11703
+ </xsl:apply-templates>
11701
11704
  </xsl:copy>
11702
11705
  </xsl:template>
11703
11706
 
@@ -11764,7 +11767,10 @@
11764
11767
 
11765
11768
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
11766
11769
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" match="*[local-name() = 'span']" mode="contents_item">
11767
- <xsl:apply-templates mode="contents_item"/>
11770
+ <xsl:param name="element"/>
11771
+ <xsl:apply-templates mode="contents_item">
11772
+ <xsl:with-param name="element" select="$element"/>
11773
+ </xsl:apply-templates>
11768
11774
  </xsl:template>
11769
11775
 
11770
11776
  <!-- =============== -->
@@ -11696,8 +11696,11 @@
11696
11696
  </xsl:template>
11697
11697
 
11698
11698
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" match="*[local-name() = 'strong']" mode="contents_item">
11699
+ <xsl:param name="element"/>
11699
11700
  <xsl:copy>
11700
- <xsl:apply-templates mode="contents_item"/>
11701
+ <xsl:apply-templates mode="contents_item">
11702
+ <xsl:with-param name="element" select="$element"/>
11703
+ </xsl:apply-templates>
11701
11704
  </xsl:copy>
11702
11705
  </xsl:template>
11703
11706
 
@@ -11764,7 +11767,10 @@
11764
11767
 
11765
11768
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
11766
11769
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" match="*[local-name() = 'span']" mode="contents_item">
11767
- <xsl:apply-templates mode="contents_item"/>
11770
+ <xsl:param name="element"/>
11771
+ <xsl:apply-templates mode="contents_item">
11772
+ <xsl:with-param name="element" select="$element"/>
11773
+ </xsl:apply-templates>
11768
11774
  </xsl:template>
11769
11775
 
11770
11776
  <!-- =============== -->
@@ -11696,8 +11696,11 @@
11696
11696
  </xsl:template>
11697
11697
 
11698
11698
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" match="*[local-name() = 'strong']" mode="contents_item">
11699
+ <xsl:param name="element"/>
11699
11700
  <xsl:copy>
11700
- <xsl:apply-templates mode="contents_item"/>
11701
+ <xsl:apply-templates mode="contents_item">
11702
+ <xsl:with-param name="element" select="$element"/>
11703
+ </xsl:apply-templates>
11701
11704
  </xsl:copy>
11702
11705
  </xsl:template>
11703
11706
 
@@ -11764,7 +11767,10 @@
11764
11767
 
11765
11768
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
11766
11769
  <xsl:template xmlns:redirect="http://xml.apache.org/xalan/redirect" match="*[local-name() = 'span']" mode="contents_item">
11767
- <xsl:apply-templates mode="contents_item"/>
11770
+ <xsl:param name="element"/>
11771
+ <xsl:apply-templates mode="contents_item">
11772
+ <xsl:with-param name="element" select="$element"/>
11773
+ </xsl:apply-templates>
11768
11774
  </xsl:template>
11769
11775
 
11770
11776
  <!-- =============== -->
@@ -9572,8 +9572,11 @@
9572
9572
  </xsl:template>
9573
9573
 
9574
9574
  <xsl:template match="*[local-name() = 'strong']" mode="contents_item">
9575
+ <xsl:param name="element"/>
9575
9576
  <xsl:copy>
9576
- <xsl:apply-templates mode="contents_item"/>
9577
+ <xsl:apply-templates mode="contents_item">
9578
+ <xsl:with-param name="element" select="$element"/>
9579
+ </xsl:apply-templates>
9577
9580
  </xsl:copy>
9578
9581
  </xsl:template>
9579
9582
 
@@ -9640,7 +9643,10 @@
9640
9643
 
9641
9644
  <!-- Note: to enable the addition of character span markup with semantic styling for DIS Word output -->
9642
9645
  <xsl:template match="*[local-name() = 'span']" mode="contents_item">
9643
- <xsl:apply-templates mode="contents_item"/>
9646
+ <xsl:param name="element"/>
9647
+ <xsl:apply-templates mode="contents_item">
9648
+ <xsl:with-param name="element" select="$element"/>
9649
+ </xsl:apply-templates>
9644
9650
  </xsl:template>
9645
9651
 
9646
9652
  <!-- =============== -->
@@ -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 BIPM
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-bipm
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