metanorma-cc 2.1.6 → 2.1.7
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 +4 -4
- data/lib/isodoc/cc/cc.standard.xsl +15 -6
- data/lib/metanorma/cc/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b44ea36cfa04951e40130cae93cdef1a6ec712733feaa7e68eec7a85aced5ab
|
|
4
|
+
data.tar.gz: 328a77f27e527de0d4ec182e448535a41e8f4edd3ef67845e29e405d40a82d9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a57fffe30806614b0c15fbfb87e614bf6708d8d1b94356e90f55bd43030f1659cd145d3132df38498720c2eb66ca164374d88b4dd18cfa1ef7bd4c90d523a85
|
|
7
|
+
data.tar.gz: 9efdff72d741f3a293b83a4acd2efd57112d7f854f7ada7cb95fb9309a4da61c8df6b11c3c2ad85d21b9b5f6186c2501608957bf4c03cfb50c4e4430547225e1
|
|
@@ -1009,6 +1009,9 @@
|
|
|
1009
1009
|
<xsl:attribute-set name="import-style">
|
|
1010
1010
|
</xsl:attribute-set>
|
|
1011
1011
|
|
|
1012
|
+
<xsl:attribute-set name="component-style">
|
|
1013
|
+
</xsl:attribute-set>
|
|
1014
|
+
|
|
1012
1015
|
<xsl:attribute-set name="recommendation-style">
|
|
1013
1016
|
|
|
1014
1017
|
</xsl:attribute-set>
|
|
@@ -6815,41 +6818,47 @@
|
|
|
6815
6818
|
</fo:block>
|
|
6816
6819
|
</xsl:template>
|
|
6817
6820
|
|
|
6818
|
-
<xsl:template match="*[local-name() = 'inherit'] | *[local-name() = 'component'][@class = 'inherit']">
|
|
6821
|
+
<xsl:template match="*[local-name() = 'inherit'] | *[local-name() = 'component'][@class = 'inherit'] | *[local-name() = 'div'][@type = 'requirement-inherit'] | *[local-name() = 'div'][@type = 'recommendation-inherit'] | *[local-name() = 'div'][@type = 'permission-inherit']">
|
|
6819
6822
|
<fo:block xsl:use-attribute-sets="inherit-style">
|
|
6820
6823
|
<xsl:text>Dependency </xsl:text><xsl:apply-templates/>
|
|
6821
6824
|
</fo:block>
|
|
6822
6825
|
</xsl:template>
|
|
6823
6826
|
|
|
6824
|
-
<xsl:template match="*[local-name() = 'description'] | *[local-name() = 'component'][@class = 'description']">
|
|
6827
|
+
<xsl:template match="*[local-name() = 'description'] | *[local-name() = 'component'][@class = 'description'] | *[local-name() = 'div'][@type = 'requirement-description'] | *[local-name() = 'div'][@type = 'recommendation-description'] | *[local-name() = 'div'][@type = 'permission-description']">
|
|
6825
6828
|
<fo:block xsl:use-attribute-sets="description-style">
|
|
6826
6829
|
<xsl:apply-templates/>
|
|
6827
6830
|
</fo:block>
|
|
6828
6831
|
</xsl:template>
|
|
6829
6832
|
|
|
6830
|
-
<xsl:template match="*[local-name() = 'specification'] | *[local-name() = 'component'][@class = 'specification']">
|
|
6833
|
+
<xsl:template match="*[local-name() = 'specification'] | *[local-name() = 'component'][@class = 'specification'] | *[local-name() = 'div'][@type = 'requirement-specification'] | *[local-name() = 'div'][@type = 'recommendation-specification'] | *[local-name() = 'div'][@type = 'permission-specification']">
|
|
6831
6834
|
<fo:block xsl:use-attribute-sets="specification-style">
|
|
6832
6835
|
<xsl:apply-templates/>
|
|
6833
6836
|
</fo:block>
|
|
6834
6837
|
</xsl:template>
|
|
6835
6838
|
|
|
6836
|
-
<xsl:template match="*[local-name() = 'measurement-target'] | *[local-name() = 'component'][@class = 'measurement-target']">
|
|
6839
|
+
<xsl:template match="*[local-name() = 'measurement-target'] | *[local-name() = 'component'][@class = 'measurement-target'] | *[local-name() = 'div'][@type = 'requirement-measurement-target'] | *[local-name() = 'div'][@type = 'recommendation-measurement-target'] | *[local-name() = 'div'][@type = 'permission-measurement-target']">
|
|
6837
6840
|
<fo:block xsl:use-attribute-sets="measurement-target-style">
|
|
6838
6841
|
<xsl:apply-templates/>
|
|
6839
6842
|
</fo:block>
|
|
6840
6843
|
</xsl:template>
|
|
6841
6844
|
|
|
6842
|
-
<xsl:template match="*[local-name() = 'verification'] | *[local-name() = 'component'][@class = 'verification']">
|
|
6845
|
+
<xsl:template match="*[local-name() = 'verification'] | *[local-name() = 'component'][@class = 'verification'] | *[local-name() = 'div'][@type = 'requirement-verification'] | *[local-name() = 'div'][@type = 'recommendation-verification'] | *[local-name() = 'div'][@type = 'permission-verification']">
|
|
6843
6846
|
<fo:block xsl:use-attribute-sets="verification-style">
|
|
6844
6847
|
<xsl:apply-templates/>
|
|
6845
6848
|
</fo:block>
|
|
6846
6849
|
</xsl:template>
|
|
6847
6850
|
|
|
6848
|
-
<xsl:template match="*[local-name() = 'import'] | *[local-name() = 'component'][@class = 'import']">
|
|
6851
|
+
<xsl:template match="*[local-name() = 'import'] | *[local-name() = 'component'][@class = 'import'] | *[local-name() = 'div'][@type = 'requirement-import'] | *[local-name() = 'div'][@type = 'recommendation-import'] | *[local-name() = 'div'][@type = 'permission-import']">
|
|
6849
6852
|
<fo:block xsl:use-attribute-sets="import-style">
|
|
6850
6853
|
<xsl:apply-templates/>
|
|
6851
6854
|
</fo:block>
|
|
6852
6855
|
</xsl:template>
|
|
6856
|
+
|
|
6857
|
+
<xsl:template match="*[local-name() = 'div'][starts-with(@type, 'requirement-component')] | *[local-name() = 'div'][starts-with(@type, 'recommendation-component')] | *[local-name() = 'div'][starts-with(@type, 'permission-component')]">
|
|
6858
|
+
<fo:block xsl:use-attribute-sets="component-style">
|
|
6859
|
+
<xsl:apply-templates/>
|
|
6860
|
+
</fo:block>
|
|
6861
|
+
</xsl:template>
|
|
6853
6862
|
<!-- ========== -->
|
|
6854
6863
|
<!-- END -->
|
|
6855
6864
|
<!-- ========== -->
|
data/lib/metanorma/cc/version.rb
CHANGED
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.1.
|
|
4
|
+
version: 2.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: metanorma-generic
|