metanorma-ogc 2.7.5 → 2.7.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 +26 -3
- data/lib/isodoc/ogc/ogc.best-practice.xsl +26 -3
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +26 -3
- data/lib/isodoc/ogc/ogc.community-practice.xsl +26 -3
- data/lib/isodoc/ogc/ogc.community-standard.xsl +26 -3
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +26 -3
- data/lib/isodoc/ogc/ogc.draft-standard.xsl +26 -3
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +26 -3
- data/lib/isodoc/ogc/ogc.other.xsl +26 -3
- data/lib/isodoc/ogc/ogc.policy.xsl +26 -3
- data/lib/isodoc/ogc/ogc.reference-model.xsl +26 -3
- data/lib/isodoc/ogc/ogc.release-notes.xsl +26 -3
- data/lib/isodoc/ogc/ogc.standard.xsl +26 -3
- data/lib/isodoc/ogc/ogc.test-suite.xsl +26 -3
- data/lib/isodoc/ogc/ogc.user-guide.xsl +26 -3
- data/lib/isodoc/ogc/ogc.white-paper.xsl +26 -3
- data/lib/metanorma/ogc/basicdoc.rng +9 -5
- data/lib/metanorma/ogc/cleanup.rb +2 -2
- data/lib/metanorma/ogc/converter.rb +2 -10
- data/lib/metanorma/ogc/isodoc.rng +132 -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: 75eca07542e606becd608f24e7e74c0162a9cf553918fc4bbd1ae94ff0980b5e
|
4
|
+
data.tar.gz: 5cfdc32004c4f7f59167cb150d0dd344286b0dab74b7a56436c19265ef9776d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz: '
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '078376e6d9a3a1019e47282a386feea3989ec318131a7004976f0e62df35d90eebc726841019ecd3a766fd565be72b0b86b80ab2c9473aa80db4471607d2f623'
|
7
|
+
data.tar.gz: 24e1c1832ffdf4eb93d71478b0258b757f4c1717b2439ceb5b964325b389d22836d1c03e4768455056a540db13304417374003f0b773c26f00fcb62973946025
|
@@ -10422,11 +10422,11 @@
|
|
10422
10422
|
</xsl:template>
|
10423
10423
|
|
10424
10424
|
<!-- figure/fn -->
|
10425
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'fn']" priority="2"/>
|
10425
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'fn']" priority="2"/>
|
10426
10426
|
<!-- figure/note -->
|
10427
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'note']" priority="2"/>
|
10427
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'note']" priority="2"/>
|
10428
10428
|
<!-- figure/example -->
|
10429
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'example']" priority="2"/>
|
10429
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'example']" priority="2"/>
|
10430
10430
|
|
10431
10431
|
<!-- figure/note[@type = 'units'] -->
|
10432
10432
|
<!-- image/note[@type = 'units'] -->
|
@@ -13960,6 +13960,9 @@
|
|
13960
13960
|
<xsl:template match="*[local-name() = 'quote']/*[local-name() = 'author']" mode="update_xml_pres"/>
|
13961
13961
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_step1"/>
|
13962
13962
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_pres"/>
|
13963
|
+
<!-- https://github.com/metanorma/isodoc/issues/687 -->
|
13964
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_step1"/>
|
13965
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_pres"/>
|
13963
13966
|
|
13964
13967
|
<xsl:template match="*[local-name() = 'metanorma-extension']/*[local-name() = 'attachment']" mode="update_xml_step1">
|
13965
13968
|
<xsl:copy>
|
@@ -14242,6 +14245,20 @@
|
|
14242
14245
|
</xsl:element>
|
14243
14246
|
</xsl:template>
|
14244
14247
|
|
14248
|
+
<xsl:template match="*[local-name() = 'fmt-source']"/>
|
14249
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_step1">
|
14250
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14251
|
+
<xsl:copy-of select="@*"/>
|
14252
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
14253
|
+
</xsl:element>
|
14254
|
+
</xsl:template>
|
14255
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_pres">
|
14256
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14257
|
+
<xsl:copy-of select="@*"/>
|
14258
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
14259
|
+
</xsl:element>
|
14260
|
+
</xsl:template>
|
14261
|
+
|
14245
14262
|
<xsl:template match="*[local-name() = 'span'][ @class = 'fmt-caption-label' or @class = 'fmt-element-name' or @class = 'fmt-caption-delim' or @class = 'fmt-autonum-delim']" mode="update_xml_step1" priority="3">
|
14246
14263
|
<xsl:apply-templates mode="update_xml_step1"/>
|
14247
14264
|
</xsl:template>
|
@@ -15601,6 +15618,12 @@
|
|
15601
15618
|
</xsl:if>
|
15602
15619
|
</xsl:template>
|
15603
15620
|
|
15621
|
+
<xsl:template name="setIDforNamedDestinationInline">
|
15622
|
+
<xsl:if test="@named_dest">
|
15623
|
+
<fo:inline><xsl:call-template name="setIDforNamedDestination"/></fo:inline>
|
15624
|
+
</xsl:if>
|
15625
|
+
</xsl:template>
|
15626
|
+
|
15604
15627
|
<xsl:template name="setNamedDestination">
|
15605
15628
|
<!-- skip GUID, e.g. _33eac3cb-9663-4291-ae26-1d4b6f4635fc -->
|
15606
15629
|
<xsl:if test="@id and normalize-space(java:matches(java:java.lang.String.new(@id), '_[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}')) = 'false'">
|
@@ -10422,11 +10422,11 @@
|
|
10422
10422
|
</xsl:template>
|
10423
10423
|
|
10424
10424
|
<!-- figure/fn -->
|
10425
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'fn']" priority="2"/>
|
10425
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'fn']" priority="2"/>
|
10426
10426
|
<!-- figure/note -->
|
10427
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'note']" priority="2"/>
|
10427
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'note']" priority="2"/>
|
10428
10428
|
<!-- figure/example -->
|
10429
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'example']" priority="2"/>
|
10429
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'example']" priority="2"/>
|
10430
10430
|
|
10431
10431
|
<!-- figure/note[@type = 'units'] -->
|
10432
10432
|
<!-- image/note[@type = 'units'] -->
|
@@ -13960,6 +13960,9 @@
|
|
13960
13960
|
<xsl:template match="*[local-name() = 'quote']/*[local-name() = 'author']" mode="update_xml_pres"/>
|
13961
13961
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_step1"/>
|
13962
13962
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_pres"/>
|
13963
|
+
<!-- https://github.com/metanorma/isodoc/issues/687 -->
|
13964
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_step1"/>
|
13965
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_pres"/>
|
13963
13966
|
|
13964
13967
|
<xsl:template match="*[local-name() = 'metanorma-extension']/*[local-name() = 'attachment']" mode="update_xml_step1">
|
13965
13968
|
<xsl:copy>
|
@@ -14242,6 +14245,20 @@
|
|
14242
14245
|
</xsl:element>
|
14243
14246
|
</xsl:template>
|
14244
14247
|
|
14248
|
+
<xsl:template match="*[local-name() = 'fmt-source']"/>
|
14249
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_step1">
|
14250
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14251
|
+
<xsl:copy-of select="@*"/>
|
14252
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
14253
|
+
</xsl:element>
|
14254
|
+
</xsl:template>
|
14255
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_pres">
|
14256
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14257
|
+
<xsl:copy-of select="@*"/>
|
14258
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
14259
|
+
</xsl:element>
|
14260
|
+
</xsl:template>
|
14261
|
+
|
14245
14262
|
<xsl:template match="*[local-name() = 'span'][ @class = 'fmt-caption-label' or @class = 'fmt-element-name' or @class = 'fmt-caption-delim' or @class = 'fmt-autonum-delim']" mode="update_xml_step1" priority="3">
|
14246
14263
|
<xsl:apply-templates mode="update_xml_step1"/>
|
14247
14264
|
</xsl:template>
|
@@ -15601,6 +15618,12 @@
|
|
15601
15618
|
</xsl:if>
|
15602
15619
|
</xsl:template>
|
15603
15620
|
|
15621
|
+
<xsl:template name="setIDforNamedDestinationInline">
|
15622
|
+
<xsl:if test="@named_dest">
|
15623
|
+
<fo:inline><xsl:call-template name="setIDforNamedDestination"/></fo:inline>
|
15624
|
+
</xsl:if>
|
15625
|
+
</xsl:template>
|
15626
|
+
|
15604
15627
|
<xsl:template name="setNamedDestination">
|
15605
15628
|
<!-- skip GUID, e.g. _33eac3cb-9663-4291-ae26-1d4b6f4635fc -->
|
15606
15629
|
<xsl:if test="@id and normalize-space(java:matches(java:java.lang.String.new(@id), '_[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}')) = 'false'">
|
@@ -10422,11 +10422,11 @@
|
|
10422
10422
|
</xsl:template>
|
10423
10423
|
|
10424
10424
|
<!-- figure/fn -->
|
10425
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'fn']" priority="2"/>
|
10425
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'fn']" priority="2"/>
|
10426
10426
|
<!-- figure/note -->
|
10427
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'note']" priority="2"/>
|
10427
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'note']" priority="2"/>
|
10428
10428
|
<!-- figure/example -->
|
10429
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'example']" priority="2"/>
|
10429
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'example']" priority="2"/>
|
10430
10430
|
|
10431
10431
|
<!-- figure/note[@type = 'units'] -->
|
10432
10432
|
<!-- image/note[@type = 'units'] -->
|
@@ -13960,6 +13960,9 @@
|
|
13960
13960
|
<xsl:template match="*[local-name() = 'quote']/*[local-name() = 'author']" mode="update_xml_pres"/>
|
13961
13961
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_step1"/>
|
13962
13962
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_pres"/>
|
13963
|
+
<!-- https://github.com/metanorma/isodoc/issues/687 -->
|
13964
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_step1"/>
|
13965
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_pres"/>
|
13963
13966
|
|
13964
13967
|
<xsl:template match="*[local-name() = 'metanorma-extension']/*[local-name() = 'attachment']" mode="update_xml_step1">
|
13965
13968
|
<xsl:copy>
|
@@ -14242,6 +14245,20 @@
|
|
14242
14245
|
</xsl:element>
|
14243
14246
|
</xsl:template>
|
14244
14247
|
|
14248
|
+
<xsl:template match="*[local-name() = 'fmt-source']"/>
|
14249
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_step1">
|
14250
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14251
|
+
<xsl:copy-of select="@*"/>
|
14252
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
14253
|
+
</xsl:element>
|
14254
|
+
</xsl:template>
|
14255
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_pres">
|
14256
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14257
|
+
<xsl:copy-of select="@*"/>
|
14258
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
14259
|
+
</xsl:element>
|
14260
|
+
</xsl:template>
|
14261
|
+
|
14245
14262
|
<xsl:template match="*[local-name() = 'span'][ @class = 'fmt-caption-label' or @class = 'fmt-element-name' or @class = 'fmt-caption-delim' or @class = 'fmt-autonum-delim']" mode="update_xml_step1" priority="3">
|
14246
14263
|
<xsl:apply-templates mode="update_xml_step1"/>
|
14247
14264
|
</xsl:template>
|
@@ -15601,6 +15618,12 @@
|
|
15601
15618
|
</xsl:if>
|
15602
15619
|
</xsl:template>
|
15603
15620
|
|
15621
|
+
<xsl:template name="setIDforNamedDestinationInline">
|
15622
|
+
<xsl:if test="@named_dest">
|
15623
|
+
<fo:inline><xsl:call-template name="setIDforNamedDestination"/></fo:inline>
|
15624
|
+
</xsl:if>
|
15625
|
+
</xsl:template>
|
15626
|
+
|
15604
15627
|
<xsl:template name="setNamedDestination">
|
15605
15628
|
<!-- skip GUID, e.g. _33eac3cb-9663-4291-ae26-1d4b6f4635fc -->
|
15606
15629
|
<xsl:if test="@id and normalize-space(java:matches(java:java.lang.String.new(@id), '_[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}')) = 'false'">
|
@@ -10422,11 +10422,11 @@
|
|
10422
10422
|
</xsl:template>
|
10423
10423
|
|
10424
10424
|
<!-- figure/fn -->
|
10425
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'fn']" priority="2"/>
|
10425
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'fn']" priority="2"/>
|
10426
10426
|
<!-- figure/note -->
|
10427
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'note']" priority="2"/>
|
10427
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'note']" priority="2"/>
|
10428
10428
|
<!-- figure/example -->
|
10429
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'example']" priority="2"/>
|
10429
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'example']" priority="2"/>
|
10430
10430
|
|
10431
10431
|
<!-- figure/note[@type = 'units'] -->
|
10432
10432
|
<!-- image/note[@type = 'units'] -->
|
@@ -13960,6 +13960,9 @@
|
|
13960
13960
|
<xsl:template match="*[local-name() = 'quote']/*[local-name() = 'author']" mode="update_xml_pres"/>
|
13961
13961
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_step1"/>
|
13962
13962
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_pres"/>
|
13963
|
+
<!-- https://github.com/metanorma/isodoc/issues/687 -->
|
13964
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_step1"/>
|
13965
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_pres"/>
|
13963
13966
|
|
13964
13967
|
<xsl:template match="*[local-name() = 'metanorma-extension']/*[local-name() = 'attachment']" mode="update_xml_step1">
|
13965
13968
|
<xsl:copy>
|
@@ -14242,6 +14245,20 @@
|
|
14242
14245
|
</xsl:element>
|
14243
14246
|
</xsl:template>
|
14244
14247
|
|
14248
|
+
<xsl:template match="*[local-name() = 'fmt-source']"/>
|
14249
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_step1">
|
14250
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14251
|
+
<xsl:copy-of select="@*"/>
|
14252
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
14253
|
+
</xsl:element>
|
14254
|
+
</xsl:template>
|
14255
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_pres">
|
14256
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14257
|
+
<xsl:copy-of select="@*"/>
|
14258
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
14259
|
+
</xsl:element>
|
14260
|
+
</xsl:template>
|
14261
|
+
|
14245
14262
|
<xsl:template match="*[local-name() = 'span'][ @class = 'fmt-caption-label' or @class = 'fmt-element-name' or @class = 'fmt-caption-delim' or @class = 'fmt-autonum-delim']" mode="update_xml_step1" priority="3">
|
14246
14263
|
<xsl:apply-templates mode="update_xml_step1"/>
|
14247
14264
|
</xsl:template>
|
@@ -15601,6 +15618,12 @@
|
|
15601
15618
|
</xsl:if>
|
15602
15619
|
</xsl:template>
|
15603
15620
|
|
15621
|
+
<xsl:template name="setIDforNamedDestinationInline">
|
15622
|
+
<xsl:if test="@named_dest">
|
15623
|
+
<fo:inline><xsl:call-template name="setIDforNamedDestination"/></fo:inline>
|
15624
|
+
</xsl:if>
|
15625
|
+
</xsl:template>
|
15626
|
+
|
15604
15627
|
<xsl:template name="setNamedDestination">
|
15605
15628
|
<!-- skip GUID, e.g. _33eac3cb-9663-4291-ae26-1d4b6f4635fc -->
|
15606
15629
|
<xsl:if test="@id and normalize-space(java:matches(java:java.lang.String.new(@id), '_[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}')) = 'false'">
|
@@ -10422,11 +10422,11 @@
|
|
10422
10422
|
</xsl:template>
|
10423
10423
|
|
10424
10424
|
<!-- figure/fn -->
|
10425
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'fn']" priority="2"/>
|
10425
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'fn']" priority="2"/>
|
10426
10426
|
<!-- figure/note -->
|
10427
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'note']" priority="2"/>
|
10427
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'note']" priority="2"/>
|
10428
10428
|
<!-- figure/example -->
|
10429
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'example']" priority="2"/>
|
10429
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'example']" priority="2"/>
|
10430
10430
|
|
10431
10431
|
<!-- figure/note[@type = 'units'] -->
|
10432
10432
|
<!-- image/note[@type = 'units'] -->
|
@@ -13960,6 +13960,9 @@
|
|
13960
13960
|
<xsl:template match="*[local-name() = 'quote']/*[local-name() = 'author']" mode="update_xml_pres"/>
|
13961
13961
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_step1"/>
|
13962
13962
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_pres"/>
|
13963
|
+
<!-- https://github.com/metanorma/isodoc/issues/687 -->
|
13964
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_step1"/>
|
13965
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_pres"/>
|
13963
13966
|
|
13964
13967
|
<xsl:template match="*[local-name() = 'metanorma-extension']/*[local-name() = 'attachment']" mode="update_xml_step1">
|
13965
13968
|
<xsl:copy>
|
@@ -14242,6 +14245,20 @@
|
|
14242
14245
|
</xsl:element>
|
14243
14246
|
</xsl:template>
|
14244
14247
|
|
14248
|
+
<xsl:template match="*[local-name() = 'fmt-source']"/>
|
14249
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_step1">
|
14250
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14251
|
+
<xsl:copy-of select="@*"/>
|
14252
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
14253
|
+
</xsl:element>
|
14254
|
+
</xsl:template>
|
14255
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_pres">
|
14256
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14257
|
+
<xsl:copy-of select="@*"/>
|
14258
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
14259
|
+
</xsl:element>
|
14260
|
+
</xsl:template>
|
14261
|
+
|
14245
14262
|
<xsl:template match="*[local-name() = 'span'][ @class = 'fmt-caption-label' or @class = 'fmt-element-name' or @class = 'fmt-caption-delim' or @class = 'fmt-autonum-delim']" mode="update_xml_step1" priority="3">
|
14246
14263
|
<xsl:apply-templates mode="update_xml_step1"/>
|
14247
14264
|
</xsl:template>
|
@@ -15601,6 +15618,12 @@
|
|
15601
15618
|
</xsl:if>
|
15602
15619
|
</xsl:template>
|
15603
15620
|
|
15621
|
+
<xsl:template name="setIDforNamedDestinationInline">
|
15622
|
+
<xsl:if test="@named_dest">
|
15623
|
+
<fo:inline><xsl:call-template name="setIDforNamedDestination"/></fo:inline>
|
15624
|
+
</xsl:if>
|
15625
|
+
</xsl:template>
|
15626
|
+
|
15604
15627
|
<xsl:template name="setNamedDestination">
|
15605
15628
|
<!-- skip GUID, e.g. _33eac3cb-9663-4291-ae26-1d4b6f4635fc -->
|
15606
15629
|
<xsl:if test="@id and normalize-space(java:matches(java:java.lang.String.new(@id), '_[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}')) = 'false'">
|
@@ -10422,11 +10422,11 @@
|
|
10422
10422
|
</xsl:template>
|
10423
10423
|
|
10424
10424
|
<!-- figure/fn -->
|
10425
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'fn']" priority="2"/>
|
10425
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'fn']" priority="2"/>
|
10426
10426
|
<!-- figure/note -->
|
10427
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'note']" priority="2"/>
|
10427
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'note']" priority="2"/>
|
10428
10428
|
<!-- figure/example -->
|
10429
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'example']" priority="2"/>
|
10429
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'example']" priority="2"/>
|
10430
10430
|
|
10431
10431
|
<!-- figure/note[@type = 'units'] -->
|
10432
10432
|
<!-- image/note[@type = 'units'] -->
|
@@ -13960,6 +13960,9 @@
|
|
13960
13960
|
<xsl:template match="*[local-name() = 'quote']/*[local-name() = 'author']" mode="update_xml_pres"/>
|
13961
13961
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_step1"/>
|
13962
13962
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_pres"/>
|
13963
|
+
<!-- https://github.com/metanorma/isodoc/issues/687 -->
|
13964
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_step1"/>
|
13965
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_pres"/>
|
13963
13966
|
|
13964
13967
|
<xsl:template match="*[local-name() = 'metanorma-extension']/*[local-name() = 'attachment']" mode="update_xml_step1">
|
13965
13968
|
<xsl:copy>
|
@@ -14242,6 +14245,20 @@
|
|
14242
14245
|
</xsl:element>
|
14243
14246
|
</xsl:template>
|
14244
14247
|
|
14248
|
+
<xsl:template match="*[local-name() = 'fmt-source']"/>
|
14249
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_step1">
|
14250
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14251
|
+
<xsl:copy-of select="@*"/>
|
14252
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
14253
|
+
</xsl:element>
|
14254
|
+
</xsl:template>
|
14255
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_pres">
|
14256
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14257
|
+
<xsl:copy-of select="@*"/>
|
14258
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
14259
|
+
</xsl:element>
|
14260
|
+
</xsl:template>
|
14261
|
+
|
14245
14262
|
<xsl:template match="*[local-name() = 'span'][ @class = 'fmt-caption-label' or @class = 'fmt-element-name' or @class = 'fmt-caption-delim' or @class = 'fmt-autonum-delim']" mode="update_xml_step1" priority="3">
|
14246
14263
|
<xsl:apply-templates mode="update_xml_step1"/>
|
14247
14264
|
</xsl:template>
|
@@ -15601,6 +15618,12 @@
|
|
15601
15618
|
</xsl:if>
|
15602
15619
|
</xsl:template>
|
15603
15620
|
|
15621
|
+
<xsl:template name="setIDforNamedDestinationInline">
|
15622
|
+
<xsl:if test="@named_dest">
|
15623
|
+
<fo:inline><xsl:call-template name="setIDforNamedDestination"/></fo:inline>
|
15624
|
+
</xsl:if>
|
15625
|
+
</xsl:template>
|
15626
|
+
|
15604
15627
|
<xsl:template name="setNamedDestination">
|
15605
15628
|
<!-- skip GUID, e.g. _33eac3cb-9663-4291-ae26-1d4b6f4635fc -->
|
15606
15629
|
<xsl:if test="@id and normalize-space(java:matches(java:java.lang.String.new(@id), '_[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}')) = 'false'">
|
@@ -10422,11 +10422,11 @@
|
|
10422
10422
|
</xsl:template>
|
10423
10423
|
|
10424
10424
|
<!-- figure/fn -->
|
10425
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'fn']" priority="2"/>
|
10425
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'fn']" priority="2"/>
|
10426
10426
|
<!-- figure/note -->
|
10427
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'note']" priority="2"/>
|
10427
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'note']" priority="2"/>
|
10428
10428
|
<!-- figure/example -->
|
10429
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'example']" priority="2"/>
|
10429
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'example']" priority="2"/>
|
10430
10430
|
|
10431
10431
|
<!-- figure/note[@type = 'units'] -->
|
10432
10432
|
<!-- image/note[@type = 'units'] -->
|
@@ -13960,6 +13960,9 @@
|
|
13960
13960
|
<xsl:template match="*[local-name() = 'quote']/*[local-name() = 'author']" mode="update_xml_pres"/>
|
13961
13961
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_step1"/>
|
13962
13962
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_pres"/>
|
13963
|
+
<!-- https://github.com/metanorma/isodoc/issues/687 -->
|
13964
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_step1"/>
|
13965
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_pres"/>
|
13963
13966
|
|
13964
13967
|
<xsl:template match="*[local-name() = 'metanorma-extension']/*[local-name() = 'attachment']" mode="update_xml_step1">
|
13965
13968
|
<xsl:copy>
|
@@ -14242,6 +14245,20 @@
|
|
14242
14245
|
</xsl:element>
|
14243
14246
|
</xsl:template>
|
14244
14247
|
|
14248
|
+
<xsl:template match="*[local-name() = 'fmt-source']"/>
|
14249
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_step1">
|
14250
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14251
|
+
<xsl:copy-of select="@*"/>
|
14252
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
14253
|
+
</xsl:element>
|
14254
|
+
</xsl:template>
|
14255
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_pres">
|
14256
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14257
|
+
<xsl:copy-of select="@*"/>
|
14258
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
14259
|
+
</xsl:element>
|
14260
|
+
</xsl:template>
|
14261
|
+
|
14245
14262
|
<xsl:template match="*[local-name() = 'span'][ @class = 'fmt-caption-label' or @class = 'fmt-element-name' or @class = 'fmt-caption-delim' or @class = 'fmt-autonum-delim']" mode="update_xml_step1" priority="3">
|
14246
14263
|
<xsl:apply-templates mode="update_xml_step1"/>
|
14247
14264
|
</xsl:template>
|
@@ -15601,6 +15618,12 @@
|
|
15601
15618
|
</xsl:if>
|
15602
15619
|
</xsl:template>
|
15603
15620
|
|
15621
|
+
<xsl:template name="setIDforNamedDestinationInline">
|
15622
|
+
<xsl:if test="@named_dest">
|
15623
|
+
<fo:inline><xsl:call-template name="setIDforNamedDestination"/></fo:inline>
|
15624
|
+
</xsl:if>
|
15625
|
+
</xsl:template>
|
15626
|
+
|
15604
15627
|
<xsl:template name="setNamedDestination">
|
15605
15628
|
<!-- skip GUID, e.g. _33eac3cb-9663-4291-ae26-1d4b6f4635fc -->
|
15606
15629
|
<xsl:if test="@id and normalize-space(java:matches(java:java.lang.String.new(@id), '_[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}')) = 'false'">
|
@@ -10422,11 +10422,11 @@
|
|
10422
10422
|
</xsl:template>
|
10423
10423
|
|
10424
10424
|
<!-- figure/fn -->
|
10425
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'fn']" priority="2"/>
|
10425
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'fn']" priority="2"/>
|
10426
10426
|
<!-- figure/note -->
|
10427
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'note']" priority="2"/>
|
10427
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'note']" priority="2"/>
|
10428
10428
|
<!-- figure/example -->
|
10429
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'example']" priority="2"/>
|
10429
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'example']" priority="2"/>
|
10430
10430
|
|
10431
10431
|
<!-- figure/note[@type = 'units'] -->
|
10432
10432
|
<!-- image/note[@type = 'units'] -->
|
@@ -13960,6 +13960,9 @@
|
|
13960
13960
|
<xsl:template match="*[local-name() = 'quote']/*[local-name() = 'author']" mode="update_xml_pres"/>
|
13961
13961
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_step1"/>
|
13962
13962
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_pres"/>
|
13963
|
+
<!-- https://github.com/metanorma/isodoc/issues/687 -->
|
13964
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_step1"/>
|
13965
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_pres"/>
|
13963
13966
|
|
13964
13967
|
<xsl:template match="*[local-name() = 'metanorma-extension']/*[local-name() = 'attachment']" mode="update_xml_step1">
|
13965
13968
|
<xsl:copy>
|
@@ -14242,6 +14245,20 @@
|
|
14242
14245
|
</xsl:element>
|
14243
14246
|
</xsl:template>
|
14244
14247
|
|
14248
|
+
<xsl:template match="*[local-name() = 'fmt-source']"/>
|
14249
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_step1">
|
14250
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14251
|
+
<xsl:copy-of select="@*"/>
|
14252
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
14253
|
+
</xsl:element>
|
14254
|
+
</xsl:template>
|
14255
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_pres">
|
14256
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14257
|
+
<xsl:copy-of select="@*"/>
|
14258
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
14259
|
+
</xsl:element>
|
14260
|
+
</xsl:template>
|
14261
|
+
|
14245
14262
|
<xsl:template match="*[local-name() = 'span'][ @class = 'fmt-caption-label' or @class = 'fmt-element-name' or @class = 'fmt-caption-delim' or @class = 'fmt-autonum-delim']" mode="update_xml_step1" priority="3">
|
14246
14263
|
<xsl:apply-templates mode="update_xml_step1"/>
|
14247
14264
|
</xsl:template>
|
@@ -15601,6 +15618,12 @@
|
|
15601
15618
|
</xsl:if>
|
15602
15619
|
</xsl:template>
|
15603
15620
|
|
15621
|
+
<xsl:template name="setIDforNamedDestinationInline">
|
15622
|
+
<xsl:if test="@named_dest">
|
15623
|
+
<fo:inline><xsl:call-template name="setIDforNamedDestination"/></fo:inline>
|
15624
|
+
</xsl:if>
|
15625
|
+
</xsl:template>
|
15626
|
+
|
15604
15627
|
<xsl:template name="setNamedDestination">
|
15605
15628
|
<!-- skip GUID, e.g. _33eac3cb-9663-4291-ae26-1d4b6f4635fc -->
|
15606
15629
|
<xsl:if test="@id and normalize-space(java:matches(java:java.lang.String.new(@id), '_[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}')) = 'false'">
|
@@ -10422,11 +10422,11 @@
|
|
10422
10422
|
</xsl:template>
|
10423
10423
|
|
10424
10424
|
<!-- figure/fn -->
|
10425
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'fn']" priority="2"/>
|
10425
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'fn']" priority="2"/>
|
10426
10426
|
<!-- figure/note -->
|
10427
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'note']" priority="2"/>
|
10427
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'note']" priority="2"/>
|
10428
10428
|
<!-- figure/example -->
|
10429
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'example']" priority="2"/>
|
10429
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'example']" priority="2"/>
|
10430
10430
|
|
10431
10431
|
<!-- figure/note[@type = 'units'] -->
|
10432
10432
|
<!-- image/note[@type = 'units'] -->
|
@@ -13960,6 +13960,9 @@
|
|
13960
13960
|
<xsl:template match="*[local-name() = 'quote']/*[local-name() = 'author']" mode="update_xml_pres"/>
|
13961
13961
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_step1"/>
|
13962
13962
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_pres"/>
|
13963
|
+
<!-- https://github.com/metanorma/isodoc/issues/687 -->
|
13964
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_step1"/>
|
13965
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_pres"/>
|
13963
13966
|
|
13964
13967
|
<xsl:template match="*[local-name() = 'metanorma-extension']/*[local-name() = 'attachment']" mode="update_xml_step1">
|
13965
13968
|
<xsl:copy>
|
@@ -14242,6 +14245,20 @@
|
|
14242
14245
|
</xsl:element>
|
14243
14246
|
</xsl:template>
|
14244
14247
|
|
14248
|
+
<xsl:template match="*[local-name() = 'fmt-source']"/>
|
14249
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_step1">
|
14250
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14251
|
+
<xsl:copy-of select="@*"/>
|
14252
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
14253
|
+
</xsl:element>
|
14254
|
+
</xsl:template>
|
14255
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_pres">
|
14256
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14257
|
+
<xsl:copy-of select="@*"/>
|
14258
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
14259
|
+
</xsl:element>
|
14260
|
+
</xsl:template>
|
14261
|
+
|
14245
14262
|
<xsl:template match="*[local-name() = 'span'][ @class = 'fmt-caption-label' or @class = 'fmt-element-name' or @class = 'fmt-caption-delim' or @class = 'fmt-autonum-delim']" mode="update_xml_step1" priority="3">
|
14246
14263
|
<xsl:apply-templates mode="update_xml_step1"/>
|
14247
14264
|
</xsl:template>
|
@@ -15601,6 +15618,12 @@
|
|
15601
15618
|
</xsl:if>
|
15602
15619
|
</xsl:template>
|
15603
15620
|
|
15621
|
+
<xsl:template name="setIDforNamedDestinationInline">
|
15622
|
+
<xsl:if test="@named_dest">
|
15623
|
+
<fo:inline><xsl:call-template name="setIDforNamedDestination"/></fo:inline>
|
15624
|
+
</xsl:if>
|
15625
|
+
</xsl:template>
|
15626
|
+
|
15604
15627
|
<xsl:template name="setNamedDestination">
|
15605
15628
|
<!-- skip GUID, e.g. _33eac3cb-9663-4291-ae26-1d4b6f4635fc -->
|
15606
15629
|
<xsl:if test="@id and normalize-space(java:matches(java:java.lang.String.new(@id), '_[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}')) = 'false'">
|
@@ -10422,11 +10422,11 @@
|
|
10422
10422
|
</xsl:template>
|
10423
10423
|
|
10424
10424
|
<!-- figure/fn -->
|
10425
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'fn']" priority="2"/>
|
10425
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'fn']" priority="2"/>
|
10426
10426
|
<!-- figure/note -->
|
10427
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'note']" priority="2"/>
|
10427
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'note']" priority="2"/>
|
10428
10428
|
<!-- figure/example -->
|
10429
|
-
<xsl:template match="*[local-name() = 'figure']/*[local-name() = 'example']" priority="2"/>
|
10429
|
+
<xsl:template match="*[local-name() = 'figure'][not(@class = 'pseudocode')]/*[local-name() = 'example']" priority="2"/>
|
10430
10430
|
|
10431
10431
|
<!-- figure/note[@type = 'units'] -->
|
10432
10432
|
<!-- image/note[@type = 'units'] -->
|
@@ -13960,6 +13960,9 @@
|
|
13960
13960
|
<xsl:template match="*[local-name() = 'quote']/*[local-name() = 'author']" mode="update_xml_pres"/>
|
13961
13961
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_step1"/>
|
13962
13962
|
<xsl:template match="*[local-name() = 'amend']" mode="update_xml_pres"/>
|
13963
|
+
<!-- https://github.com/metanorma/isodoc/issues/687 -->
|
13964
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_step1"/>
|
13965
|
+
<xsl:template match="*[local-name() = 'source']" mode="update_xml_pres"/>
|
13963
13966
|
|
13964
13967
|
<xsl:template match="*[local-name() = 'metanorma-extension']/*[local-name() = 'attachment']" mode="update_xml_step1">
|
13965
13968
|
<xsl:copy>
|
@@ -14242,6 +14245,20 @@
|
|
14242
14245
|
</xsl:element>
|
14243
14246
|
</xsl:template>
|
14244
14247
|
|
14248
|
+
<xsl:template match="*[local-name() = 'fmt-source']"/>
|
14249
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_step1">
|
14250
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14251
|
+
<xsl:copy-of select="@*"/>
|
14252
|
+
<xsl:apply-templates mode="update_xml_step1"/>
|
14253
|
+
</xsl:element>
|
14254
|
+
</xsl:template>
|
14255
|
+
<xsl:template match="*[local-name() = 'fmt-source']" mode="update_xml_pres">
|
14256
|
+
<xsl:element name="source" namespace="{$namespace_full}">
|
14257
|
+
<xsl:copy-of select="@*"/>
|
14258
|
+
<xsl:apply-templates mode="update_xml_pres"/>
|
14259
|
+
</xsl:element>
|
14260
|
+
</xsl:template>
|
14261
|
+
|
14245
14262
|
<xsl:template match="*[local-name() = 'span'][ @class = 'fmt-caption-label' or @class = 'fmt-element-name' or @class = 'fmt-caption-delim' or @class = 'fmt-autonum-delim']" mode="update_xml_step1" priority="3">
|
14246
14263
|
<xsl:apply-templates mode="update_xml_step1"/>
|
14247
14264
|
</xsl:template>
|
@@ -15601,6 +15618,12 @@
|
|
15601
15618
|
</xsl:if>
|
15602
15619
|
</xsl:template>
|
15603
15620
|
|
15621
|
+
<xsl:template name="setIDforNamedDestinationInline">
|
15622
|
+
<xsl:if test="@named_dest">
|
15623
|
+
<fo:inline><xsl:call-template name="setIDforNamedDestination"/></fo:inline>
|
15624
|
+
</xsl:if>
|
15625
|
+
</xsl:template>
|
15626
|
+
|
15604
15627
|
<xsl:template name="setNamedDestination">
|
15605
15628
|
<!-- skip GUID, e.g. _33eac3cb-9663-4291-ae26-1d4b6f4635fc -->
|
15606
15629
|
<xsl:if test="@id and normalize-space(java:matches(java:java.lang.String.new(@id), '_[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}')) = 'false'">
|