metanorma-itu 2.5.11 → 2.5.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/itu/itu.implementers-guide.xsl +21 -2
- data/lib/isodoc/itu/itu.in-force.xsl +21 -2
- data/lib/isodoc/itu/itu.recommendation-annex.xsl +21 -2
- data/lib/isodoc/itu/itu.recommendation-supplement.xsl +21 -2
- data/lib/isodoc/itu/itu.recommendation.xsl +21 -2
- data/lib/isodoc/itu/itu.resolution.xsl +21 -2
- data/lib/isodoc/itu/itu.service-publication.xsl +21 -2
- data/lib/isodoc/itu/itu.technical-paper.xsl +21 -2
- data/lib/isodoc/itu/itu.technical-report.xsl +21 -2
- data/lib/metanorma/itu/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c8cba97e6f2e5b6c254c2291abd40ba23fb2a996df4fb334e222220b80eca01
|
4
|
+
data.tar.gz: aae8bb8fc51b697a41c8b05216c31c166b62c47a3b37bfcd4eb5eac3bd0c71f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37a2844663c6fcee6d66071eb269c13797991a478f459440edfa98d0feaf8d6b0712fdde2ea8f4e86f5e7e216a34c87907d9ee793ac13cea01ef2d1e3fa4129e
|
7
|
+
data.tar.gz: 740bd3f2ab27668f5140b17f45f8f38c711da3da5516bf204dc764f3824fcd2b92e1c9f76e89d51dbef6949cdff60274a1be230927fa09ebc04fc94ecd1585e1
|
@@ -2780,8 +2780,21 @@
|
|
2780
2780
|
|
2781
2781
|
<!-- <xsl:strip-space elements="itu:xref"/> -->
|
2782
2782
|
|
2783
|
-
<xsl:variable name="
|
2784
|
-
|
2783
|
+
<xsl:variable name="namespace_full_">
|
2784
|
+
<xsl:choose>
|
2785
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2786
|
+
<xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
|
2787
|
+
</xsl:choose>
|
2788
|
+
</xsl:variable>
|
2789
|
+
<xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
|
2790
|
+
|
2791
|
+
<xsl:variable name="root_element_">
|
2792
|
+
<xsl:choose>
|
2793
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2794
|
+
<xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
|
2795
|
+
</xsl:choose>
|
2796
|
+
</xsl:variable>
|
2797
|
+
<xsl:variable name="root_element" select="normalize-space($root_element_)"/>
|
2785
2798
|
|
2786
2799
|
<xsl:variable name="document_scheme" select="normalize-space(//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = 'document-scheme']/*[local-name() = 'value'])"/>
|
2787
2800
|
|
@@ -7700,6 +7713,12 @@
|
|
7700
7713
|
</xsl:if>
|
7701
7714
|
</xsl:template>
|
7702
7715
|
|
7716
|
+
<xsl:template match="*[local-name()='strike']">
|
7717
|
+
<fo:inline text-decoration="line-through">
|
7718
|
+
<xsl:apply-templates/>
|
7719
|
+
</fo:inline>
|
7720
|
+
</xsl:template>
|
7721
|
+
|
7703
7722
|
<xsl:template match="*[local-name() = 'pagebreak']">
|
7704
7723
|
<fo:block break-after="page"/>
|
7705
7724
|
<fo:block> </fo:block>
|
@@ -2780,8 +2780,21 @@
|
|
2780
2780
|
|
2781
2781
|
<!-- <xsl:strip-space elements="itu:xref"/> -->
|
2782
2782
|
|
2783
|
-
<xsl:variable name="
|
2784
|
-
|
2783
|
+
<xsl:variable name="namespace_full_">
|
2784
|
+
<xsl:choose>
|
2785
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2786
|
+
<xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
|
2787
|
+
</xsl:choose>
|
2788
|
+
</xsl:variable>
|
2789
|
+
<xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
|
2790
|
+
|
2791
|
+
<xsl:variable name="root_element_">
|
2792
|
+
<xsl:choose>
|
2793
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2794
|
+
<xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
|
2795
|
+
</xsl:choose>
|
2796
|
+
</xsl:variable>
|
2797
|
+
<xsl:variable name="root_element" select="normalize-space($root_element_)"/>
|
2785
2798
|
|
2786
2799
|
<xsl:variable name="document_scheme" select="normalize-space(//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = 'document-scheme']/*[local-name() = 'value'])"/>
|
2787
2800
|
|
@@ -7700,6 +7713,12 @@
|
|
7700
7713
|
</xsl:if>
|
7701
7714
|
</xsl:template>
|
7702
7715
|
|
7716
|
+
<xsl:template match="*[local-name()='strike']">
|
7717
|
+
<fo:inline text-decoration="line-through">
|
7718
|
+
<xsl:apply-templates/>
|
7719
|
+
</fo:inline>
|
7720
|
+
</xsl:template>
|
7721
|
+
|
7703
7722
|
<xsl:template match="*[local-name() = 'pagebreak']">
|
7704
7723
|
<fo:block break-after="page"/>
|
7705
7724
|
<fo:block> </fo:block>
|
@@ -2780,8 +2780,21 @@
|
|
2780
2780
|
|
2781
2781
|
<!-- <xsl:strip-space elements="itu:xref"/> -->
|
2782
2782
|
|
2783
|
-
<xsl:variable name="
|
2784
|
-
|
2783
|
+
<xsl:variable name="namespace_full_">
|
2784
|
+
<xsl:choose>
|
2785
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2786
|
+
<xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
|
2787
|
+
</xsl:choose>
|
2788
|
+
</xsl:variable>
|
2789
|
+
<xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
|
2790
|
+
|
2791
|
+
<xsl:variable name="root_element_">
|
2792
|
+
<xsl:choose>
|
2793
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2794
|
+
<xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
|
2795
|
+
</xsl:choose>
|
2796
|
+
</xsl:variable>
|
2797
|
+
<xsl:variable name="root_element" select="normalize-space($root_element_)"/>
|
2785
2798
|
|
2786
2799
|
<xsl:variable name="document_scheme" select="normalize-space(//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = 'document-scheme']/*[local-name() = 'value'])"/>
|
2787
2800
|
|
@@ -7700,6 +7713,12 @@
|
|
7700
7713
|
</xsl:if>
|
7701
7714
|
</xsl:template>
|
7702
7715
|
|
7716
|
+
<xsl:template match="*[local-name()='strike']">
|
7717
|
+
<fo:inline text-decoration="line-through">
|
7718
|
+
<xsl:apply-templates/>
|
7719
|
+
</fo:inline>
|
7720
|
+
</xsl:template>
|
7721
|
+
|
7703
7722
|
<xsl:template match="*[local-name() = 'pagebreak']">
|
7704
7723
|
<fo:block break-after="page"/>
|
7705
7724
|
<fo:block> </fo:block>
|
@@ -2780,8 +2780,21 @@
|
|
2780
2780
|
|
2781
2781
|
<!-- <xsl:strip-space elements="itu:xref"/> -->
|
2782
2782
|
|
2783
|
-
<xsl:variable name="
|
2784
|
-
|
2783
|
+
<xsl:variable name="namespace_full_">
|
2784
|
+
<xsl:choose>
|
2785
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2786
|
+
<xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
|
2787
|
+
</xsl:choose>
|
2788
|
+
</xsl:variable>
|
2789
|
+
<xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
|
2790
|
+
|
2791
|
+
<xsl:variable name="root_element_">
|
2792
|
+
<xsl:choose>
|
2793
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2794
|
+
<xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
|
2795
|
+
</xsl:choose>
|
2796
|
+
</xsl:variable>
|
2797
|
+
<xsl:variable name="root_element" select="normalize-space($root_element_)"/>
|
2785
2798
|
|
2786
2799
|
<xsl:variable name="document_scheme" select="normalize-space(//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = 'document-scheme']/*[local-name() = 'value'])"/>
|
2787
2800
|
|
@@ -7700,6 +7713,12 @@
|
|
7700
7713
|
</xsl:if>
|
7701
7714
|
</xsl:template>
|
7702
7715
|
|
7716
|
+
<xsl:template match="*[local-name()='strike']">
|
7717
|
+
<fo:inline text-decoration="line-through">
|
7718
|
+
<xsl:apply-templates/>
|
7719
|
+
</fo:inline>
|
7720
|
+
</xsl:template>
|
7721
|
+
|
7703
7722
|
<xsl:template match="*[local-name() = 'pagebreak']">
|
7704
7723
|
<fo:block break-after="page"/>
|
7705
7724
|
<fo:block> </fo:block>
|
@@ -2780,8 +2780,21 @@
|
|
2780
2780
|
|
2781
2781
|
<!-- <xsl:strip-space elements="itu:xref"/> -->
|
2782
2782
|
|
2783
|
-
<xsl:variable name="
|
2784
|
-
|
2783
|
+
<xsl:variable name="namespace_full_">
|
2784
|
+
<xsl:choose>
|
2785
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2786
|
+
<xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
|
2787
|
+
</xsl:choose>
|
2788
|
+
</xsl:variable>
|
2789
|
+
<xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
|
2790
|
+
|
2791
|
+
<xsl:variable name="root_element_">
|
2792
|
+
<xsl:choose>
|
2793
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2794
|
+
<xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
|
2795
|
+
</xsl:choose>
|
2796
|
+
</xsl:variable>
|
2797
|
+
<xsl:variable name="root_element" select="normalize-space($root_element_)"/>
|
2785
2798
|
|
2786
2799
|
<xsl:variable name="document_scheme" select="normalize-space(//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = 'document-scheme']/*[local-name() = 'value'])"/>
|
2787
2800
|
|
@@ -7700,6 +7713,12 @@
|
|
7700
7713
|
</xsl:if>
|
7701
7714
|
</xsl:template>
|
7702
7715
|
|
7716
|
+
<xsl:template match="*[local-name()='strike']">
|
7717
|
+
<fo:inline text-decoration="line-through">
|
7718
|
+
<xsl:apply-templates/>
|
7719
|
+
</fo:inline>
|
7720
|
+
</xsl:template>
|
7721
|
+
|
7703
7722
|
<xsl:template match="*[local-name() = 'pagebreak']">
|
7704
7723
|
<fo:block break-after="page"/>
|
7705
7724
|
<fo:block> </fo:block>
|
@@ -2780,8 +2780,21 @@
|
|
2780
2780
|
|
2781
2781
|
<!-- <xsl:strip-space elements="itu:xref"/> -->
|
2782
2782
|
|
2783
|
-
<xsl:variable name="
|
2784
|
-
|
2783
|
+
<xsl:variable name="namespace_full_">
|
2784
|
+
<xsl:choose>
|
2785
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2786
|
+
<xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
|
2787
|
+
</xsl:choose>
|
2788
|
+
</xsl:variable>
|
2789
|
+
<xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
|
2790
|
+
|
2791
|
+
<xsl:variable name="root_element_">
|
2792
|
+
<xsl:choose>
|
2793
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2794
|
+
<xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
|
2795
|
+
</xsl:choose>
|
2796
|
+
</xsl:variable>
|
2797
|
+
<xsl:variable name="root_element" select="normalize-space($root_element_)"/>
|
2785
2798
|
|
2786
2799
|
<xsl:variable name="document_scheme" select="normalize-space(//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = 'document-scheme']/*[local-name() = 'value'])"/>
|
2787
2800
|
|
@@ -7700,6 +7713,12 @@
|
|
7700
7713
|
</xsl:if>
|
7701
7714
|
</xsl:template>
|
7702
7715
|
|
7716
|
+
<xsl:template match="*[local-name()='strike']">
|
7717
|
+
<fo:inline text-decoration="line-through">
|
7718
|
+
<xsl:apply-templates/>
|
7719
|
+
</fo:inline>
|
7720
|
+
</xsl:template>
|
7721
|
+
|
7703
7722
|
<xsl:template match="*[local-name() = 'pagebreak']">
|
7704
7723
|
<fo:block break-after="page"/>
|
7705
7724
|
<fo:block> </fo:block>
|
@@ -2780,8 +2780,21 @@
|
|
2780
2780
|
|
2781
2781
|
<!-- <xsl:strip-space elements="itu:xref"/> -->
|
2782
2782
|
|
2783
|
-
<xsl:variable name="
|
2784
|
-
|
2783
|
+
<xsl:variable name="namespace_full_">
|
2784
|
+
<xsl:choose>
|
2785
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2786
|
+
<xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
|
2787
|
+
</xsl:choose>
|
2788
|
+
</xsl:variable>
|
2789
|
+
<xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
|
2790
|
+
|
2791
|
+
<xsl:variable name="root_element_">
|
2792
|
+
<xsl:choose>
|
2793
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2794
|
+
<xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
|
2795
|
+
</xsl:choose>
|
2796
|
+
</xsl:variable>
|
2797
|
+
<xsl:variable name="root_element" select="normalize-space($root_element_)"/>
|
2785
2798
|
|
2786
2799
|
<xsl:variable name="document_scheme" select="normalize-space(//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = 'document-scheme']/*[local-name() = 'value'])"/>
|
2787
2800
|
|
@@ -7700,6 +7713,12 @@
|
|
7700
7713
|
</xsl:if>
|
7701
7714
|
</xsl:template>
|
7702
7715
|
|
7716
|
+
<xsl:template match="*[local-name()='strike']">
|
7717
|
+
<fo:inline text-decoration="line-through">
|
7718
|
+
<xsl:apply-templates/>
|
7719
|
+
</fo:inline>
|
7720
|
+
</xsl:template>
|
7721
|
+
|
7703
7722
|
<xsl:template match="*[local-name() = 'pagebreak']">
|
7704
7723
|
<fo:block break-after="page"/>
|
7705
7724
|
<fo:block> </fo:block>
|
@@ -2780,8 +2780,21 @@
|
|
2780
2780
|
|
2781
2781
|
<!-- <xsl:strip-space elements="itu:xref"/> -->
|
2782
2782
|
|
2783
|
-
<xsl:variable name="
|
2784
|
-
|
2783
|
+
<xsl:variable name="namespace_full_">
|
2784
|
+
<xsl:choose>
|
2785
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2786
|
+
<xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
|
2787
|
+
</xsl:choose>
|
2788
|
+
</xsl:variable>
|
2789
|
+
<xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
|
2790
|
+
|
2791
|
+
<xsl:variable name="root_element_">
|
2792
|
+
<xsl:choose>
|
2793
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2794
|
+
<xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
|
2795
|
+
</xsl:choose>
|
2796
|
+
</xsl:variable>
|
2797
|
+
<xsl:variable name="root_element" select="normalize-space($root_element_)"/>
|
2785
2798
|
|
2786
2799
|
<xsl:variable name="document_scheme" select="normalize-space(//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = 'document-scheme']/*[local-name() = 'value'])"/>
|
2787
2800
|
|
@@ -7700,6 +7713,12 @@
|
|
7700
7713
|
</xsl:if>
|
7701
7714
|
</xsl:template>
|
7702
7715
|
|
7716
|
+
<xsl:template match="*[local-name()='strike']">
|
7717
|
+
<fo:inline text-decoration="line-through">
|
7718
|
+
<xsl:apply-templates/>
|
7719
|
+
</fo:inline>
|
7720
|
+
</xsl:template>
|
7721
|
+
|
7703
7722
|
<xsl:template match="*[local-name() = 'pagebreak']">
|
7704
7723
|
<fo:block break-after="page"/>
|
7705
7724
|
<fo:block> </fo:block>
|
@@ -2780,8 +2780,21 @@
|
|
2780
2780
|
|
2781
2781
|
<!-- <xsl:strip-space elements="itu:xref"/> -->
|
2782
2782
|
|
2783
|
-
<xsl:variable name="
|
2784
|
-
|
2783
|
+
<xsl:variable name="namespace_full_">
|
2784
|
+
<xsl:choose>
|
2785
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2786
|
+
<xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
|
2787
|
+
</xsl:choose>
|
2788
|
+
</xsl:variable>
|
2789
|
+
<xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
|
2790
|
+
|
2791
|
+
<xsl:variable name="root_element_">
|
2792
|
+
<xsl:choose>
|
2793
|
+
<xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
|
2794
|
+
<xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
|
2795
|
+
</xsl:choose>
|
2796
|
+
</xsl:variable>
|
2797
|
+
<xsl:variable name="root_element" select="normalize-space($root_element_)"/>
|
2785
2798
|
|
2786
2799
|
<xsl:variable name="document_scheme" select="normalize-space(//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'presentation-metadata'][*[local-name() = 'name'] = 'document-scheme']/*[local-name() = 'value'])"/>
|
2787
2800
|
|
@@ -7700,6 +7713,12 @@
|
|
7700
7713
|
</xsl:if>
|
7701
7714
|
</xsl:template>
|
7702
7715
|
|
7716
|
+
<xsl:template match="*[local-name()='strike']">
|
7717
|
+
<fo:inline text-decoration="line-through">
|
7718
|
+
<xsl:apply-templates/>
|
7719
|
+
</fo:inline>
|
7720
|
+
</xsl:template>
|
7721
|
+
|
7703
7722
|
<xsl:template match="*[local-name() = 'pagebreak']">
|
7704
7723
|
<fo:block break-after="page"/>
|
7705
7724
|
<fo:block> </fo:block>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-itu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.5.
|
4
|
+
version: 2.5.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-standoc
|
@@ -348,7 +348,7 @@ homepage: https://github.com/metanorma/metanorma-itu
|
|
348
348
|
licenses:
|
349
349
|
- BSD-2-Clause
|
350
350
|
metadata: {}
|
351
|
-
post_install_message:
|
351
|
+
post_install_message:
|
352
352
|
rdoc_options: []
|
353
353
|
require_paths:
|
354
354
|
- lib
|
@@ -364,7 +364,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
364
364
|
version: '0'
|
365
365
|
requirements: []
|
366
366
|
rubygems_version: 3.3.27
|
367
|
-
signing_key:
|
367
|
+
signing_key:
|
368
368
|
specification_version: 4
|
369
369
|
summary: Metanorma for the ITU
|
370
370
|
test_files: []
|