metanorma-ogc 2.8.5 → 2.8.6
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/ogc/ogc.abstract-specification-topic.xsl +13 -2
- data/lib/isodoc/ogc/ogc.best-practice.xsl +13 -2
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +13 -2
- data/lib/isodoc/ogc/ogc.community-practice.xsl +13 -2
- data/lib/isodoc/ogc/ogc.community-standard.xsl +13 -2
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +13 -2
- data/lib/isodoc/ogc/ogc.draft-standard.xsl +13 -2
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +13 -2
- data/lib/isodoc/ogc/ogc.other.xsl +13 -2
- data/lib/isodoc/ogc/ogc.policy.xsl +13 -2
- data/lib/isodoc/ogc/ogc.reference-model.xsl +13 -2
- data/lib/isodoc/ogc/ogc.release-notes.xsl +13 -2
- data/lib/isodoc/ogc/ogc.standard.xsl +13 -2
- data/lib/isodoc/ogc/ogc.test-suite.xsl +13 -2
- data/lib/isodoc/ogc/ogc.user-guide.xsl +13 -2
- data/lib/isodoc/ogc/ogc.white-paper.xsl +14 -3
- data/lib/metanorma/ogc/converter.rb +5 -5
- data/lib/metanorma/ogc/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: e96a0bba82cd792469b0623663da25dadffef72401489f192bbc43329c980cf9
|
4
|
+
data.tar.gz: 67ecd76b9ae85894bfc00b45e7450c86fea6e9507411dbf4f0aff989d7011f66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2dd5eae51fb779d1a32f42cead8159ba854d3c43372c09a365b4c3e0544867ecbb502900165ae9921d37ce1c62a4bb7b53cbbf029c46f55c786b14b1339586e
|
7
|
+
data.tar.gz: 6145ccf952b49d5d8ccc9dcca2d2d1d524d470ec7b8ca9dc401775e3db79a99ad8552d7f9eb72fc6fc967220e5b2b9089e8d16995ce8b5b7c2616b15dbf8cb81
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -27,8 +27,8 @@
|
|
27
27
|
|
28
28
|
<xsl:variable name="layoutVersion_">
|
29
29
|
<xsl:choose>
|
30
|
-
<xsl:when test="$document_scheme = '' or $document_scheme = '
|
31
|
-
<xsl:otherwise>
|
30
|
+
<xsl:when test="$document_scheme = '' or $document_scheme = '2022'">2022</xsl:when>
|
31
|
+
<xsl:otherwise>2018</xsl:otherwise>
|
32
32
|
</xsl:choose>
|
33
33
|
</xsl:variable>
|
34
34
|
<xsl:variable name="layoutVersion" select="normalize-space($layoutVersion_)"/>
|
@@ -1637,6 +1637,17 @@
|
|
1637
1637
|
</xsl:template>
|
1638
1638
|
|
1639
1639
|
<xsl:template name="insertHeaderFooter">
|
1640
|
+
<xsl:param name="color" select="$color_text_title"/>
|
1641
|
+
<xsl:call-template name="insertHeader"/>
|
1642
|
+
<xsl:call-template name="insertFooter">
|
1643
|
+
<xsl:with-param name="color" select="$color"/>
|
1644
|
+
</xsl:call-template>
|
1645
|
+
</xsl:template>
|
1646
|
+
|
1647
|
+
<xsl:template name="insertHeader">
|
1648
|
+
</xsl:template>
|
1649
|
+
|
1650
|
+
<xsl:template name="insertFooter">
|
1640
1651
|
<xsl:param name="color" select="$color_text_title"/>
|
1641
1652
|
<fo:static-content flow-name="footer" role="artifact">
|
1642
1653
|
<fo:block-container font-size="8pt" color="{$color}" padding-top="6mm">
|
@@ -179,6 +179,8 @@
|
|
179
179
|
<xsl:call-template name="getPageSequenceOrientation"/>
|
180
180
|
</xsl:attribute>
|
181
181
|
|
182
|
+
<xsl:call-template name="insertFootnoteSeparatorCommon"/>
|
183
|
+
|
182
184
|
<xsl:call-template name="insertHeaderFooter"/>
|
183
185
|
<fo:flow flow-name="xsl-region-body">
|
184
186
|
|
@@ -216,6 +218,8 @@
|
|
216
218
|
<xsl:attribute name="initial-page-number">1</xsl:attribute>
|
217
219
|
</xsl:if>
|
218
220
|
|
221
|
+
<xsl:call-template name="insertFootnoteSeparatorCommon"/>
|
222
|
+
|
219
223
|
<xsl:call-template name="insertHeaderFooter"/>
|
220
224
|
|
221
225
|
<fo:flow flow-name="xsl-region-body">
|
@@ -243,7 +247,11 @@
|
|
243
247
|
<xsl:template name="cover-page">
|
244
248
|
<!-- Cover Page -->
|
245
249
|
<fo:page-sequence master-reference="document" force-page-count="no-force">
|
250
|
+
|
251
|
+
<xsl:call-template name="insertFootnoteSeparatorCommon"/>
|
252
|
+
|
246
253
|
<xsl:call-template name="insertHeaderFooter"/>
|
254
|
+
|
247
255
|
<fo:flow flow-name="xsl-region-body">
|
248
256
|
|
249
257
|
<fo:block-container margin-left="-12mm" margin-right="-9mm">
|
@@ -717,15 +725,19 @@
|
|
717
725
|
</xsl:template>
|
718
726
|
|
719
727
|
<xsl:template name="insertHeaderFooter">
|
728
|
+
<xsl:call-template name="insertHeader"/>
|
729
|
+
<xsl:call-template name="insertFooter"/>
|
730
|
+
</xsl:template>
|
720
731
|
|
721
|
-
|
722
|
-
|
732
|
+
<xsl:template name="insertHeader">
|
723
733
|
<fo:static-content flow-name="header" role="artifact">
|
724
734
|
<fo:block-container height="16.5mm" background-color="{$color}">
|
725
735
|
<fo:block> </fo:block>
|
726
736
|
</fo:block-container>
|
727
737
|
</fo:static-content>
|
738
|
+
</xsl:template>
|
728
739
|
|
740
|
+
<xsl:template name="insertFooter">
|
729
741
|
<fo:static-content flow-name="footer" role="artifact">
|
730
742
|
<fo:block-container height="100%" display-align="after">
|
731
743
|
<fo:block-container height="23.5mm" background-color="{$color}" color="rgb(231, 230, 230)" display-align="after">
|
@@ -753,7 +765,6 @@
|
|
753
765
|
</fo:block-container>
|
754
766
|
</fo:block-container>
|
755
767
|
</fo:static-content>
|
756
|
-
|
757
768
|
</xsl:template>
|
758
769
|
|
759
770
|
<xsl:template name="insertLogo">
|
@@ -46,19 +46,19 @@ module Metanorma
|
|
46
46
|
|
47
47
|
def document_scheme(node)
|
48
48
|
if r = node.attr("document-scheme")
|
49
|
-
r == "2022" ? "
|
49
|
+
r == "2022" ? "2022" : "2018"
|
50
50
|
elsif r = node.attr("published-date")
|
51
51
|
published_date_scheme(r)
|
52
52
|
elsif r = node.attr("copyright-year")
|
53
|
-
r.to_i >= 2022 ? "
|
54
|
-
else "
|
53
|
+
r.to_i >= 2022 ? "2022" : "2018"
|
54
|
+
else "2022"
|
55
55
|
end
|
56
56
|
end
|
57
57
|
|
58
58
|
def published_date_scheme(date_str)
|
59
59
|
published_date = parse_flexible_date(date_str) or return nil
|
60
60
|
cutoff_date = Date.new(2021, 11, 8)
|
61
|
-
published_date >= cutoff_date ? "
|
61
|
+
published_date >= cutoff_date ? "2022" : "2018"
|
62
62
|
rescue Date::Error, ArgumentError
|
63
63
|
nil
|
64
64
|
end
|
@@ -132,7 +132,7 @@ module Metanorma
|
|
132
132
|
|
133
133
|
def update_colors(node)
|
134
134
|
c = OGC_COLORS.dup
|
135
|
-
if document_scheme(node) == "
|
135
|
+
if document_scheme(node) == "2022"
|
136
136
|
c[:"secondary-shade-1"] = "rgb(0, 177, 255)"
|
137
137
|
c[:"secondary-shade-2"] = "rgb(0, 177, 255)"
|
138
138
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-ogc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.8.
|
4
|
+
version: 2.8.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: iso-639
|