metanorma-iho 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/asciidoctor/iho/isodoc.rng +42 -17
- data/lib/isodoc/iho/html/htmlstyle.css +3 -1
- data/lib/isodoc/iho/html/htmlstyle.scss +3 -0
- data/lib/isodoc/iho/iho.specification.xsl +23 -10
- data/lib/isodoc/iho/iho.standard.xsl +23 -10
- data/lib/metanorma/iho/version.rb +1 -1
- data/metanorma-iho.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0c2f79813690cd611008d7dd3be6bd30cb2cb620ce14ed3a51d2a6b1bc4233a
|
4
|
+
data.tar.gz: c5b569291b99901d798bb85f1927dee6200cbbcdcd2a1feee7b1bce24903e50f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 244cd939b9dc01067094aa5ce52e72266d9b20c50e304159e44f10fce1a5d0c274b5c2cf156f7edaf656b878eefa0cd8edd8e8242c37b1c224b9fff5654a90a9
|
7
|
+
data.tar.gz: d0966e0fc4a23a44876004528d50d88f854960d8807492f2e80d7e3e790c2c8a53ecaed6036da8dab300453036ea8a34006515b930a53c09f1b80b4ac53d3f78
|
@@ -58,7 +58,7 @@
|
|
58
58
|
<attribute name="alt"/>
|
59
59
|
</optional>
|
60
60
|
<optional>
|
61
|
-
<attribute name="
|
61
|
+
<attribute name="update-type">
|
62
62
|
<data type="boolean"/>
|
63
63
|
</attribute>
|
64
64
|
</optional>
|
@@ -1814,9 +1814,6 @@
|
|
1814
1814
|
<optional>
|
1815
1815
|
<ref name="termsubject"/>
|
1816
1816
|
</optional>
|
1817
|
-
<optional>
|
1818
|
-
<ref name="termusage"/>
|
1819
|
-
</optional>
|
1820
1817
|
<oneOrMore>
|
1821
1818
|
<ref name="termdefinition"/>
|
1822
1819
|
</oneOrMore>
|
@@ -1880,17 +1877,37 @@
|
|
1880
1877
|
</attribute>
|
1881
1878
|
</optional>
|
1882
1879
|
<optional>
|
1883
|
-
<attribute name="
|
1880
|
+
<attribute name="geographic-area"/>
|
1884
1881
|
</optional>
|
1885
1882
|
<choice>
|
1886
1883
|
<ref name="expression_designation"/>
|
1887
1884
|
<ref name="letter_symbol_designation"/>
|
1888
1885
|
<ref name="graphical_symbol_designation"/>
|
1889
1886
|
</choice>
|
1887
|
+
<optional>
|
1888
|
+
<ref name="fieldofapplication"/>
|
1889
|
+
</optional>
|
1890
|
+
<optional>
|
1891
|
+
<ref name="usageinfo"/>
|
1892
|
+
</optional>
|
1890
1893
|
<zeroOrMore>
|
1891
1894
|
<ref name="termsource"/>
|
1892
1895
|
</zeroOrMore>
|
1893
1896
|
</define>
|
1897
|
+
<define name="fieldofapplication">
|
1898
|
+
<element name="field-of-application">
|
1899
|
+
<oneOrMore>
|
1900
|
+
<ref name="PureTextElement"/>
|
1901
|
+
</oneOrMore>
|
1902
|
+
</element>
|
1903
|
+
</define>
|
1904
|
+
<define name="usageinfo">
|
1905
|
+
<element name="usage-info">
|
1906
|
+
<oneOrMore>
|
1907
|
+
<ref name="PureTextElement"/>
|
1908
|
+
</oneOrMore>
|
1909
|
+
</element>
|
1910
|
+
</define>
|
1894
1911
|
<define name="letter_symbol_designation">
|
1895
1912
|
<element name="letter-symbol">
|
1896
1913
|
<optional>
|
@@ -1946,7 +1963,7 @@
|
|
1946
1963
|
</zeroOrMore>
|
1947
1964
|
</element>
|
1948
1965
|
<optional>
|
1949
|
-
<element name="
|
1966
|
+
<element name="abbreviation-type">
|
1950
1967
|
<ref name="AbbreviationType"/>
|
1951
1968
|
</element>
|
1952
1969
|
</optional>
|
@@ -1956,7 +1973,7 @@
|
|
1956
1973
|
</element>
|
1957
1974
|
</optional>
|
1958
1975
|
<optional>
|
1959
|
-
<element name="
|
1976
|
+
<element name="grammar-info">
|
1960
1977
|
<ref name="Grammar"/>
|
1961
1978
|
</element>
|
1962
1979
|
</optional>
|
@@ -1983,6 +2000,11 @@
|
|
1983
2000
|
<ref name="GrammarGender"/>
|
1984
2001
|
</element>
|
1985
2002
|
</zeroOrMore>
|
2003
|
+
<zeroOrMore>
|
2004
|
+
<element name="number">
|
2005
|
+
<ref name="GrammarNumber"/>
|
2006
|
+
</element>
|
2007
|
+
</zeroOrMore>
|
1986
2008
|
<optional>
|
1987
2009
|
<element name="isPreposition">
|
1988
2010
|
<data type="boolean"/>
|
@@ -2014,7 +2036,7 @@
|
|
2014
2036
|
</element>
|
2015
2037
|
</optional>
|
2016
2038
|
<zeroOrMore>
|
2017
|
-
<element name="
|
2039
|
+
<element name="grammar-value">
|
2018
2040
|
<text/>
|
2019
2041
|
</element>
|
2020
2042
|
</zeroOrMore>
|
@@ -2027,6 +2049,13 @@
|
|
2027
2049
|
<value>common</value>
|
2028
2050
|
</choice>
|
2029
2051
|
</define>
|
2052
|
+
<define name="GrammarNumber">
|
2053
|
+
<choice>
|
2054
|
+
<value>singular</value>
|
2055
|
+
<value>dual</value>
|
2056
|
+
<value>plural</value>
|
2057
|
+
</choice>
|
2058
|
+
</define>
|
2030
2059
|
<define name="termdomain">
|
2031
2060
|
<element name="domain">
|
2032
2061
|
<oneOrMore>
|
@@ -2041,13 +2070,6 @@
|
|
2041
2070
|
</oneOrMore>
|
2042
2071
|
</element>
|
2043
2072
|
</define>
|
2044
|
-
<define name="termusage">
|
2045
|
-
<element name="usageinfo">
|
2046
|
-
<oneOrMore>
|
2047
|
-
<ref name="BasicBlock"/>
|
2048
|
-
</oneOrMore>
|
2049
|
-
</element>
|
2050
|
-
</define>
|
2051
2073
|
<define name="termdefinition">
|
2052
2074
|
<element name="definition">
|
2053
2075
|
<choice>
|
@@ -2061,13 +2083,16 @@
|
|
2061
2083
|
</element>
|
2062
2084
|
</define>
|
2063
2085
|
<define name="verbaldefinition">
|
2064
|
-
<element name="
|
2086
|
+
<element name="verbal-definition">
|
2065
2087
|
<oneOrMore>
|
2066
2088
|
<choice>
|
2067
2089
|
<ref name="paragraph"/>
|
2068
2090
|
<ref name="dl"/>
|
2069
2091
|
<ref name="ol"/>
|
2070
2092
|
<ref name="ul"/>
|
2093
|
+
<ref name="table"/>
|
2094
|
+
<ref name="figure"/>
|
2095
|
+
<ref name="formula"/>
|
2071
2096
|
</choice>
|
2072
2097
|
</oneOrMore>
|
2073
2098
|
<zeroOrMore>
|
@@ -2076,7 +2101,7 @@
|
|
2076
2101
|
</element>
|
2077
2102
|
</define>
|
2078
2103
|
<define name="nonverbalrep">
|
2079
|
-
<element name="
|
2104
|
+
<element name="non-verbal-representation">
|
2080
2105
|
<oneOrMore>
|
2081
2106
|
<choice>
|
2082
2107
|
<ref name="table"/>
|
@@ -820,6 +820,7 @@
|
|
820
820
|
<xsl:apply-templates select="ancestor::iho:term[1]/iho:name" mode="presentation"/>
|
821
821
|
</fo:block>
|
822
822
|
<fo:block font-weight="bold" keep-with-next="always">
|
823
|
+
<xsl:call-template name="setStyle_preferred"/>
|
823
824
|
<xsl:apply-templates/>
|
824
825
|
</fo:block>
|
825
826
|
</fo:block>
|
@@ -1561,7 +1562,8 @@
|
|
1561
1562
|
<xsl:apply-templates select="/*/*[local-name()='bibliography']/*[local-name()='references'][not(@normative='true')] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][not(@normative='true')]]" mode="contents"/>
|
1562
1563
|
|
1563
1564
|
</xsl:template><xsl:template name="processMainSectionsDefault_Contents">
|
1564
|
-
|
1565
|
+
|
1566
|
+
<xsl:for-each select="/*/*[local-name()='sections']/* | /*/*[local-name()='bibliography']/*[local-name()='references'][@normative='true'] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][@normative='true']]">
|
1565
1567
|
<xsl:sort select="@displayorder" data-type="number"/>
|
1566
1568
|
<xsl:apply-templates select="." mode="contents"/>
|
1567
1569
|
</xsl:for-each>
|
@@ -1571,7 +1573,7 @@
|
|
1571
1573
|
<xsl:apply-templates select="." mode="contents"/>
|
1572
1574
|
</xsl:for-each>
|
1573
1575
|
|
1574
|
-
<xsl:for-each select="/*/*[local-name()='bibliography']/*[not(@normative='true')] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][not(@normative='true')]]">
|
1576
|
+
<xsl:for-each select="/*/*[local-name()='bibliography']/*[not(@normative='true') and not(*[local-name()='references'][@normative='true'])] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][not(@normative='true')]]">
|
1575
1577
|
<xsl:sort select="@displayorder" data-type="number"/>
|
1576
1578
|
<xsl:apply-templates select="." mode="contents"/>
|
1577
1579
|
</xsl:for-each>
|
@@ -4249,12 +4251,12 @@
|
|
4249
4251
|
</xsl:template><xsl:template match="*[local-name() = 'emf']"/><xsl:template match="*[local-name() = 'figure']/*[local-name() = 'name']"/><xsl:template match="*[local-name() = 'figure']/*[local-name() = 'name'] | *[local-name() = 'table']/*[local-name() = 'name'] | *[local-name() = 'permission']/*[local-name() = 'name'] | *[local-name() = 'recommendation']/*[local-name() = 'name'] | *[local-name() = 'requirement']/*[local-name() = 'name']" mode="contents">
|
4250
4252
|
<xsl:apply-templates mode="contents"/>
|
4251
4253
|
<xsl:text> </xsl:text>
|
4252
|
-
</xsl:template><xsl:template match="*[local-name() = 'figure']/*[local-name() = 'name'] | *[local-name() = 'table']/*[local-name() = 'name'] | *[local-name() = 'permission']/*[local-name() = 'name'] | *[local-name() = 'recommendation']/*[local-name() = 'name'] | *[local-name() = 'requirement']/*[local-name() = 'name']" mode="bookmarks">
|
4254
|
+
</xsl:template><xsl:template match="*[local-name() = 'figure']/*[local-name() = 'name'] | *[local-name() = 'table']/*[local-name() = 'name'] | *[local-name() = 'permission']/*[local-name() = 'name'] | *[local-name() = 'recommendation']/*[local-name() = 'name'] | *[local-name() = 'requirement']/*[local-name() = 'name'] | *[local-name() = 'sourcecode']/*[local-name() = 'name']" mode="bookmarks">
|
4253
4255
|
<xsl:apply-templates mode="bookmarks"/>
|
4254
4256
|
<xsl:text> </xsl:text>
|
4255
4257
|
</xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']/text()" mode="contents" priority="2">
|
4256
4258
|
<xsl:value-of select="."/>
|
4257
|
-
</xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']//text()" mode="bookmarks" priority="2">
|
4259
|
+
</xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement' or local-name() = 'sourcecode']/*[local-name() = 'name']//text()" mode="bookmarks" priority="2">
|
4258
4260
|
<xsl:value-of select="."/>
|
4259
4261
|
</xsl:template><xsl:template match="node()" mode="contents">
|
4260
4262
|
<xsl:apply-templates mode="contents"/>
|
@@ -4524,6 +4526,8 @@
|
|
4524
4526
|
|
4525
4527
|
|
4526
4528
|
|
4529
|
+
|
4530
|
+
|
4527
4531
|
<fo:block xsl:use-attribute-sets="sourcecode-style">
|
4528
4532
|
<xsl:variable name="_font-size">
|
4529
4533
|
|
@@ -4557,13 +4561,17 @@
|
|
4557
4561
|
|
4558
4562
|
|
4559
4563
|
|
4564
|
+
|
4565
|
+
|
4560
4566
|
<xsl:apply-templates/>
|
4561
4567
|
</fo:block>
|
4562
|
-
|
4568
|
+
|
4563
4569
|
|
4564
4570
|
<xsl:apply-templates select="*[local-name()='name']" mode="presentation"/>
|
4565
4571
|
|
4566
4572
|
|
4573
|
+
|
4574
|
+
|
4567
4575
|
</fo:block-container>
|
4568
4576
|
</fo:block-container>
|
4569
4577
|
</xsl:template><xsl:template match="*[local-name()='sourcecode']/text()" priority="2">
|
@@ -5151,24 +5159,29 @@
|
|
5151
5159
|
</xsl:template><xsl:template match="*[local-name() = 'deprecates']">
|
5152
5160
|
<xsl:variable name="title-deprecated">
|
5153
5161
|
|
5154
|
-
|
5155
|
-
|
5156
|
-
<xsl:with-param name="name" select="'title-deprecated'"/>
|
5162
|
+
<xsl:call-template name="getLocalizedString">
|
5163
|
+
<xsl:with-param name="key">deprecated</xsl:with-param>
|
5157
5164
|
</xsl:call-template>
|
5158
5165
|
|
5166
|
+
|
5159
5167
|
</xsl:variable>
|
5160
5168
|
<fo:block xsl:use-attribute-sets="deprecates-style">
|
5161
5169
|
<xsl:value-of select="$title-deprecated"/>: <xsl:apply-templates/>
|
5162
5170
|
</fo:block>
|
5171
|
+
</xsl:template><xsl:template name="setStyle_preferred">
|
5172
|
+
<xsl:if test="*[local-name() = 'strong']">
|
5173
|
+
<xsl:attribute name="font-weight">normal</xsl:attribute>
|
5174
|
+
</xsl:if>
|
5163
5175
|
</xsl:template><xsl:template match="*[local-name() = 'definition']">
|
5164
5176
|
<fo:block xsl:use-attribute-sets="definition-style">
|
5165
5177
|
<xsl:apply-templates/>
|
5166
5178
|
</fo:block>
|
5167
5179
|
</xsl:template><xsl:template match="*[local-name() = 'definition'][preceding-sibling::*[local-name() = 'domain']]">
|
5168
5180
|
<xsl:apply-templates/>
|
5169
|
-
</xsl:template><xsl:template match="*[local-name() = 'definition'][preceding-sibling::*[local-name() = 'domain']]/*[local-name() = 'p']">
|
5181
|
+
</xsl:template><xsl:template match="*[local-name() = 'definition'][preceding-sibling::*[local-name() = 'domain']]/*[local-name() = 'p'][1]">
|
5170
5182
|
<fo:inline> <xsl:apply-templates/></fo:inline>
|
5171
|
-
<fo:block
|
5183
|
+
<!-- <fo:block> </fo:block> -->
|
5184
|
+
<fo:block/>
|
5172
5185
|
</xsl:template><xsl:template match="/*/*[local-name() = 'sections']/*" priority="2">
|
5173
5186
|
|
5174
5187
|
<fo:block>
|
@@ -820,6 +820,7 @@
|
|
820
820
|
<xsl:apply-templates select="ancestor::iho:term[1]/iho:name" mode="presentation"/>
|
821
821
|
</fo:block>
|
822
822
|
<fo:block font-weight="bold" keep-with-next="always">
|
823
|
+
<xsl:call-template name="setStyle_preferred"/>
|
823
824
|
<xsl:apply-templates/>
|
824
825
|
</fo:block>
|
825
826
|
</fo:block>
|
@@ -1561,7 +1562,8 @@
|
|
1561
1562
|
<xsl:apply-templates select="/*/*[local-name()='bibliography']/*[local-name()='references'][not(@normative='true')] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][not(@normative='true')]]" mode="contents"/>
|
1562
1563
|
|
1563
1564
|
</xsl:template><xsl:template name="processMainSectionsDefault_Contents">
|
1564
|
-
|
1565
|
+
|
1566
|
+
<xsl:for-each select="/*/*[local-name()='sections']/* | /*/*[local-name()='bibliography']/*[local-name()='references'][@normative='true'] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][@normative='true']]">
|
1565
1567
|
<xsl:sort select="@displayorder" data-type="number"/>
|
1566
1568
|
<xsl:apply-templates select="." mode="contents"/>
|
1567
1569
|
</xsl:for-each>
|
@@ -1571,7 +1573,7 @@
|
|
1571
1573
|
<xsl:apply-templates select="." mode="contents"/>
|
1572
1574
|
</xsl:for-each>
|
1573
1575
|
|
1574
|
-
<xsl:for-each select="/*/*[local-name()='bibliography']/*[not(@normative='true')] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][not(@normative='true')]]">
|
1576
|
+
<xsl:for-each select="/*/*[local-name()='bibliography']/*[not(@normative='true') and not(*[local-name()='references'][@normative='true'])] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][not(@normative='true')]]">
|
1575
1577
|
<xsl:sort select="@displayorder" data-type="number"/>
|
1576
1578
|
<xsl:apply-templates select="." mode="contents"/>
|
1577
1579
|
</xsl:for-each>
|
@@ -4249,12 +4251,12 @@
|
|
4249
4251
|
</xsl:template><xsl:template match="*[local-name() = 'emf']"/><xsl:template match="*[local-name() = 'figure']/*[local-name() = 'name']"/><xsl:template match="*[local-name() = 'figure']/*[local-name() = 'name'] | *[local-name() = 'table']/*[local-name() = 'name'] | *[local-name() = 'permission']/*[local-name() = 'name'] | *[local-name() = 'recommendation']/*[local-name() = 'name'] | *[local-name() = 'requirement']/*[local-name() = 'name']" mode="contents">
|
4250
4252
|
<xsl:apply-templates mode="contents"/>
|
4251
4253
|
<xsl:text> </xsl:text>
|
4252
|
-
</xsl:template><xsl:template match="*[local-name() = 'figure']/*[local-name() = 'name'] | *[local-name() = 'table']/*[local-name() = 'name'] | *[local-name() = 'permission']/*[local-name() = 'name'] | *[local-name() = 'recommendation']/*[local-name() = 'name'] | *[local-name() = 'requirement']/*[local-name() = 'name']" mode="bookmarks">
|
4254
|
+
</xsl:template><xsl:template match="*[local-name() = 'figure']/*[local-name() = 'name'] | *[local-name() = 'table']/*[local-name() = 'name'] | *[local-name() = 'permission']/*[local-name() = 'name'] | *[local-name() = 'recommendation']/*[local-name() = 'name'] | *[local-name() = 'requirement']/*[local-name() = 'name'] | *[local-name() = 'sourcecode']/*[local-name() = 'name']" mode="bookmarks">
|
4253
4255
|
<xsl:apply-templates mode="bookmarks"/>
|
4254
4256
|
<xsl:text> </xsl:text>
|
4255
4257
|
</xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']/text()" mode="contents" priority="2">
|
4256
4258
|
<xsl:value-of select="."/>
|
4257
|
-
</xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']//text()" mode="bookmarks" priority="2">
|
4259
|
+
</xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement' or local-name() = 'sourcecode']/*[local-name() = 'name']//text()" mode="bookmarks" priority="2">
|
4258
4260
|
<xsl:value-of select="."/>
|
4259
4261
|
</xsl:template><xsl:template match="node()" mode="contents">
|
4260
4262
|
<xsl:apply-templates mode="contents"/>
|
@@ -4524,6 +4526,8 @@
|
|
4524
4526
|
|
4525
4527
|
|
4526
4528
|
|
4529
|
+
|
4530
|
+
|
4527
4531
|
<fo:block xsl:use-attribute-sets="sourcecode-style">
|
4528
4532
|
<xsl:variable name="_font-size">
|
4529
4533
|
|
@@ -4557,13 +4561,17 @@
|
|
4557
4561
|
|
4558
4562
|
|
4559
4563
|
|
4564
|
+
|
4565
|
+
|
4560
4566
|
<xsl:apply-templates/>
|
4561
4567
|
</fo:block>
|
4562
|
-
|
4568
|
+
|
4563
4569
|
|
4564
4570
|
<xsl:apply-templates select="*[local-name()='name']" mode="presentation"/>
|
4565
4571
|
|
4566
4572
|
|
4573
|
+
|
4574
|
+
|
4567
4575
|
</fo:block-container>
|
4568
4576
|
</fo:block-container>
|
4569
4577
|
</xsl:template><xsl:template match="*[local-name()='sourcecode']/text()" priority="2">
|
@@ -5151,24 +5159,29 @@
|
|
5151
5159
|
</xsl:template><xsl:template match="*[local-name() = 'deprecates']">
|
5152
5160
|
<xsl:variable name="title-deprecated">
|
5153
5161
|
|
5154
|
-
|
5155
|
-
|
5156
|
-
<xsl:with-param name="name" select="'title-deprecated'"/>
|
5162
|
+
<xsl:call-template name="getLocalizedString">
|
5163
|
+
<xsl:with-param name="key">deprecated</xsl:with-param>
|
5157
5164
|
</xsl:call-template>
|
5158
5165
|
|
5166
|
+
|
5159
5167
|
</xsl:variable>
|
5160
5168
|
<fo:block xsl:use-attribute-sets="deprecates-style">
|
5161
5169
|
<xsl:value-of select="$title-deprecated"/>: <xsl:apply-templates/>
|
5162
5170
|
</fo:block>
|
5171
|
+
</xsl:template><xsl:template name="setStyle_preferred">
|
5172
|
+
<xsl:if test="*[local-name() = 'strong']">
|
5173
|
+
<xsl:attribute name="font-weight">normal</xsl:attribute>
|
5174
|
+
</xsl:if>
|
5163
5175
|
</xsl:template><xsl:template match="*[local-name() = 'definition']">
|
5164
5176
|
<fo:block xsl:use-attribute-sets="definition-style">
|
5165
5177
|
<xsl:apply-templates/>
|
5166
5178
|
</fo:block>
|
5167
5179
|
</xsl:template><xsl:template match="*[local-name() = 'definition'][preceding-sibling::*[local-name() = 'domain']]">
|
5168
5180
|
<xsl:apply-templates/>
|
5169
|
-
</xsl:template><xsl:template match="*[local-name() = 'definition'][preceding-sibling::*[local-name() = 'domain']]/*[local-name() = 'p']">
|
5181
|
+
</xsl:template><xsl:template match="*[local-name() = 'definition'][preceding-sibling::*[local-name() = 'domain']]/*[local-name() = 'p'][1]">
|
5170
5182
|
<fo:inline> <xsl:apply-templates/></fo:inline>
|
5171
|
-
<fo:block
|
5183
|
+
<!-- <fo:block> </fo:block> -->
|
5184
|
+
<fo:block/>
|
5172
5185
|
</xsl:template><xsl:template match="/*/*[local-name() = 'sections']/*" priority="2">
|
5173
5186
|
|
5174
5187
|
<fo:block>
|
data/metanorma-iho.gemspec
CHANGED
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
|
|
29
29
|
spec.add_dependency "htmlentities", "~> 4.3.4"
|
30
30
|
spec.add_dependency "metanorma-generic", "~> 1.11.0"
|
31
31
|
|
32
|
-
spec.add_development_dependency "
|
32
|
+
spec.add_development_dependency "debug"
|
33
33
|
spec.add_development_dependency "equivalent-xml", "~> 0.6"
|
34
34
|
spec.add_development_dependency "guard", "~> 2.14"
|
35
35
|
spec.add_development_dependency "guard-rspec", "~> 4.7"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-iho
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: htmlentities
|
@@ -39,19 +39,19 @@ dependencies:
|
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 1.11.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
|
-
name:
|
42
|
+
name: debug
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
47
|
+
version: '0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - "
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
54
|
+
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: equivalent-xml
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|