metanorma-ogc 2.6.9 → 2.6.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b2471d72f7bdd8563f8b8523042b215756daa126beedc860d1bcf72ec86751a
4
- data.tar.gz: d37f101cb3f76473c10659cb41a08fdfecba5102176a93f3155ef7703e09ed2e
3
+ metadata.gz: 9b7024136877838d076972e6f8b4b43c5e3e0c1dceff36e204d45660621f459f
4
+ data.tar.gz: 7c8c8dae713611cf78a7d7ac28a6a9b354016ac723649ad75df2bb654789f51f
5
5
  SHA512:
6
- metadata.gz: c8c688babbcf8bc744b3f91922f6d69dd8ac3076b11e99cb50f1a7b5d5415a44b87ca78109234938d504a1c0f8b3e86e69384a5ec673293f6d3053cbde21f922
7
- data.tar.gz: 4681444493e47bca84466982867c3487804904e9400b5b6ff9870b9491f145a3e64dccc1d95b21d992f5f83c8af459d8ea339118482c9386cf68c6ff8a7905d2
6
+ metadata.gz: 50f04a78ca6e8da12f3e499d251748f73a0cb4f728093aa814570e5f762e67da85d66041f7e13a4848aabe359b71b4053f9dc154c71ccb0ac5d8b02eee7535b5
7
+ data.tar.gz: c7952103ecda423fef41abbdcdf0603c352be500bd3d9a23e700befec5ca92de105ad98a73ad59b333c977006cd0ede9ed31fa7b5893935eae55807955ecc731
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -1976,8 +1976,21 @@
1976
1976
 
1977
1977
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
1978
1978
 
1979
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
1980
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
1979
+ <xsl:variable name="namespace_full_">
1980
+ <xsl:choose>
1981
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1982
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
1983
+ </xsl:choose>
1984
+ </xsl:variable>
1985
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
1986
+
1987
+ <xsl:variable name="root_element_">
1988
+ <xsl:choose>
1989
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
1990
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
1991
+ </xsl:choose>
1992
+ </xsl:variable>
1993
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
1981
1994
 
1982
1995
  <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'])"/>
1983
1996
 
@@ -6964,6 +6977,12 @@
6964
6977
  </xsl:if>
6965
6978
  </xsl:template>
6966
6979
 
6980
+ <xsl:template match="*[local-name()='strike']">
6981
+ <fo:inline text-decoration="line-through">
6982
+ <xsl:apply-templates/>
6983
+ </fo:inline>
6984
+ </xsl:template>
6985
+
6967
6986
  <xsl:template match="*[local-name() = 'pagebreak']">
6968
6987
  <fo:block break-after="page"/>
6969
6988
  <fo:block> </fo:block>
@@ -776,8 +776,21 @@
776
776
 
777
777
  <!-- <xsl:strip-space elements="ogc:xref"/> -->
778
778
 
779
- <xsl:variable name="namespace_full" select="namespace-uri(/*)"/> <!-- example: https://www.metanorma.org/ns/iso -->
780
- <xsl:variable name="root_element" select="local-name(/*)"/> <!-- example: iso-standard -->
779
+ <xsl:variable name="namespace_full_">
780
+ <xsl:choose>
781
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="namespace-uri(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
782
+ <xsl:otherwise><xsl:value-of select="namespace-uri(/*)"/></xsl:otherwise><!-- example: https://www.metanorma.org/ns/iso -->
783
+ </xsl:choose>
784
+ </xsl:variable>
785
+ <xsl:variable name="namespace_full" select="normalize-space($namespace_full_)"/>
786
+
787
+ <xsl:variable name="root_element_">
788
+ <xsl:choose>
789
+ <xsl:when test="local-name(/*) = 'metanorma-collection'"><xsl:value-of select="local-name(//*[contains(local-name(), '-standard')][1])"/></xsl:when>
790
+ <xsl:otherwise><xsl:value-of select="local-name(/*)"/></xsl:otherwise><!-- example: iso-standard -->
791
+ </xsl:choose>
792
+ </xsl:variable>
793
+ <xsl:variable name="root_element" select="normalize-space($root_element_)"/>
781
794
 
782
795
  <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'])"/>
783
796
 
@@ -5725,6 +5738,12 @@
5725
5738
  </xsl:if>
5726
5739
  </xsl:template>
5727
5740
 
5741
+ <xsl:template match="*[local-name()='strike']">
5742
+ <fo:inline text-decoration="line-through">
5743
+ <xsl:apply-templates/>
5744
+ </fo:inline>
5745
+ </xsl:template>
5746
+
5728
5747
  <xsl:template match="*[local-name() = 'pagebreak']">
5729
5748
  <fo:block break-after="page"/>
5730
5749
  <fo:block> </fo:block>
@@ -267,11 +267,11 @@ Detailed in https://www.relaton.org/model/creator/</a:documentation>
267
267
  <a:documentation>An identifier of the person according to an international identifier scheme</a:documentation>
268
268
  </ref>
269
269
  </zeroOrMore>
270
- <zeroOrMore>
270
+ <optional>
271
271
  <ref name="contact">
272
272
  <a:documentation>Contact information for the person, including URI, address, phone number, and email</a:documentation>
273
273
  </ref>
274
- </zeroOrMore>
274
+ </optional>
275
275
  </element>
276
276
  </define>
277
277
  <define name="fullname">
@@ -454,11 +454,11 @@ real names (if the person is named with a pseudonym or user name); previous lega
454
454
  <a:documentation>An identifier of the organization according to an international identifier scheme</a:documentation>
455
455
  </ref>
456
456
  </zeroOrMore>
457
- <zeroOrMore>
457
+ <optional>
458
458
  <ref name="contact">
459
459
  <a:documentation>Contact information for the organization, including address, phone number, and email</a:documentation>
460
460
  </ref>
461
- </zeroOrMore>
461
+ </optional>
462
462
  <optional>
463
463
  <ref name="logo">
464
464
  <a:documentation>A logo for the organization</a:documentation>
@@ -540,12 +540,18 @@ real names (if the person is named with a pseudonym or user name); previous lega
540
540
  <!-- TODO may change -->
541
541
  <define name="contact">
542
542
  <a:documentation>Contact information for a person or organization</a:documentation>
543
- <choice>
543
+ <zeroOrMore>
544
544
  <ref name="address"/>
545
+ </zeroOrMore>
546
+ <zeroOrMore>
545
547
  <ref name="phone"/>
548
+ </zeroOrMore>
549
+ <zeroOrMore>
546
550
  <ref name="email"/>
551
+ </zeroOrMore>
552
+ <zeroOrMore>
547
553
  <ref name="uri"/>
548
- </choice>
554
+ </zeroOrMore>
549
555
  </define>
550
556
  <define name="phone">
551
557
  <a:documentation>The phone number associated with a person or organization</a:documentation>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ogc
3
- VERSION = "2.6.9".freeze
3
+ VERSION = "2.6.10".freeze
4
4
  end
5
5
  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.6.9
4
+ version: 2.6.10
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: 2024-12-23 00:00:00.000000000 Z
11
+ date: 2025-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: iso-639
@@ -315,7 +315,7 @@ homepage: https://github.com/metanorma/metanorma-ogc
315
315
  licenses:
316
316
  - BSD-2-Clause
317
317
  metadata: {}
318
- post_install_message:
318
+ post_install_message:
319
319
  rdoc_options: []
320
320
  require_paths:
321
321
  - lib
@@ -331,7 +331,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
331
331
  version: '0'
332
332
  requirements: []
333
333
  rubygems_version: 3.3.27
334
- signing_key:
334
+ signing_key:
335
335
  specification_version: 4
336
336
  summary: Metanorma for the Open Geospatial Consortium.
337
337
  test_files: []