metanorma-ogc 1.4.3 → 1.4.3.1
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/asciidoctor/ogc/cleanup.rb +1 -1
- data/lib/asciidoctor/ogc/converter.rb +1 -1
- data/lib/asciidoctor/ogc/isodoc.rng +162 -0
- data/lib/asciidoctor/ogc/reqt.rng +16 -0
- data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +12 -2
- data/lib/isodoc/ogc/ogc.best-practice.xsl +12 -2
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +12 -2
- data/lib/isodoc/ogc/ogc.community-practice.xsl +12 -2
- data/lib/isodoc/ogc/ogc.community-standard.xsl +12 -2
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +12 -2
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +12 -2
- data/lib/isodoc/ogc/ogc.other.xsl +12 -2
- data/lib/isodoc/ogc/ogc.policy.xsl +12 -2
- data/lib/isodoc/ogc/ogc.reference-model.xsl +12 -2
- data/lib/isodoc/ogc/ogc.release-notes.xsl +12 -2
- data/lib/isodoc/ogc/ogc.standard.xsl +12 -2
- data/lib/isodoc/ogc/ogc.test-suite.xsl +12 -2
- data/lib/isodoc/ogc/ogc.user-guide.xsl +12 -2
- data/lib/isodoc/ogc/ogc.white-paper.xsl +12 -2
- data/lib/isodoc/ogc/reqt.rb +1 -0
- 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: c61110249dcf38582cab740344a923908991d2f3908648911389232520af221e
|
|
4
|
+
data.tar.gz: 51997c51b4e3232b294e47aecce4e846a7abe299276e2abbda4b265ece5e8a68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0491614f0cc948b17dd6197061bd983d4f496db038efb4650e6965c528fdfbebc48f3d27484ac7eb55cd4a5ea400ab4e6740407a53fa6f457f8a6eec186f348d'
|
|
7
|
+
data.tar.gz: 7b661c57271001f0245a0c3c151a263df3050cb71b29abe0fcf3db8cbb639fe18ee90ea9a5cdcc6a6e8d09469fff4c05c18ba0dfc7364e8ed1860602fa8f0d57
|
|
@@ -160,7 +160,7 @@ module Asciidoctor
|
|
|
160
160
|
r["type"] = case r["type"]
|
|
161
161
|
when "requirement", "recommendation", "permission"
|
|
162
162
|
"general"
|
|
163
|
-
when "
|
|
163
|
+
when "requirements_class" then "class"
|
|
164
164
|
when "conformance_test" then "verification"
|
|
165
165
|
when "conformance_class" then "conformanceclass"
|
|
166
166
|
when "abstract_test" then "abstracttest"
|
|
@@ -124,7 +124,7 @@ module Asciidoctor
|
|
|
124
124
|
|
|
125
125
|
def example(node)
|
|
126
126
|
role = node.role || node.attr("style")
|
|
127
|
-
if %w(
|
|
127
|
+
if %w(requirements_class conformance_test conformance_class
|
|
128
128
|
abstract_test).include?(role)
|
|
129
129
|
node.set_attr("type", role)
|
|
130
130
|
return requirement(node, "requirement")
|
|
@@ -147,6 +147,14 @@
|
|
|
147
147
|
<data type="boolean"/>
|
|
148
148
|
</attribute>
|
|
149
149
|
</optional>
|
|
150
|
+
<optional>
|
|
151
|
+
<attribute name="tag"/>
|
|
152
|
+
</optional>
|
|
153
|
+
<optional>
|
|
154
|
+
<attribute name="multilingual-rendering">
|
|
155
|
+
<ref name="MultilingualRenderingType"/>
|
|
156
|
+
</attribute>
|
|
157
|
+
</optional>
|
|
150
158
|
<oneOrMore>
|
|
151
159
|
<ref name="ul_li"/>
|
|
152
160
|
</oneOrMore>
|
|
@@ -170,6 +178,14 @@
|
|
|
170
178
|
<data type="boolean"/>
|
|
171
179
|
</attribute>
|
|
172
180
|
</optional>
|
|
181
|
+
<optional>
|
|
182
|
+
<attribute name="tag"/>
|
|
183
|
+
</optional>
|
|
184
|
+
<optional>
|
|
185
|
+
<attribute name="multilingual-rendering">
|
|
186
|
+
<ref name="MultilingualRenderingType"/>
|
|
187
|
+
</attribute>
|
|
188
|
+
</optional>
|
|
173
189
|
<optional>
|
|
174
190
|
<attribute name="type">
|
|
175
191
|
<choice>
|
|
@@ -209,6 +225,14 @@
|
|
|
209
225
|
<data type="boolean"/>
|
|
210
226
|
</attribute>
|
|
211
227
|
</optional>
|
|
228
|
+
<optional>
|
|
229
|
+
<attribute name="tag"/>
|
|
230
|
+
</optional>
|
|
231
|
+
<optional>
|
|
232
|
+
<attribute name="multilingual-rendering">
|
|
233
|
+
<ref name="MultilingualRenderingType"/>
|
|
234
|
+
</attribute>
|
|
235
|
+
</optional>
|
|
212
236
|
<oneOrMore>
|
|
213
237
|
<ref name="dt"/>
|
|
214
238
|
<ref name="dd"/>
|
|
@@ -256,6 +280,14 @@
|
|
|
256
280
|
<data type="boolean"/>
|
|
257
281
|
</attribute>
|
|
258
282
|
</optional>
|
|
283
|
+
<optional>
|
|
284
|
+
<attribute name="tag"/>
|
|
285
|
+
</optional>
|
|
286
|
+
<optional>
|
|
287
|
+
<attribute name="multilingual-rendering">
|
|
288
|
+
<ref name="MultilingualRenderingType"/>
|
|
289
|
+
</attribute>
|
|
290
|
+
</optional>
|
|
259
291
|
<optional>
|
|
260
292
|
<ref name="tname"/>
|
|
261
293
|
</optional>
|
|
@@ -316,6 +348,14 @@
|
|
|
316
348
|
<optional>
|
|
317
349
|
<attribute name="width"/>
|
|
318
350
|
</optional>
|
|
351
|
+
<optional>
|
|
352
|
+
<attribute name="tag"/>
|
|
353
|
+
</optional>
|
|
354
|
+
<optional>
|
|
355
|
+
<attribute name="multilingual-rendering">
|
|
356
|
+
<ref name="MultilingualRenderingType"/>
|
|
357
|
+
</attribute>
|
|
358
|
+
</optional>
|
|
319
359
|
<optional>
|
|
320
360
|
<ref name="colgroup"/>
|
|
321
361
|
</optional>
|
|
@@ -366,6 +406,14 @@
|
|
|
366
406
|
<optional>
|
|
367
407
|
<attribute name="class"/>
|
|
368
408
|
</optional>
|
|
409
|
+
<optional>
|
|
410
|
+
<attribute name="tag"/>
|
|
411
|
+
</optional>
|
|
412
|
+
<optional>
|
|
413
|
+
<attribute name="multilingual-rendering">
|
|
414
|
+
<ref name="MultilingualRenderingType"/>
|
|
415
|
+
</attribute>
|
|
416
|
+
</optional>
|
|
369
417
|
<optional>
|
|
370
418
|
<ref name="source"/>
|
|
371
419
|
</optional>
|
|
@@ -424,6 +472,14 @@
|
|
|
424
472
|
<optional>
|
|
425
473
|
<attribute name="lang"/>
|
|
426
474
|
</optional>
|
|
475
|
+
<optional>
|
|
476
|
+
<attribute name="tag"/>
|
|
477
|
+
</optional>
|
|
478
|
+
<optional>
|
|
479
|
+
<attribute name="multilingual-rendering">
|
|
480
|
+
<ref name="MultilingualRenderingType"/>
|
|
481
|
+
</attribute>
|
|
482
|
+
</optional>
|
|
427
483
|
<optional>
|
|
428
484
|
<ref name="tname"/>
|
|
429
485
|
</optional>
|
|
@@ -472,6 +528,14 @@
|
|
|
472
528
|
<data type="boolean"/>
|
|
473
529
|
</attribute>
|
|
474
530
|
</optional>
|
|
531
|
+
<optional>
|
|
532
|
+
<attribute name="tag"/>
|
|
533
|
+
</optional>
|
|
534
|
+
<optional>
|
|
535
|
+
<attribute name="multilingual-rendering">
|
|
536
|
+
<ref name="MultilingualRenderingType"/>
|
|
537
|
+
</attribute>
|
|
538
|
+
</optional>
|
|
475
539
|
<ref name="stem"/>
|
|
476
540
|
<optional>
|
|
477
541
|
<ref name="dl"/>
|
|
@@ -500,6 +564,14 @@
|
|
|
500
564
|
<data type="boolean"/>
|
|
501
565
|
</attribute>
|
|
502
566
|
</optional>
|
|
567
|
+
<optional>
|
|
568
|
+
<attribute name="tag"/>
|
|
569
|
+
</optional>
|
|
570
|
+
<optional>
|
|
571
|
+
<attribute name="multilingual-rendering">
|
|
572
|
+
<ref name="MultilingualRenderingType"/>
|
|
573
|
+
</attribute>
|
|
574
|
+
</optional>
|
|
503
575
|
<zeroOrMore>
|
|
504
576
|
<ref name="TextElement"/>
|
|
505
577
|
</zeroOrMore>
|
|
@@ -527,6 +599,14 @@
|
|
|
527
599
|
<data type="boolean"/>
|
|
528
600
|
</attribute>
|
|
529
601
|
</optional>
|
|
602
|
+
<optional>
|
|
603
|
+
<attribute name="tag"/>
|
|
604
|
+
</optional>
|
|
605
|
+
<optional>
|
|
606
|
+
<attribute name="multilingual-rendering">
|
|
607
|
+
<ref name="MultilingualRenderingType"/>
|
|
608
|
+
</attribute>
|
|
609
|
+
</optional>
|
|
530
610
|
<zeroOrMore>
|
|
531
611
|
<choice>
|
|
532
612
|
<ref name="TextElement"/>
|
|
@@ -558,6 +638,14 @@
|
|
|
558
638
|
<data type="boolean"/>
|
|
559
639
|
</attribute>
|
|
560
640
|
</optional>
|
|
641
|
+
<optional>
|
|
642
|
+
<attribute name="tag"/>
|
|
643
|
+
</optional>
|
|
644
|
+
<optional>
|
|
645
|
+
<attribute name="multilingual-rendering">
|
|
646
|
+
<ref name="MultilingualRenderingType"/>
|
|
647
|
+
</attribute>
|
|
648
|
+
</optional>
|
|
561
649
|
<optional>
|
|
562
650
|
<ref name="quote-source"/>
|
|
563
651
|
</optional>
|
|
@@ -667,6 +755,14 @@
|
|
|
667
755
|
<optional>
|
|
668
756
|
<attribute name="type"/>
|
|
669
757
|
</optional>
|
|
758
|
+
<optional>
|
|
759
|
+
<attribute name="tag"/>
|
|
760
|
+
</optional>
|
|
761
|
+
<optional>
|
|
762
|
+
<attribute name="multilingual-rendering">
|
|
763
|
+
<ref name="MultilingualRenderingType"/>
|
|
764
|
+
</attribute>
|
|
765
|
+
</optional>
|
|
670
766
|
<oneOrMore>
|
|
671
767
|
<choice>
|
|
672
768
|
<ref name="paragraph"/>
|
|
@@ -924,6 +1020,14 @@
|
|
|
924
1020
|
</define>
|
|
925
1021
|
</include>
|
|
926
1022
|
<!-- end overrides -->
|
|
1023
|
+
<define name="MultilingualRenderingType">
|
|
1024
|
+
<choice>
|
|
1025
|
+
<value>common</value>
|
|
1026
|
+
<value>all-columns</value>
|
|
1027
|
+
<value>parallel</value>
|
|
1028
|
+
<value>tag</value>
|
|
1029
|
+
</choice>
|
|
1030
|
+
</define>
|
|
927
1031
|
<define name="docsubtype">
|
|
928
1032
|
<element name="subdoctype">
|
|
929
1033
|
<ref name="DocumentSubtype"/>
|
|
@@ -1062,6 +1166,14 @@
|
|
|
1062
1166
|
<optional>
|
|
1063
1167
|
<attribute name="class"/>
|
|
1064
1168
|
</optional>
|
|
1169
|
+
<optional>
|
|
1170
|
+
<attribute name="tag"/>
|
|
1171
|
+
</optional>
|
|
1172
|
+
<optional>
|
|
1173
|
+
<attribute name="multilingual-rendering">
|
|
1174
|
+
<ref name="MultilingualRenderingType"/>
|
|
1175
|
+
</attribute>
|
|
1176
|
+
</optional>
|
|
1065
1177
|
<zeroOrMore>
|
|
1066
1178
|
<choice>
|
|
1067
1179
|
<ref name="TextElement"/>
|
|
@@ -1824,6 +1936,14 @@
|
|
|
1824
1936
|
<data type="boolean"/>
|
|
1825
1937
|
</attribute>
|
|
1826
1938
|
</optional>
|
|
1939
|
+
<optional>
|
|
1940
|
+
<attribute name="tag"/>
|
|
1941
|
+
</optional>
|
|
1942
|
+
<optional>
|
|
1943
|
+
<attribute name="multilingual-rendering">
|
|
1944
|
+
<ref name="MultilingualRenderingType"/>
|
|
1945
|
+
</attribute>
|
|
1946
|
+
</optional>
|
|
1827
1947
|
<oneOrMore>
|
|
1828
1948
|
<choice>
|
|
1829
1949
|
<ref name="paragraph"/>
|
|
@@ -1840,6 +1960,24 @@
|
|
|
1840
1960
|
<attribute name="id">
|
|
1841
1961
|
<data type="ID"/>
|
|
1842
1962
|
</attribute>
|
|
1963
|
+
<optional>
|
|
1964
|
+
<attribute name="keep-with-next">
|
|
1965
|
+
<data type="boolean"/>
|
|
1966
|
+
</attribute>
|
|
1967
|
+
</optional>
|
|
1968
|
+
<optional>
|
|
1969
|
+
<attribute name="keep-lines-together">
|
|
1970
|
+
<data type="boolean"/>
|
|
1971
|
+
</attribute>
|
|
1972
|
+
</optional>
|
|
1973
|
+
<optional>
|
|
1974
|
+
<attribute name="tag"/>
|
|
1975
|
+
</optional>
|
|
1976
|
+
<optional>
|
|
1977
|
+
<attribute name="multilingual-rendering">
|
|
1978
|
+
<ref name="MultilingualRenderingType"/>
|
|
1979
|
+
</attribute>
|
|
1980
|
+
</optional>
|
|
1843
1981
|
<ref name="paragraph"/>
|
|
1844
1982
|
</element>
|
|
1845
1983
|
</define>
|
|
@@ -2007,6 +2145,14 @@
|
|
|
2007
2145
|
<optional>
|
|
2008
2146
|
<attribute name="title"/>
|
|
2009
2147
|
</optional>
|
|
2148
|
+
<optional>
|
|
2149
|
+
<attribute name="tag"/>
|
|
2150
|
+
</optional>
|
|
2151
|
+
<optional>
|
|
2152
|
+
<attribute name="multilingual-rendering">
|
|
2153
|
+
<ref name="MultilingualRenderingType"/>
|
|
2154
|
+
</attribute>
|
|
2155
|
+
</optional>
|
|
2010
2156
|
<optional>
|
|
2011
2157
|
<element name="location">
|
|
2012
2158
|
<zeroOrMore>
|
|
@@ -2066,6 +2212,14 @@
|
|
|
2066
2212
|
</define>
|
|
2067
2213
|
<define name="imagemap">
|
|
2068
2214
|
<element name="imagemap">
|
|
2215
|
+
<optional>
|
|
2216
|
+
<attribute name="tag"/>
|
|
2217
|
+
</optional>
|
|
2218
|
+
<optional>
|
|
2219
|
+
<attribute name="multilingual-rendering">
|
|
2220
|
+
<ref name="MultilingualRenderingType"/>
|
|
2221
|
+
</attribute>
|
|
2222
|
+
</optional>
|
|
2069
2223
|
<ref name="figure"/>
|
|
2070
2224
|
<zeroOrMore>
|
|
2071
2225
|
<element name="area">
|
|
@@ -2110,6 +2264,14 @@
|
|
|
2110
2264
|
</define>
|
|
2111
2265
|
<define name="svgmap">
|
|
2112
2266
|
<element name="svgmap">
|
|
2267
|
+
<optional>
|
|
2268
|
+
<attribute name="tag"/>
|
|
2269
|
+
</optional>
|
|
2270
|
+
<optional>
|
|
2271
|
+
<attribute name="multilingual-rendering">
|
|
2272
|
+
<ref name="MultilingualRenderingType"/>
|
|
2273
|
+
</attribute>
|
|
2274
|
+
</optional>
|
|
2113
2275
|
<ref name="figure"/>
|
|
2114
2276
|
<zeroOrMore>
|
|
2115
2277
|
<element name="target">
|
|
@@ -58,6 +58,14 @@
|
|
|
58
58
|
<optional>
|
|
59
59
|
<attribute name="type"/>
|
|
60
60
|
</optional>
|
|
61
|
+
<optional>
|
|
62
|
+
<attribute name="tag"/>
|
|
63
|
+
</optional>
|
|
64
|
+
<optional>
|
|
65
|
+
<attribute name="multilingual-rendering">
|
|
66
|
+
<ref name="MultilingualRenderingType"/>
|
|
67
|
+
</attribute>
|
|
68
|
+
</optional>
|
|
61
69
|
<optional>
|
|
62
70
|
<ref name="reqtitle"/>
|
|
63
71
|
</optional>
|
|
@@ -175,6 +183,14 @@
|
|
|
175
183
|
<data type="boolean"/>
|
|
176
184
|
</attribute>
|
|
177
185
|
</optional>
|
|
186
|
+
<optional>
|
|
187
|
+
<attribute name="tag"/>
|
|
188
|
+
</optional>
|
|
189
|
+
<optional>
|
|
190
|
+
<attribute name="multilingual-rendering">
|
|
191
|
+
<ref name="MultilingualRenderingType"/>
|
|
192
|
+
</attribute>
|
|
193
|
+
</optional>
|
|
178
194
|
<oneOrMore>
|
|
179
195
|
<ref name="BasicBlock"/>
|
|
180
196
|
</oneOrMore>
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1987,6 +1987,11 @@
|
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
|
|
1990
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1990
1995
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1991
1996
|
|
|
1992
1997
|
|
|
@@ -3119,9 +3124,8 @@
|
|
|
3119
3124
|
|
|
3120
3125
|
<!-- Table's note name (NOTE, for example) -->
|
|
3121
3126
|
|
|
3122
|
-
<fo:inline padding-right="2mm">
|
|
3127
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
3123
3128
|
|
|
3124
|
-
|
|
3125
3129
|
|
|
3126
3130
|
|
|
3127
3131
|
|
|
@@ -3749,6 +3753,8 @@
|
|
|
3749
3753
|
<xsl:if test="$font-size != ''">
|
|
3750
3754
|
<xsl:attribute name="font-size">
|
|
3751
3755
|
<xsl:choose>
|
|
3756
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3757
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3752
3758
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3753
3759
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3754
3760
|
</xsl:choose>
|
|
@@ -5256,12 +5262,16 @@
|
|
|
5256
5262
|
<xsl:if test="$font-size != ''">
|
|
5257
5263
|
<xsl:attribute name="font-size">
|
|
5258
5264
|
<xsl:choose>
|
|
5265
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5266
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
5259
5267
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
5260
5268
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
5261
5269
|
</xsl:choose>
|
|
5262
5270
|
</xsl:attribute>
|
|
5263
5271
|
</xsl:if>
|
|
5264
5272
|
|
|
5273
|
+
|
|
5274
|
+
|
|
5265
5275
|
<xsl:apply-templates/>
|
|
5266
5276
|
</fo:block>
|
|
5267
5277
|
|
|
@@ -1357,6 +1357,11 @@
|
|
|
1357
1357
|
|
|
1358
1358
|
|
|
1359
1359
|
|
|
1360
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
|
|
1360
1365
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
|
1361
1366
|
|
|
1362
1367
|
|
|
@@ -2472,9 +2477,8 @@
|
|
|
2472
2477
|
|
|
2473
2478
|
<!-- Table's note name (NOTE, for example) -->
|
|
2474
2479
|
|
|
2475
|
-
<fo:inline padding-right="2mm">
|
|
2480
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
|
2476
2481
|
|
|
2477
|
-
|
|
2478
2482
|
|
|
2479
2483
|
|
|
2480
2484
|
|
|
@@ -3103,6 +3107,8 @@
|
|
|
3103
3107
|
<xsl:if test="$font-size != ''">
|
|
3104
3108
|
<xsl:attribute name="font-size">
|
|
3105
3109
|
<xsl:choose>
|
|
3110
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3111
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
3106
3112
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
3107
3113
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
3108
3114
|
</xsl:choose>
|
|
@@ -4576,12 +4582,16 @@
|
|
|
4576
4582
|
<xsl:if test="$font-size != ''">
|
|
4577
4583
|
<xsl:attribute name="font-size">
|
|
4578
4584
|
<xsl:choose>
|
|
4585
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
|
4586
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
|
4579
4587
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
|
4580
4588
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
|
4581
4589
|
</xsl:choose>
|
|
4582
4590
|
</xsl:attribute>
|
|
4583
4591
|
</xsl:if>
|
|
4584
4592
|
|
|
4593
|
+
|
|
4594
|
+
|
|
4585
4595
|
<xsl:apply-templates/>
|
|
4586
4596
|
</fo:block>
|
|
4587
4597
|
|
data/lib/isodoc/ogc/reqt.rb
CHANGED
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: 1.4.3
|
|
4
|
+
version: 1.4.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: iso-639
|