metanorma-iho 0.7.11 → 0.7.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/iho/iho.specification.xsl +130 -35
- data/lib/isodoc/iho/iho.standard.xsl +130 -35
- data/lib/metanorma/iho/boilerplate.adoc +31 -0
- data/lib/metanorma/iho/version.rb +1 -1
- data/metanorma.yml +1 -0
- metadata +3 -3
- data/lib/metanorma/iho/boilerplate.xml +0 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc89276932179a8f335ed0fd62b779288a60a846e0b1b9cd030d7f6675c7345c
|
4
|
+
data.tar.gz: 8519cf06a03c92266d81b43136864a6c21ec373a22ddd194447a077e76edbec5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3140b1f98fd1dc5ae37d2cc70bd9bb1c7096a9ab775cecdc600abdeb2fc63ab804fb73b04c252d0f957d21a82795654a1d63237970f865e3356ccfb2de2a767
|
7
|
+
data.tar.gz: caad18f0852baec917dc877473391bb503badc560ab644f8f35c3c4a522a3f2a7a41169e9abe845117be372de48b2e97758cf761bdf964cc078ffceb4aa9131c
|
@@ -1856,6 +1856,10 @@
|
|
1856
1856
|
</xsl:attribute-set> <!-- formula-stem-number-style -->
|
1857
1857
|
<!-- End Formula's styles -->
|
1858
1858
|
|
1859
|
+
<xsl:template name="refine_formula-stem-number-style">
|
1860
|
+
|
1861
|
+
</xsl:template>
|
1862
|
+
|
1859
1863
|
<xsl:attribute-set name="image-style">
|
1860
1864
|
<xsl:attribute name="text-align">center</xsl:attribute>
|
1861
1865
|
|
@@ -2350,13 +2354,13 @@
|
|
2350
2354
|
|
2351
2355
|
<xsl:template name="processPrefaceSectionsDefault_Contents">
|
2352
2356
|
<xsl:variable name="nodes_preface_">
|
2353
|
-
<xsl:for-each select="/*/*[local-name()='preface']/*[not(local-name() = 'note' or local-name() = 'admonition')]">
|
2357
|
+
<xsl:for-each select="/*/*[local-name()='preface']/*[not(local-name() = 'note' or local-name() = 'admonition' or @type = 'toc')]">
|
2354
2358
|
<node id="{@id}"/>
|
2355
2359
|
</xsl:for-each>
|
2356
2360
|
</xsl:variable>
|
2357
2361
|
<xsl:variable name="nodes_preface" select="xalan:nodeset($nodes_preface_)"/>
|
2358
2362
|
|
2359
|
-
<xsl:for-each select="/*/*[local-name()='preface']/*[not(local-name() = 'note' or local-name() = 'admonition')]">
|
2363
|
+
<xsl:for-each select="/*/*[local-name()='preface']/*[not(local-name() = 'note' or local-name() = 'admonition' or @type = 'toc')]">
|
2360
2364
|
<xsl:sort select="@displayorder" data-type="number"/>
|
2361
2365
|
|
2362
2366
|
<!-- process Section's title -->
|
@@ -2390,12 +2394,12 @@
|
|
2390
2394
|
<xsl:apply-templates select="." mode="contents"/>
|
2391
2395
|
</xsl:for-each>
|
2392
2396
|
|
2393
|
-
<xsl:for-each select="/*/*[local-name()='annex']">
|
2397
|
+
<!-- <xsl:for-each select="/*/*[local-name()='annex']">
|
2394
2398
|
<xsl:sort select="@displayorder" data-type="number"/>
|
2395
2399
|
<xsl:apply-templates select="." mode="contents"/>
|
2396
|
-
</xsl:for-each>
|
2400
|
+
</xsl:for-each> -->
|
2397
2401
|
|
2398
|
-
<xsl:for-each select="/*/*[local-name()='bibliography']/*[not(@normative='true') and not(*[local-name()='references'][@normative='true'])][count(.//*[local-name() = 'bibitem'][not(@hidden) = 'true']) > 0] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][not(@normative='true')]][count(.//*[local-name() = 'bibitem'][not(@hidden) = 'true']) > 0]">
|
2402
|
+
<xsl:for-each select="/*/*[local-name()='annex'] | /*/*[local-name()='bibliography']/*[not(@normative='true') and not(*[local-name()='references'][@normative='true'])][count(.//*[local-name() = 'bibitem'][not(@hidden) = 'true']) > 0] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][not(@normative='true')]][count(.//*[local-name() = 'bibitem'][not(@hidden) = 'true']) > 0]">
|
2399
2403
|
<xsl:sort select="@displayorder" data-type="number"/>
|
2400
2404
|
<xsl:apply-templates select="." mode="contents"/>
|
2401
2405
|
</xsl:for-each>
|
@@ -2850,7 +2854,7 @@
|
|
2850
2854
|
<fo:table-row>
|
2851
2855
|
<fo:table-cell column-number="2">
|
2852
2856
|
<xsl:copy-of select="$table-preamble"/>
|
2853
|
-
<fo:block>
|
2857
|
+
<fo:block role="SKIP">
|
2854
2858
|
<xsl:call-template name="setTrackChangesStyles">
|
2855
2859
|
<xsl:with-param name="isAdded" select="$isAdded"/>
|
2856
2860
|
<xsl:with-param name="isDeleted" select="$isDeleted"/>
|
@@ -2893,7 +2897,7 @@
|
|
2893
2897
|
<xsl:param name="continued"/>
|
2894
2898
|
<xsl:if test="normalize-space() != ''">
|
2895
2899
|
|
2896
|
-
<fo:block xsl:use-attribute-sets="table-name-style">
|
2900
|
+
<fo:block xsl:use-attribute-sets="table-name-style" role="SKIP">
|
2897
2901
|
|
2898
2902
|
<xsl:call-template name="refine_table-name-style">
|
2899
2903
|
<xsl:with-param name="continued" select="$continued"/>
|
@@ -3278,8 +3282,8 @@
|
|
3278
3282
|
<xsl:template name="table-header-title">
|
3279
3283
|
<xsl:param name="cols-count"/>
|
3280
3284
|
<!-- row for title -->
|
3281
|
-
<fo:table-row>
|
3282
|
-
<fo:table-cell number-columns-spanned="{$cols-count}" border-left="1.5pt solid white" border-right="1.5pt solid white" border-top="1.5pt solid white" border-bottom="1.5pt solid black">
|
3285
|
+
<fo:table-row role="SKIP">
|
3286
|
+
<fo:table-cell number-columns-spanned="{$cols-count}" border-left="1.5pt solid white" border-right="1.5pt solid white" border-top="1.5pt solid white" border-bottom="1.5pt solid black" role="SKIP">
|
3283
3287
|
|
3284
3288
|
<xsl:call-template name="refine_table-header-title-style"/>
|
3285
3289
|
|
@@ -3288,7 +3292,7 @@
|
|
3288
3292
|
</xsl:apply-templates>
|
3289
3293
|
|
3290
3294
|
<xsl:if test="not(ancestor::*[local-name()='table']/*[local-name()='name'])"> <!-- to prevent empty fo:table-cell in case of missing table's name -->
|
3291
|
-
<fo:block/>
|
3295
|
+
<fo:block role="SKIP"/>
|
3292
3296
|
</xsl:if>
|
3293
3297
|
|
3294
3298
|
</fo:table-cell>
|
@@ -3599,7 +3603,7 @@
|
|
3599
3603
|
|
3600
3604
|
<xsl:call-template name="refine_table-header-cell-style"/>
|
3601
3605
|
|
3602
|
-
<fo:block>
|
3606
|
+
<fo:block role="SKIP">
|
3603
3607
|
<xsl:apply-templates/>
|
3604
3608
|
</fo:block>
|
3605
3609
|
</fo:table-cell>
|
@@ -3652,7 +3656,7 @@
|
|
3652
3656
|
<xsl:attribute name="text-align">left</xsl:attribute>
|
3653
3657
|
</xsl:if>
|
3654
3658
|
|
3655
|
-
<fo:block>
|
3659
|
+
<fo:block role="SKIP">
|
3656
3660
|
|
3657
3661
|
<xsl:if test="$isGenerateTableIF = 'true'">
|
3658
3662
|
<xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
|
@@ -4521,7 +4525,7 @@
|
|
4521
4525
|
-->
|
4522
4526
|
<fo:table-row>
|
4523
4527
|
<fo:table-cell number-columns-spanned="2">
|
4524
|
-
<fo:block>
|
4528
|
+
<fo:block role="SKIP">
|
4525
4529
|
<xsl:call-template name="note"/>
|
4526
4530
|
</fo:block>
|
4527
4531
|
</fo:table-cell>
|
@@ -4586,7 +4590,7 @@
|
|
4586
4590
|
|
4587
4591
|
<xsl:call-template name="refine_dt-cell-style"/>
|
4588
4592
|
|
4589
|
-
<fo:block xsl:use-attribute-sets="dt-block-style">
|
4593
|
+
<fo:block xsl:use-attribute-sets="dt-block-style" role="SKIP">
|
4590
4594
|
<xsl:copy-of select="@id"/>
|
4591
4595
|
|
4592
4596
|
<xsl:if test="normalize-space($key_iso) = 'true'">
|
@@ -4616,7 +4620,7 @@
|
|
4616
4620
|
|
4617
4621
|
<xsl:call-template name="refine_dd-cell-style"/>
|
4618
4622
|
|
4619
|
-
<fo:block>
|
4623
|
+
<fo:block role="SKIP">
|
4620
4624
|
|
4621
4625
|
<xsl:if test="$isGenerateTableIF = 'true'">
|
4622
4626
|
<xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
|
@@ -4758,10 +4762,15 @@
|
|
4758
4762
|
<!-- ========================= -->
|
4759
4763
|
<xsl:template match="*[local-name()='em']">
|
4760
4764
|
<fo:inline font-style="italic">
|
4765
|
+
<xsl:call-template name="refine_italic_style"/>
|
4761
4766
|
<xsl:apply-templates/>
|
4762
4767
|
</fo:inline>
|
4763
4768
|
</xsl:template>
|
4764
4769
|
|
4770
|
+
<xsl:template name="refine_italic_style">
|
4771
|
+
|
4772
|
+
</xsl:template>
|
4773
|
+
|
4765
4774
|
<xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
|
4766
4775
|
<xsl:param name="split_keep-within-line"/>
|
4767
4776
|
<fo:inline font-weight="bold">
|
@@ -4985,11 +4994,41 @@
|
|
4985
4994
|
|
4986
4995
|
<xsl:template match="text()[ancestor::*[local-name()='smallcap']]">
|
4987
4996
|
<xsl:variable name="text" select="normalize-space(.)"/>
|
4988
|
-
<fo:inline font-size="75%">
|
4997
|
+
<fo:inline font-size="75%" role="SKIP">
|
4989
4998
|
<xsl:if test="string-length($text) > 0">
|
4990
|
-
<xsl:
|
4991
|
-
<xsl:
|
4992
|
-
|
4999
|
+
<xsl:variable name="smallCapsText">
|
5000
|
+
<xsl:call-template name="recursiveSmallCaps">
|
5001
|
+
<xsl:with-param name="text" select="$text"/>
|
5002
|
+
</xsl:call-template>
|
5003
|
+
</xsl:variable>
|
5004
|
+
<!-- merge neighboring fo:inline -->
|
5005
|
+
<xsl:for-each select="xalan:nodeset($smallCapsText)/node()">
|
5006
|
+
<xsl:choose>
|
5007
|
+
<xsl:when test="self::fo:inline and preceding-sibling::node()[1][self::fo:inline]"><!-- <xsl:copy-of select="."/> --></xsl:when>
|
5008
|
+
<xsl:when test="self::fo:inline and @font-size">
|
5009
|
+
<xsl:variable name="curr_pos" select="count(preceding-sibling::node()) + 1"/>
|
5010
|
+
<!-- <curr_pos><xsl:value-of select="$curr_pos"/></curr_pos> -->
|
5011
|
+
<xsl:variable name="next_text_" select="count(following-sibling::node()[not(local-name() = 'inline')][1]/preceding-sibling::node())"/>
|
5012
|
+
<xsl:variable name="next_text">
|
5013
|
+
<xsl:choose>
|
5014
|
+
<xsl:when test="$next_text_ = 0">99999999</xsl:when>
|
5015
|
+
<xsl:otherwise><xsl:value-of select="$next_text_ + 1"/></xsl:otherwise>
|
5016
|
+
</xsl:choose>
|
5017
|
+
</xsl:variable>
|
5018
|
+
<!-- <next_text><xsl:value-of select="$next_text"/></next_text> -->
|
5019
|
+
<fo:inline>
|
5020
|
+
<xsl:copy-of select="@*"/>
|
5021
|
+
<xsl:copy-of select="./node()"/>
|
5022
|
+
<xsl:for-each select="following-sibling::node()[position() < $next_text - $curr_pos]"> <!-- [self::fo:inline] -->
|
5023
|
+
<xsl:copy-of select="./node()"/>
|
5024
|
+
</xsl:for-each>
|
5025
|
+
</fo:inline>
|
5026
|
+
</xsl:when>
|
5027
|
+
<xsl:otherwise>
|
5028
|
+
<xsl:copy-of select="."/>
|
5029
|
+
</xsl:otherwise>
|
5030
|
+
</xsl:choose>
|
5031
|
+
</xsl:for-each>
|
4993
5032
|
</xsl:if>
|
4994
5033
|
</fo:inline>
|
4995
5034
|
</xsl:template>
|
@@ -5001,7 +5040,7 @@
|
|
5001
5040
|
<xsl:variable name="upperCase" select="java:toUpperCase(java:java.lang.String.new($char))"/>
|
5002
5041
|
<xsl:choose>
|
5003
5042
|
<xsl:when test="$char=$upperCase">
|
5004
|
-
<fo:inline font-size="{100 div 0.75}%">
|
5043
|
+
<fo:inline font-size="{100 div 0.75}%" role="SKIP">
|
5005
5044
|
<xsl:value-of select="$upperCase"/>
|
5006
5045
|
</fo:inline>
|
5007
5046
|
</xsl:when>
|
@@ -5234,6 +5273,10 @@
|
|
5234
5273
|
|
5235
5274
|
<xsl:when test="not(contains($text, $separator))">
|
5236
5275
|
<word>
|
5276
|
+
<xsl:if test="ancestor::*[local-name() = 'p'][@from_dl = 'true']">
|
5277
|
+
<xsl:text>
|
5278
|
+
</xsl:text> <!-- to add distance between dt and dd -->
|
5279
|
+
</xsl:if>
|
5237
5280
|
<xsl:call-template name="enclose_text_in_tags">
|
5238
5281
|
<xsl:with-param name="text" select="normalize-space($text)"/>
|
5239
5282
|
<xsl:with-param name="tags" select="$tags"/>
|
@@ -5242,6 +5285,10 @@
|
|
5242
5285
|
</xsl:when>
|
5243
5286
|
<xsl:otherwise>
|
5244
5287
|
<word>
|
5288
|
+
<xsl:if test="ancestor::*[local-name() = 'p'][@from_dl = 'true']">
|
5289
|
+
<xsl:text>
|
5290
|
+
</xsl:text> <!-- to add distance between dt and dd -->
|
5291
|
+
</xsl:if>
|
5245
5292
|
<xsl:call-template name="enclose_text_in_tags">
|
5246
5293
|
<xsl:with-param name="text" select="normalize-space(substring-before($text, $separator))"/>
|
5247
5294
|
<xsl:with-param name="tags" select="$tags"/>
|
@@ -5425,6 +5472,10 @@
|
|
5425
5472
|
<xsl:template name="getSimpleTable">
|
5426
5473
|
<xsl:param name="id"/>
|
5427
5474
|
|
5475
|
+
<!-- <test0>
|
5476
|
+
<xsl:copy-of select="."/>
|
5477
|
+
</test0> -->
|
5478
|
+
|
5428
5479
|
<xsl:variable name="simple-table">
|
5429
5480
|
|
5430
5481
|
<!-- Step 0. replace <br/> to <p>...</p> -->
|
@@ -6470,7 +6521,7 @@
|
|
6470
6521
|
<fo:table-body>
|
6471
6522
|
<fo:table-row>
|
6472
6523
|
<fo:table-cell display-align="center">
|
6473
|
-
<fo:block xsl:use-attribute-sets="formula-stem-block-style">
|
6524
|
+
<fo:block xsl:use-attribute-sets="formula-stem-block-style" role="SKIP">
|
6474
6525
|
|
6475
6526
|
<xsl:call-template name="refine_formula-stem-block-style"/>
|
6476
6527
|
|
@@ -6478,7 +6529,10 @@
|
|
6478
6529
|
</fo:block>
|
6479
6530
|
</fo:table-cell>
|
6480
6531
|
<fo:table-cell display-align="center">
|
6481
|
-
<fo:block xsl:use-attribute-sets="formula-stem-number-style">
|
6532
|
+
<fo:block xsl:use-attribute-sets="formula-stem-number-style" role="SKIP">
|
6533
|
+
|
6534
|
+
<xsl:call-template name="refine_formula-stem-number-style"/>
|
6535
|
+
|
6482
6536
|
<xsl:apply-templates select="../*[local-name() = 'name']"/>
|
6483
6537
|
</fo:block>
|
6484
6538
|
</fo:table-cell>
|
@@ -7989,7 +8043,7 @@
|
|
7989
8043
|
<!-- second td with sourcecode -->
|
7990
8044
|
<xsl:template match="*[local-name() = 'sourcecode'][@linenums = 'true']/*[local-name()='table']//*[local-name()='tr']/*[local-name()='td'][preceding-sibling::*]" priority="2"> <!-- *[local-name()='table'][@type = 'sourcecode'] -->
|
7991
8045
|
<fo:table-cell>
|
7992
|
-
<fo:block>
|
8046
|
+
<fo:block role="SKIP">
|
7993
8047
|
<xsl:apply-templates/>
|
7994
8048
|
</fo:block>
|
7995
8049
|
</fo:table-cell>
|
@@ -8476,7 +8530,7 @@
|
|
8476
8530
|
|
8477
8531
|
<xsl:call-template name="setTableCellAttributes"/>
|
8478
8532
|
|
8479
|
-
<fo:block>
|
8533
|
+
<fo:block role="SKIP">
|
8480
8534
|
<xsl:apply-templates/>
|
8481
8535
|
</fo:block>
|
8482
8536
|
</fo:table-cell>
|
@@ -8498,7 +8552,7 @@
|
|
8498
8552
|
|
8499
8553
|
<xsl:call-template name="setTableCellAttributes"/>
|
8500
8554
|
|
8501
|
-
<fo:block>
|
8555
|
+
<fo:block role="SKIP">
|
8502
8556
|
<xsl:apply-templates/>
|
8503
8557
|
</fo:block>
|
8504
8558
|
</fo:table-cell>
|
@@ -9271,7 +9325,48 @@
|
|
9271
9325
|
</xsl:choose>
|
9272
9326
|
</xsl:when>
|
9273
9327
|
<xsl:when test="local-name(..) = 'ol' and @label"> <!-- for ordered lists 'ol', and if there is @label, for instance label="1.1.2" -->
|
9274
|
-
|
9328
|
+
|
9329
|
+
<xsl:variable name="label">
|
9330
|
+
|
9331
|
+
<xsl:variable name="type" select="../@type"/>
|
9332
|
+
|
9333
|
+
<xsl:variable name="style_prefix_">
|
9334
|
+
<xsl:if test="$type = 'roman'">
|
9335
|
+
<!-- Example: (i) -->
|
9336
|
+
</xsl:if>
|
9337
|
+
</xsl:variable>
|
9338
|
+
<xsl:variable name="style_prefix" select="normalize-space($style_prefix_)"/>
|
9339
|
+
|
9340
|
+
<xsl:variable name="style_suffix_">
|
9341
|
+
<xsl:choose>
|
9342
|
+
<xsl:when test="$type = 'arabic'">
|
9343
|
+
)
|
9344
|
+
</xsl:when>
|
9345
|
+
<xsl:when test="$type = 'alphabet' or $type = 'alphabetic'">
|
9346
|
+
)
|
9347
|
+
</xsl:when>
|
9348
|
+
<xsl:when test="$type = 'alphabet_upper' or $type = 'alphabetic_upper'">
|
9349
|
+
.
|
9350
|
+
</xsl:when>
|
9351
|
+
<xsl:when test="$type = 'roman'">
|
9352
|
+
)
|
9353
|
+
</xsl:when>
|
9354
|
+
<xsl:when test="$type = 'roman_upper'">.</xsl:when> <!-- Example: I. -->
|
9355
|
+
</xsl:choose>
|
9356
|
+
</xsl:variable>
|
9357
|
+
<xsl:variable name="style_suffix" select="normalize-space($style_suffix_)"/>
|
9358
|
+
|
9359
|
+
<xsl:if test="$style_prefix != '' and not(starts-with(@label, $style_prefix))">
|
9360
|
+
<xsl:value-of select="$style_prefix"/>
|
9361
|
+
</xsl:if>
|
9362
|
+
<xsl:value-of select="@label"/>
|
9363
|
+
<xsl:if test="not(java:endsWith(java:java.lang.String.new(@label),$style_suffix))">
|
9364
|
+
<xsl:value-of select="$style_suffix"/>
|
9365
|
+
</xsl:if>
|
9366
|
+
</xsl:variable>
|
9367
|
+
|
9368
|
+
<xsl:value-of select="normalize-space($label)"/>
|
9369
|
+
|
9275
9370
|
</xsl:when>
|
9276
9371
|
<xsl:otherwise> <!-- for ordered lists 'ol' -->
|
9277
9372
|
|
@@ -9464,7 +9559,7 @@
|
|
9464
9559
|
<xsl:call-template name="refine_list-item-style"/>
|
9465
9560
|
|
9466
9561
|
<fo:list-item-label end-indent="label-end()">
|
9467
|
-
<fo:block xsl:use-attribute-sets="list-item-label-style">
|
9562
|
+
<fo:block xsl:use-attribute-sets="list-item-label-style" role="SKIP">
|
9468
9563
|
|
9469
9564
|
<xsl:call-template name="refine_list-item-label-style"/>
|
9470
9565
|
|
@@ -9478,7 +9573,7 @@
|
|
9478
9573
|
</fo:block>
|
9479
9574
|
</fo:list-item-label>
|
9480
9575
|
<fo:list-item-body start-indent="body-start()" xsl:use-attribute-sets="list-item-body-style">
|
9481
|
-
<fo:block>
|
9576
|
+
<fo:block role="SKIP">
|
9482
9577
|
|
9483
9578
|
<xsl:call-template name="refine_list-item-body-style"/>
|
9484
9579
|
|
@@ -9757,10 +9852,10 @@
|
|
9757
9852
|
<fo:table-body>
|
9758
9853
|
<fo:table-row text-align="center" font-weight="bold" background-color="black" color="white">
|
9759
9854
|
|
9760
|
-
<fo:table-cell border="1pt solid black"><fo:block>Date</fo:block></fo:table-cell>
|
9761
|
-
<fo:table-cell border="1pt solid black"><fo:block>Type</fo:block></fo:table-cell>
|
9762
|
-
<fo:table-cell border="1pt solid black"><fo:block>Change</fo:block></fo:table-cell>
|
9763
|
-
<fo:table-cell border="1pt solid black"><fo:block>Pages</fo:block></fo:table-cell>
|
9855
|
+
<fo:table-cell border="1pt solid black"><fo:block role="SKIP">Date</fo:block></fo:table-cell>
|
9856
|
+
<fo:table-cell border="1pt solid black"><fo:block role="SKIP">Type</fo:block></fo:table-cell>
|
9857
|
+
<fo:table-cell border="1pt solid black"><fo:block role="SKIP">Change</fo:block></fo:table-cell>
|
9858
|
+
<fo:table-cell border="1pt solid black"><fo:block role="SKIP">Pages</fo:block></fo:table-cell>
|
9764
9859
|
</fo:table-row>
|
9765
9860
|
<xsl:apply-templates/>
|
9766
9861
|
</fo:table-body>
|
@@ -9775,7 +9870,7 @@
|
|
9775
9870
|
|
9776
9871
|
<xsl:template match="*[local-name() = 'errata']/*[local-name() = 'row']/*">
|
9777
9872
|
<fo:table-cell border="1pt solid black" padding-left="1mm" padding-top="0.5mm">
|
9778
|
-
<fo:block><xsl:apply-templates/></fo:block>
|
9873
|
+
<fo:block role="SKIP"><xsl:apply-templates/></fo:block>
|
9779
9874
|
</fo:table-cell>
|
9780
9875
|
</xsl:template>
|
9781
9876
|
<!-- ============ -->
|
@@ -10084,7 +10179,7 @@
|
|
10084
10179
|
<xsl:for-each select="*[local-name() = 'tab']">
|
10085
10180
|
<xsl:variable name="current_id" select="generate-id()"/>
|
10086
10181
|
<fo:table-cell>
|
10087
|
-
<fo:block line-height-shift-adjustment="disregard-shifts">
|
10182
|
+
<fo:block line-height-shift-adjustment="disregard-shifts" role="SKIP">
|
10088
10183
|
<xsl:call-template name="insert_basic_link">
|
10089
10184
|
<xsl:with-param name="element">
|
10090
10185
|
<fo:basic-link internal-destination="{$target}" fox:alt-text="{.}">
|
@@ -10102,7 +10197,7 @@
|
|
10102
10197
|
</xsl:for-each>
|
10103
10198
|
<!-- last column - for page numbers -->
|
10104
10199
|
<fo:table-cell text-align="right" font-size="10pt" font-weight="bold" font-family="Arial">
|
10105
|
-
<fo:block>
|
10200
|
+
<fo:block role="SKIP">
|
10106
10201
|
<xsl:call-template name="insert_basic_link">
|
10107
10202
|
<xsl:with-param name="element">
|
10108
10203
|
<fo:basic-link internal-destination="{$target}" fox:alt-text="{.}">
|
@@ -1856,6 +1856,10 @@
|
|
1856
1856
|
</xsl:attribute-set> <!-- formula-stem-number-style -->
|
1857
1857
|
<!-- End Formula's styles -->
|
1858
1858
|
|
1859
|
+
<xsl:template name="refine_formula-stem-number-style">
|
1860
|
+
|
1861
|
+
</xsl:template>
|
1862
|
+
|
1859
1863
|
<xsl:attribute-set name="image-style">
|
1860
1864
|
<xsl:attribute name="text-align">center</xsl:attribute>
|
1861
1865
|
|
@@ -2350,13 +2354,13 @@
|
|
2350
2354
|
|
2351
2355
|
<xsl:template name="processPrefaceSectionsDefault_Contents">
|
2352
2356
|
<xsl:variable name="nodes_preface_">
|
2353
|
-
<xsl:for-each select="/*/*[local-name()='preface']/*[not(local-name() = 'note' or local-name() = 'admonition')]">
|
2357
|
+
<xsl:for-each select="/*/*[local-name()='preface']/*[not(local-name() = 'note' or local-name() = 'admonition' or @type = 'toc')]">
|
2354
2358
|
<node id="{@id}"/>
|
2355
2359
|
</xsl:for-each>
|
2356
2360
|
</xsl:variable>
|
2357
2361
|
<xsl:variable name="nodes_preface" select="xalan:nodeset($nodes_preface_)"/>
|
2358
2362
|
|
2359
|
-
<xsl:for-each select="/*/*[local-name()='preface']/*[not(local-name() = 'note' or local-name() = 'admonition')]">
|
2363
|
+
<xsl:for-each select="/*/*[local-name()='preface']/*[not(local-name() = 'note' or local-name() = 'admonition' or @type = 'toc')]">
|
2360
2364
|
<xsl:sort select="@displayorder" data-type="number"/>
|
2361
2365
|
|
2362
2366
|
<!-- process Section's title -->
|
@@ -2390,12 +2394,12 @@
|
|
2390
2394
|
<xsl:apply-templates select="." mode="contents"/>
|
2391
2395
|
</xsl:for-each>
|
2392
2396
|
|
2393
|
-
<xsl:for-each select="/*/*[local-name()='annex']">
|
2397
|
+
<!-- <xsl:for-each select="/*/*[local-name()='annex']">
|
2394
2398
|
<xsl:sort select="@displayorder" data-type="number"/>
|
2395
2399
|
<xsl:apply-templates select="." mode="contents"/>
|
2396
|
-
</xsl:for-each>
|
2400
|
+
</xsl:for-each> -->
|
2397
2401
|
|
2398
|
-
<xsl:for-each select="/*/*[local-name()='bibliography']/*[not(@normative='true') and not(*[local-name()='references'][@normative='true'])][count(.//*[local-name() = 'bibitem'][not(@hidden) = 'true']) > 0] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][not(@normative='true')]][count(.//*[local-name() = 'bibitem'][not(@hidden) = 'true']) > 0]">
|
2402
|
+
<xsl:for-each select="/*/*[local-name()='annex'] | /*/*[local-name()='bibliography']/*[not(@normative='true') and not(*[local-name()='references'][@normative='true'])][count(.//*[local-name() = 'bibitem'][not(@hidden) = 'true']) > 0] | /*/*[local-name()='bibliography']/*[local-name()='clause'][*[local-name()='references'][not(@normative='true')]][count(.//*[local-name() = 'bibitem'][not(@hidden) = 'true']) > 0]">
|
2399
2403
|
<xsl:sort select="@displayorder" data-type="number"/>
|
2400
2404
|
<xsl:apply-templates select="." mode="contents"/>
|
2401
2405
|
</xsl:for-each>
|
@@ -2850,7 +2854,7 @@
|
|
2850
2854
|
<fo:table-row>
|
2851
2855
|
<fo:table-cell column-number="2">
|
2852
2856
|
<xsl:copy-of select="$table-preamble"/>
|
2853
|
-
<fo:block>
|
2857
|
+
<fo:block role="SKIP">
|
2854
2858
|
<xsl:call-template name="setTrackChangesStyles">
|
2855
2859
|
<xsl:with-param name="isAdded" select="$isAdded"/>
|
2856
2860
|
<xsl:with-param name="isDeleted" select="$isDeleted"/>
|
@@ -2893,7 +2897,7 @@
|
|
2893
2897
|
<xsl:param name="continued"/>
|
2894
2898
|
<xsl:if test="normalize-space() != ''">
|
2895
2899
|
|
2896
|
-
<fo:block xsl:use-attribute-sets="table-name-style">
|
2900
|
+
<fo:block xsl:use-attribute-sets="table-name-style" role="SKIP">
|
2897
2901
|
|
2898
2902
|
<xsl:call-template name="refine_table-name-style">
|
2899
2903
|
<xsl:with-param name="continued" select="$continued"/>
|
@@ -3278,8 +3282,8 @@
|
|
3278
3282
|
<xsl:template name="table-header-title">
|
3279
3283
|
<xsl:param name="cols-count"/>
|
3280
3284
|
<!-- row for title -->
|
3281
|
-
<fo:table-row>
|
3282
|
-
<fo:table-cell number-columns-spanned="{$cols-count}" border-left="1.5pt solid white" border-right="1.5pt solid white" border-top="1.5pt solid white" border-bottom="1.5pt solid black">
|
3285
|
+
<fo:table-row role="SKIP">
|
3286
|
+
<fo:table-cell number-columns-spanned="{$cols-count}" border-left="1.5pt solid white" border-right="1.5pt solid white" border-top="1.5pt solid white" border-bottom="1.5pt solid black" role="SKIP">
|
3283
3287
|
|
3284
3288
|
<xsl:call-template name="refine_table-header-title-style"/>
|
3285
3289
|
|
@@ -3288,7 +3292,7 @@
|
|
3288
3292
|
</xsl:apply-templates>
|
3289
3293
|
|
3290
3294
|
<xsl:if test="not(ancestor::*[local-name()='table']/*[local-name()='name'])"> <!-- to prevent empty fo:table-cell in case of missing table's name -->
|
3291
|
-
<fo:block/>
|
3295
|
+
<fo:block role="SKIP"/>
|
3292
3296
|
</xsl:if>
|
3293
3297
|
|
3294
3298
|
</fo:table-cell>
|
@@ -3599,7 +3603,7 @@
|
|
3599
3603
|
|
3600
3604
|
<xsl:call-template name="refine_table-header-cell-style"/>
|
3601
3605
|
|
3602
|
-
<fo:block>
|
3606
|
+
<fo:block role="SKIP">
|
3603
3607
|
<xsl:apply-templates/>
|
3604
3608
|
</fo:block>
|
3605
3609
|
</fo:table-cell>
|
@@ -3652,7 +3656,7 @@
|
|
3652
3656
|
<xsl:attribute name="text-align">left</xsl:attribute>
|
3653
3657
|
</xsl:if>
|
3654
3658
|
|
3655
|
-
<fo:block>
|
3659
|
+
<fo:block role="SKIP">
|
3656
3660
|
|
3657
3661
|
<xsl:if test="$isGenerateTableIF = 'true'">
|
3658
3662
|
<xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
|
@@ -4521,7 +4525,7 @@
|
|
4521
4525
|
-->
|
4522
4526
|
<fo:table-row>
|
4523
4527
|
<fo:table-cell number-columns-spanned="2">
|
4524
|
-
<fo:block>
|
4528
|
+
<fo:block role="SKIP">
|
4525
4529
|
<xsl:call-template name="note"/>
|
4526
4530
|
</fo:block>
|
4527
4531
|
</fo:table-cell>
|
@@ -4586,7 +4590,7 @@
|
|
4586
4590
|
|
4587
4591
|
<xsl:call-template name="refine_dt-cell-style"/>
|
4588
4592
|
|
4589
|
-
<fo:block xsl:use-attribute-sets="dt-block-style">
|
4593
|
+
<fo:block xsl:use-attribute-sets="dt-block-style" role="SKIP">
|
4590
4594
|
<xsl:copy-of select="@id"/>
|
4591
4595
|
|
4592
4596
|
<xsl:if test="normalize-space($key_iso) = 'true'">
|
@@ -4616,7 +4620,7 @@
|
|
4616
4620
|
|
4617
4621
|
<xsl:call-template name="refine_dd-cell-style"/>
|
4618
4622
|
|
4619
|
-
<fo:block>
|
4623
|
+
<fo:block role="SKIP">
|
4620
4624
|
|
4621
4625
|
<xsl:if test="$isGenerateTableIF = 'true'">
|
4622
4626
|
<xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
|
@@ -4758,10 +4762,15 @@
|
|
4758
4762
|
<!-- ========================= -->
|
4759
4763
|
<xsl:template match="*[local-name()='em']">
|
4760
4764
|
<fo:inline font-style="italic">
|
4765
|
+
<xsl:call-template name="refine_italic_style"/>
|
4761
4766
|
<xsl:apply-templates/>
|
4762
4767
|
</fo:inline>
|
4763
4768
|
</xsl:template>
|
4764
4769
|
|
4770
|
+
<xsl:template name="refine_italic_style">
|
4771
|
+
|
4772
|
+
</xsl:template>
|
4773
|
+
|
4765
4774
|
<xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
|
4766
4775
|
<xsl:param name="split_keep-within-line"/>
|
4767
4776
|
<fo:inline font-weight="bold">
|
@@ -4985,11 +4994,41 @@
|
|
4985
4994
|
|
4986
4995
|
<xsl:template match="text()[ancestor::*[local-name()='smallcap']]">
|
4987
4996
|
<xsl:variable name="text" select="normalize-space(.)"/>
|
4988
|
-
<fo:inline font-size="75%">
|
4997
|
+
<fo:inline font-size="75%" role="SKIP">
|
4989
4998
|
<xsl:if test="string-length($text) > 0">
|
4990
|
-
<xsl:
|
4991
|
-
<xsl:
|
4992
|
-
|
4999
|
+
<xsl:variable name="smallCapsText">
|
5000
|
+
<xsl:call-template name="recursiveSmallCaps">
|
5001
|
+
<xsl:with-param name="text" select="$text"/>
|
5002
|
+
</xsl:call-template>
|
5003
|
+
</xsl:variable>
|
5004
|
+
<!-- merge neighboring fo:inline -->
|
5005
|
+
<xsl:for-each select="xalan:nodeset($smallCapsText)/node()">
|
5006
|
+
<xsl:choose>
|
5007
|
+
<xsl:when test="self::fo:inline and preceding-sibling::node()[1][self::fo:inline]"><!-- <xsl:copy-of select="."/> --></xsl:when>
|
5008
|
+
<xsl:when test="self::fo:inline and @font-size">
|
5009
|
+
<xsl:variable name="curr_pos" select="count(preceding-sibling::node()) + 1"/>
|
5010
|
+
<!-- <curr_pos><xsl:value-of select="$curr_pos"/></curr_pos> -->
|
5011
|
+
<xsl:variable name="next_text_" select="count(following-sibling::node()[not(local-name() = 'inline')][1]/preceding-sibling::node())"/>
|
5012
|
+
<xsl:variable name="next_text">
|
5013
|
+
<xsl:choose>
|
5014
|
+
<xsl:when test="$next_text_ = 0">99999999</xsl:when>
|
5015
|
+
<xsl:otherwise><xsl:value-of select="$next_text_ + 1"/></xsl:otherwise>
|
5016
|
+
</xsl:choose>
|
5017
|
+
</xsl:variable>
|
5018
|
+
<!-- <next_text><xsl:value-of select="$next_text"/></next_text> -->
|
5019
|
+
<fo:inline>
|
5020
|
+
<xsl:copy-of select="@*"/>
|
5021
|
+
<xsl:copy-of select="./node()"/>
|
5022
|
+
<xsl:for-each select="following-sibling::node()[position() < $next_text - $curr_pos]"> <!-- [self::fo:inline] -->
|
5023
|
+
<xsl:copy-of select="./node()"/>
|
5024
|
+
</xsl:for-each>
|
5025
|
+
</fo:inline>
|
5026
|
+
</xsl:when>
|
5027
|
+
<xsl:otherwise>
|
5028
|
+
<xsl:copy-of select="."/>
|
5029
|
+
</xsl:otherwise>
|
5030
|
+
</xsl:choose>
|
5031
|
+
</xsl:for-each>
|
4993
5032
|
</xsl:if>
|
4994
5033
|
</fo:inline>
|
4995
5034
|
</xsl:template>
|
@@ -5001,7 +5040,7 @@
|
|
5001
5040
|
<xsl:variable name="upperCase" select="java:toUpperCase(java:java.lang.String.new($char))"/>
|
5002
5041
|
<xsl:choose>
|
5003
5042
|
<xsl:when test="$char=$upperCase">
|
5004
|
-
<fo:inline font-size="{100 div 0.75}%">
|
5043
|
+
<fo:inline font-size="{100 div 0.75}%" role="SKIP">
|
5005
5044
|
<xsl:value-of select="$upperCase"/>
|
5006
5045
|
</fo:inline>
|
5007
5046
|
</xsl:when>
|
@@ -5234,6 +5273,10 @@
|
|
5234
5273
|
|
5235
5274
|
<xsl:when test="not(contains($text, $separator))">
|
5236
5275
|
<word>
|
5276
|
+
<xsl:if test="ancestor::*[local-name() = 'p'][@from_dl = 'true']">
|
5277
|
+
<xsl:text>
|
5278
|
+
</xsl:text> <!-- to add distance between dt and dd -->
|
5279
|
+
</xsl:if>
|
5237
5280
|
<xsl:call-template name="enclose_text_in_tags">
|
5238
5281
|
<xsl:with-param name="text" select="normalize-space($text)"/>
|
5239
5282
|
<xsl:with-param name="tags" select="$tags"/>
|
@@ -5242,6 +5285,10 @@
|
|
5242
5285
|
</xsl:when>
|
5243
5286
|
<xsl:otherwise>
|
5244
5287
|
<word>
|
5288
|
+
<xsl:if test="ancestor::*[local-name() = 'p'][@from_dl = 'true']">
|
5289
|
+
<xsl:text>
|
5290
|
+
</xsl:text> <!-- to add distance between dt and dd -->
|
5291
|
+
</xsl:if>
|
5245
5292
|
<xsl:call-template name="enclose_text_in_tags">
|
5246
5293
|
<xsl:with-param name="text" select="normalize-space(substring-before($text, $separator))"/>
|
5247
5294
|
<xsl:with-param name="tags" select="$tags"/>
|
@@ -5425,6 +5472,10 @@
|
|
5425
5472
|
<xsl:template name="getSimpleTable">
|
5426
5473
|
<xsl:param name="id"/>
|
5427
5474
|
|
5475
|
+
<!-- <test0>
|
5476
|
+
<xsl:copy-of select="."/>
|
5477
|
+
</test0> -->
|
5478
|
+
|
5428
5479
|
<xsl:variable name="simple-table">
|
5429
5480
|
|
5430
5481
|
<!-- Step 0. replace <br/> to <p>...</p> -->
|
@@ -6470,7 +6521,7 @@
|
|
6470
6521
|
<fo:table-body>
|
6471
6522
|
<fo:table-row>
|
6472
6523
|
<fo:table-cell display-align="center">
|
6473
|
-
<fo:block xsl:use-attribute-sets="formula-stem-block-style">
|
6524
|
+
<fo:block xsl:use-attribute-sets="formula-stem-block-style" role="SKIP">
|
6474
6525
|
|
6475
6526
|
<xsl:call-template name="refine_formula-stem-block-style"/>
|
6476
6527
|
|
@@ -6478,7 +6529,10 @@
|
|
6478
6529
|
</fo:block>
|
6479
6530
|
</fo:table-cell>
|
6480
6531
|
<fo:table-cell display-align="center">
|
6481
|
-
<fo:block xsl:use-attribute-sets="formula-stem-number-style">
|
6532
|
+
<fo:block xsl:use-attribute-sets="formula-stem-number-style" role="SKIP">
|
6533
|
+
|
6534
|
+
<xsl:call-template name="refine_formula-stem-number-style"/>
|
6535
|
+
|
6482
6536
|
<xsl:apply-templates select="../*[local-name() = 'name']"/>
|
6483
6537
|
</fo:block>
|
6484
6538
|
</fo:table-cell>
|
@@ -7989,7 +8043,7 @@
|
|
7989
8043
|
<!-- second td with sourcecode -->
|
7990
8044
|
<xsl:template match="*[local-name() = 'sourcecode'][@linenums = 'true']/*[local-name()='table']//*[local-name()='tr']/*[local-name()='td'][preceding-sibling::*]" priority="2"> <!-- *[local-name()='table'][@type = 'sourcecode'] -->
|
7991
8045
|
<fo:table-cell>
|
7992
|
-
<fo:block>
|
8046
|
+
<fo:block role="SKIP">
|
7993
8047
|
<xsl:apply-templates/>
|
7994
8048
|
</fo:block>
|
7995
8049
|
</fo:table-cell>
|
@@ -8476,7 +8530,7 @@
|
|
8476
8530
|
|
8477
8531
|
<xsl:call-template name="setTableCellAttributes"/>
|
8478
8532
|
|
8479
|
-
<fo:block>
|
8533
|
+
<fo:block role="SKIP">
|
8480
8534
|
<xsl:apply-templates/>
|
8481
8535
|
</fo:block>
|
8482
8536
|
</fo:table-cell>
|
@@ -8498,7 +8552,7 @@
|
|
8498
8552
|
|
8499
8553
|
<xsl:call-template name="setTableCellAttributes"/>
|
8500
8554
|
|
8501
|
-
<fo:block>
|
8555
|
+
<fo:block role="SKIP">
|
8502
8556
|
<xsl:apply-templates/>
|
8503
8557
|
</fo:block>
|
8504
8558
|
</fo:table-cell>
|
@@ -9271,7 +9325,48 @@
|
|
9271
9325
|
</xsl:choose>
|
9272
9326
|
</xsl:when>
|
9273
9327
|
<xsl:when test="local-name(..) = 'ol' and @label"> <!-- for ordered lists 'ol', and if there is @label, for instance label="1.1.2" -->
|
9274
|
-
|
9328
|
+
|
9329
|
+
<xsl:variable name="label">
|
9330
|
+
|
9331
|
+
<xsl:variable name="type" select="../@type"/>
|
9332
|
+
|
9333
|
+
<xsl:variable name="style_prefix_">
|
9334
|
+
<xsl:if test="$type = 'roman'">
|
9335
|
+
<!-- Example: (i) -->
|
9336
|
+
</xsl:if>
|
9337
|
+
</xsl:variable>
|
9338
|
+
<xsl:variable name="style_prefix" select="normalize-space($style_prefix_)"/>
|
9339
|
+
|
9340
|
+
<xsl:variable name="style_suffix_">
|
9341
|
+
<xsl:choose>
|
9342
|
+
<xsl:when test="$type = 'arabic'">
|
9343
|
+
)
|
9344
|
+
</xsl:when>
|
9345
|
+
<xsl:when test="$type = 'alphabet' or $type = 'alphabetic'">
|
9346
|
+
)
|
9347
|
+
</xsl:when>
|
9348
|
+
<xsl:when test="$type = 'alphabet_upper' or $type = 'alphabetic_upper'">
|
9349
|
+
.
|
9350
|
+
</xsl:when>
|
9351
|
+
<xsl:when test="$type = 'roman'">
|
9352
|
+
)
|
9353
|
+
</xsl:when>
|
9354
|
+
<xsl:when test="$type = 'roman_upper'">.</xsl:when> <!-- Example: I. -->
|
9355
|
+
</xsl:choose>
|
9356
|
+
</xsl:variable>
|
9357
|
+
<xsl:variable name="style_suffix" select="normalize-space($style_suffix_)"/>
|
9358
|
+
|
9359
|
+
<xsl:if test="$style_prefix != '' and not(starts-with(@label, $style_prefix))">
|
9360
|
+
<xsl:value-of select="$style_prefix"/>
|
9361
|
+
</xsl:if>
|
9362
|
+
<xsl:value-of select="@label"/>
|
9363
|
+
<xsl:if test="not(java:endsWith(java:java.lang.String.new(@label),$style_suffix))">
|
9364
|
+
<xsl:value-of select="$style_suffix"/>
|
9365
|
+
</xsl:if>
|
9366
|
+
</xsl:variable>
|
9367
|
+
|
9368
|
+
<xsl:value-of select="normalize-space($label)"/>
|
9369
|
+
|
9275
9370
|
</xsl:when>
|
9276
9371
|
<xsl:otherwise> <!-- for ordered lists 'ol' -->
|
9277
9372
|
|
@@ -9464,7 +9559,7 @@
|
|
9464
9559
|
<xsl:call-template name="refine_list-item-style"/>
|
9465
9560
|
|
9466
9561
|
<fo:list-item-label end-indent="label-end()">
|
9467
|
-
<fo:block xsl:use-attribute-sets="list-item-label-style">
|
9562
|
+
<fo:block xsl:use-attribute-sets="list-item-label-style" role="SKIP">
|
9468
9563
|
|
9469
9564
|
<xsl:call-template name="refine_list-item-label-style"/>
|
9470
9565
|
|
@@ -9478,7 +9573,7 @@
|
|
9478
9573
|
</fo:block>
|
9479
9574
|
</fo:list-item-label>
|
9480
9575
|
<fo:list-item-body start-indent="body-start()" xsl:use-attribute-sets="list-item-body-style">
|
9481
|
-
<fo:block>
|
9576
|
+
<fo:block role="SKIP">
|
9482
9577
|
|
9483
9578
|
<xsl:call-template name="refine_list-item-body-style"/>
|
9484
9579
|
|
@@ -9757,10 +9852,10 @@
|
|
9757
9852
|
<fo:table-body>
|
9758
9853
|
<fo:table-row text-align="center" font-weight="bold" background-color="black" color="white">
|
9759
9854
|
|
9760
|
-
<fo:table-cell border="1pt solid black"><fo:block>Date</fo:block></fo:table-cell>
|
9761
|
-
<fo:table-cell border="1pt solid black"><fo:block>Type</fo:block></fo:table-cell>
|
9762
|
-
<fo:table-cell border="1pt solid black"><fo:block>Change</fo:block></fo:table-cell>
|
9763
|
-
<fo:table-cell border="1pt solid black"><fo:block>Pages</fo:block></fo:table-cell>
|
9855
|
+
<fo:table-cell border="1pt solid black"><fo:block role="SKIP">Date</fo:block></fo:table-cell>
|
9856
|
+
<fo:table-cell border="1pt solid black"><fo:block role="SKIP">Type</fo:block></fo:table-cell>
|
9857
|
+
<fo:table-cell border="1pt solid black"><fo:block role="SKIP">Change</fo:block></fo:table-cell>
|
9858
|
+
<fo:table-cell border="1pt solid black"><fo:block role="SKIP">Pages</fo:block></fo:table-cell>
|
9764
9859
|
</fo:table-row>
|
9765
9860
|
<xsl:apply-templates/>
|
9766
9861
|
</fo:table-body>
|
@@ -9775,7 +9870,7 @@
|
|
9775
9870
|
|
9776
9871
|
<xsl:template match="*[local-name() = 'errata']/*[local-name() = 'row']/*">
|
9777
9872
|
<fo:table-cell border="1pt solid black" padding-left="1mm" padding-top="0.5mm">
|
9778
|
-
<fo:block><xsl:apply-templates/></fo:block>
|
9873
|
+
<fo:block role="SKIP"><xsl:apply-templates/></fo:block>
|
9779
9874
|
</fo:table-cell>
|
9780
9875
|
</xsl:template>
|
9781
9876
|
<!-- ============ -->
|
@@ -10084,7 +10179,7 @@
|
|
10084
10179
|
<xsl:for-each select="*[local-name() = 'tab']">
|
10085
10180
|
<xsl:variable name="current_id" select="generate-id()"/>
|
10086
10181
|
<fo:table-cell>
|
10087
|
-
<fo:block line-height-shift-adjustment="disregard-shifts">
|
10182
|
+
<fo:block line-height-shift-adjustment="disregard-shifts" role="SKIP">
|
10088
10183
|
<xsl:call-template name="insert_basic_link">
|
10089
10184
|
<xsl:with-param name="element">
|
10090
10185
|
<fo:basic-link internal-destination="{$target}" fox:alt-text="{.}">
|
@@ -10102,7 +10197,7 @@
|
|
10102
10197
|
</xsl:for-each>
|
10103
10198
|
<!-- last column - for page numbers -->
|
10104
10199
|
<fo:table-cell text-align="right" font-size="10pt" font-weight="bold" font-family="Arial">
|
10105
|
-
<fo:block>
|
10200
|
+
<fo:block role="SKIP">
|
10106
10201
|
<xsl:call-template name="insert_basic_link">
|
10107
10202
|
<xsl:with-param name="element">
|
10108
10203
|
<fo:basic-link internal-destination="{$target}" fox:alt-text="{.}">
|
@@ -0,0 +1,31 @@
|
|
1
|
+
== copyright-statement>
|
2
|
+
=== {blank}
|
3
|
+
[align="center"]
|
4
|
+
© Copyright International Hydrographic Organization {{ docyear }}
|
5
|
+
|
6
|
+
This work is copyright. Apart from any use permitted in accordance with the Berne Convention for the Protection of Literary and Artistic Works (1886), and except in the circumstances described below, no part may be translated, reproduced by any process, adapted, communicated or commercially exploited without prior written permission from the International Hydrographic Organization (IHO). Copyright in some of the material in this publication may be owned by another party and permission for the translation and/or reproduction of that material must be obtained from the owner.
|
7
|
+
|
8
|
+
== license-statement
|
9
|
+
=== {blank}
|
10
|
+
This document or partial material from this document may be translated, reproduced or distributed for general information, on no more than a cost recovery basis. Copies may not be sold or distributed for profit or gain without prior written agreement of the IHO and any other copyright holders.
|
11
|
+
|
12
|
+
In the event that this document or partial material from this document is reproduced, translated or distributed under the terms described above, the following statements are to be included:
|
13
|
+
|
14
|
+
____
|
15
|
+
_"Material from IHO publication [reference to extract: Title, Edition] is reproduced with the permission of the International Hydrographic Organization (IHO) Secretariat (Permission No ……./…) acting for the International Hydrographic Organization (IHO), which does not accept responsibility for the correctness of the material as reproduced: in case of doubt, the IHO's authentic text shall prevail. The incorporation of material sourced from IHO shall not be construed as constituting an endorsement by IHO of this product."_
|
16
|
+
|
17
|
+
_"This [document/publication] is a translation of IHO [document/publication] [name]. The IHO has not checked this translation and therefore takes no responsibility for its accuracy. In case of doubt the source version of [name] in [language] should be consulted."_
|
18
|
+
____
|
19
|
+
|
20
|
+
The IHO Logo or other identifiers shall not be used in any derived product without prior written permission from the IHO.
|
21
|
+
|
22
|
+
== feedback-statement
|
23
|
+
Published by the +
|
24
|
+
International Hydrographic Organization +
|
25
|
+
4b quai Antoine 1^er^ +
|
26
|
+
Principauté de Monaco +
|
27
|
+
Tel: (377) 93.10.81.00 +
|
28
|
+
Fax: (377) 93.10.81.40 +
|
29
|
+
\info@iho.int +
|
30
|
+
\www.iho.int +
|
31
|
+
|
data/metanorma.yml
CHANGED
@@ -18,6 +18,7 @@ html_headerfont: '-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-
|
|
18
18
|
html_monospacefont: '"Fira Code",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'
|
19
19
|
html_normalfontsize: "15px"
|
20
20
|
html_footnotefontsize: "0.9em"
|
21
|
+
boilerplate: lib/metanorma/iho/boilerplate.adoc
|
21
22
|
webfont:
|
22
23
|
- "https://fonts.googleapis.com/css2?family=Fira+Code&display=swap"
|
23
24
|
scripts: lib/isodoc/iho/html/scripts.html
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-iho
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-generic
|
@@ -214,7 +214,7 @@ files:
|
|
214
214
|
- lib/metanorma/iho/basicdoc.rng
|
215
215
|
- lib/metanorma/iho/biblio-standoc.rng
|
216
216
|
- lib/metanorma/iho/biblio.rng
|
217
|
-
- lib/metanorma/iho/boilerplate.
|
217
|
+
- lib/metanorma/iho/boilerplate.adoc
|
218
218
|
- lib/metanorma/iho/converter.rb
|
219
219
|
- lib/metanorma/iho/iho.rng
|
220
220
|
- lib/metanorma/iho/isodoc.rng
|
@@ -1,30 +0,0 @@
|
|
1
|
-
<boilerplate>
|
2
|
-
<copyright-statement>
|
3
|
-
<clause>
|
4
|
-
<p align="center"> © Copyright International Hydrographic Organization {{ docyear }}</p>
|
5
|
-
<p>This work is copyright. Apart from any use permitted in accordance with the Berne Convention for the Protection of Literary and Artistic Works (1886), and except in the circumstances described below, no part may be translated, reproduced by any process, adapted, communicated or commercially exploited without prior written permission from the International Hydrographic Organization (IHO). Copyright in some of the material in this publication may be owned by another party and permission for the translation and/or reproduction of that material must be obtained from the owner.</p>
|
6
|
-
</clause>
|
7
|
-
</copyright-statement>
|
8
|
-
<license-statement>
|
9
|
-
<clause>
|
10
|
-
<p>This document or partial material from this document may be translated, reproduced or distributed for general information, on no more than a cost recovery basis. Copies may not be sold or distributed for profit or gain without prior written agreement of the IHO and any other copyright holders.</p>
|
11
|
-
<p>In the event that this document or partial material from this document is reproduced, translated or distributed under the terms described above, the following statements are to be included:</p>
|
12
|
-
<quote>
|
13
|
-
<p><em>"Material from IHO publication [reference to extract: Title, Edition] is reproduced with the permission of the International Hydrographic Organization (IHO) Secretariat (Permission No ……./…) acting for the International Hydrographic Organization (IHO), which does not accept responsibility for the correctness of the material as reproduced: in case of doubt, the IHO's authentic text shall prevail. The incorporation of material sourced from IHO shall not be construed as constituting an endorsement by IHO of this product."</em></p>
|
14
|
-
<p><em>"This [document/publication] is a translation of IHO [document/publication] [name]. The IHO has not checked this translation and therefore takes no responsibility for its accuracy. In case of doubt the source version of [name] in [language] should be consulted."</em></p>
|
15
|
-
</quote>
|
16
|
-
<p>The IHO Logo or other identifiers shall not be used in any derived product without prior written permission from the IHO.</p>
|
17
|
-
</clause>
|
18
|
-
</license-statement>
|
19
|
-
<feedback-statement>
|
20
|
-
<p>Published by the<br/>
|
21
|
-
International Hydrographic Organization<br/>
|
22
|
-
4b quai Antoine 1<sup>er</sup><br/>
|
23
|
-
Principauté de Monaco<br/>
|
24
|
-
Tel: (377) 93.10.81.00<br/>
|
25
|
-
Fax: (377) 93.10.81.40<br/>
|
26
|
-
info@iho.int<br/>
|
27
|
-
www.iho.int</p>
|
28
|
-
</feedback-statement>
|
29
|
-
</boilerplate>
|
30
|
-
|