metanorma-bipm 1.1.10 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/asciidoctor/bipm/basicdoc.rng +21 -4
- data/lib/asciidoctor/bipm/bipm.rng +21 -16
- data/lib/asciidoctor/bipm/isodoc.rng +420 -76
- data/lib/asciidoctor/bipm/reqt.rng +23 -2
- data/lib/isodoc/bipm/bipm.brochure.xsl +54 -17
- data/lib/isodoc/bipm/bipm.guide.xsl +54 -17
- data/lib/isodoc/bipm/bipm.mise-en-pratique.xsl +54 -17
- data/lib/isodoc/bipm/bipm.rapport.xsl +54 -17
- data/lib/isodoc/bipm/jcgm.standard.xsl +58 -14
- data/lib/isodoc/bipm/presentation_xml_convert.rb +2 -2
- data/lib/metanorma/bipm/version.rb +1 -1
- data/metanorma-bipm.gemspec +2 -2
- metadata +7 -7
@@ -2497,7 +2497,8 @@
|
|
2497
2497
|
<xsl:if test="../@type = 'toc'">
|
2498
2498
|
<xsl:attribute name="text-align">left</xsl:attribute>
|
2499
2499
|
</xsl:if>
|
2500
|
-
<xsl:call-template name="extractTitle"/>
|
2500
|
+
<!-- <xsl:call-template name="extractTitle"/> -->
|
2501
|
+
<xsl:apply-templates/>
|
2501
2502
|
<xsl:apply-templates select="following-sibling::*[1][local-name() = 'variant-title'][@type = 'sub']" mode="subtitle"/>
|
2502
2503
|
</xsl:when>
|
2503
2504
|
<xsl:otherwise>
|
@@ -3325,13 +3326,13 @@
|
|
3325
3326
|
|
3326
3327
|
<xsl:template match="bipm:preferred">
|
3327
3328
|
<fo:block font-weight="bold" keep-with-next="always" space-before="8pt" margin-bottom="6pt">
|
3328
|
-
<xsl:if test="ancestor::bipm:term/bipm:name">
|
3329
|
+
<xsl:if test="ancestor::bipm:term[1]/bipm:name">
|
3329
3330
|
<xsl:variable name="level">
|
3330
3331
|
<xsl:call-template name="getLevelTermName"/>
|
3331
3332
|
</xsl:variable>
|
3332
3333
|
<fo:inline role="H{$level}">
|
3333
3334
|
<xsl:attribute name="padding-right">2mm</xsl:attribute>
|
3334
|
-
<xsl:apply-templates select="ancestor::bipm:term/bipm:name" mode="presentation"/>
|
3335
|
+
<xsl:apply-templates select="ancestor::bipm:term[1]/bipm:name" mode="presentation"/>
|
3335
3336
|
</fo:inline>
|
3336
3337
|
</xsl:if>
|
3337
3338
|
<xsl:apply-templates/>
|
@@ -4647,6 +4648,8 @@
|
|
4647
4648
|
|
4648
4649
|
<title-list-figures lang="en">List of Figures</title-list-figures>
|
4649
4650
|
|
4651
|
+
<title-table-figures lang="en">Table of Figures</title-table-figures>
|
4652
|
+
|
4650
4653
|
<title-list-recommendations lang="en">List of Recommendations</title-list-recommendations>
|
4651
4654
|
|
4652
4655
|
<title-acknowledgements lang="en">Acknowledgements</title-acknowledgements>
|
@@ -4914,6 +4917,13 @@
|
|
4914
4917
|
|
4915
4918
|
|
4916
4919
|
|
4920
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
4921
|
+
|
4922
|
+
<xsl:attribute name="font-size">10pt</xsl:attribute>
|
4923
|
+
|
4924
|
+
|
4925
|
+
|
4926
|
+
|
4917
4927
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
4918
4928
|
|
4919
4929
|
|
@@ -6081,18 +6091,16 @@
|
|
6081
6091
|
|
6082
6092
|
<!-- Table's note name (NOTE, for example) -->
|
6083
6093
|
|
6084
|
-
<fo:inline padding-right="2mm">
|
6085
|
-
|
6086
|
-
|
6094
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
6087
6095
|
|
6088
6096
|
|
6089
6097
|
|
6090
6098
|
|
6091
|
-
<xsl:attribute name="font-size">10pt</xsl:attribute>
|
6092
6099
|
<xsl:if test="ancestor::bipm:preface">
|
6093
6100
|
<xsl:attribute name="text-decoration">underline</xsl:attribute>
|
6094
6101
|
</xsl:if>
|
6095
6102
|
|
6103
|
+
|
6096
6104
|
<xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
|
6097
6105
|
|
6098
6106
|
</fo:inline>
|
@@ -6621,6 +6629,7 @@
|
|
6621
6629
|
<fo:table-cell>
|
6622
6630
|
|
6623
6631
|
<fo:block margin-top="6pt">
|
6632
|
+
<xsl:copy-of select="@id"/>
|
6624
6633
|
|
6625
6634
|
|
6626
6635
|
<xsl:if test="normalize-space($key_iso) = 'true'">
|
@@ -6727,6 +6736,8 @@
|
|
6727
6736
|
<xsl:if test="$font-size != ''">
|
6728
6737
|
<xsl:attribute name="font-size">
|
6729
6738
|
<xsl:choose>
|
6739
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
6740
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
6730
6741
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
6731
6742
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
6732
6743
|
</xsl:choose>
|
@@ -7501,14 +7512,18 @@
|
|
7501
7512
|
</xsl:template><xsl:template match="*[local-name() = 'termnote']/*[local-name() = 'p']">
|
7502
7513
|
<fo:inline><xsl:apply-templates/></fo:inline>
|
7503
7514
|
</xsl:template><xsl:template match="*[local-name() = 'terms']">
|
7515
|
+
<!-- <xsl:message>'terms' <xsl:number/> processing...</xsl:message> -->
|
7504
7516
|
<fo:block id="{@id}">
|
7505
7517
|
<xsl:apply-templates/>
|
7506
7518
|
</fo:block>
|
7507
7519
|
</xsl:template><xsl:template match="*[local-name() = 'term']">
|
7520
|
+
<!-- <xsl:message>'term' <xsl:number/> processing, name=<xsl:value-of select="iso:name"/>, preferred=<xsl:value-of select="iso:preferred"/>...</xsl:message> -->
|
7508
7521
|
<fo:block id="{@id}" xsl:use-attribute-sets="term-style">
|
7509
7522
|
|
7510
7523
|
|
7511
|
-
|
7524
|
+
<xsl:if test="parent::*[local-name() = 'term'] and not(preceding-sibling::*[local-name() = 'term'])">
|
7525
|
+
|
7526
|
+
</xsl:if>
|
7512
7527
|
<xsl:apply-templates/>
|
7513
7528
|
</fo:block>
|
7514
7529
|
</xsl:template><xsl:template match="*[local-name() = 'term']/*[local-name() = 'name']"/><xsl:template match="*[local-name() = 'term']/*[local-name() = 'name']" mode="presentation">
|
@@ -7574,6 +7589,7 @@
|
|
7574
7589
|
<xsl:otherwise>
|
7575
7590
|
<fo:block xsl:use-attribute-sets="image-style">
|
7576
7591
|
|
7592
|
+
|
7577
7593
|
<xsl:variable name="src">
|
7578
7594
|
<xsl:call-template name="image_src"/>
|
7579
7595
|
</xsl:variable>
|
@@ -7940,7 +7956,7 @@
|
|
7940
7956
|
<xsl:text> </xsl:text>
|
7941
7957
|
</xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']/text()" mode="contents" priority="2">
|
7942
7958
|
<xsl:value-of select="."/>
|
7943
|
-
</xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']
|
7959
|
+
</xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']//text()" mode="bookmarks" priority="2">
|
7944
7960
|
<xsl:value-of select="."/>
|
7945
7961
|
</xsl:template><xsl:template match="node()" mode="contents">
|
7946
7962
|
<xsl:apply-templates mode="contents"/>
|
@@ -8038,6 +8054,8 @@
|
|
8038
8054
|
|
8039
8055
|
|
8040
8056
|
|
8057
|
+
|
8058
|
+
|
8041
8059
|
</fo:bookmark-tree>
|
8042
8060
|
</xsl:if>
|
8043
8061
|
</xsl:template><xsl:template name="insertFigureBookmarks">
|
@@ -8245,12 +8263,16 @@
|
|
8245
8263
|
<xsl:if test="$font-size != ''">
|
8246
8264
|
<xsl:attribute name="font-size">
|
8247
8265
|
<xsl:choose>
|
8266
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
8267
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
8248
8268
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
8249
8269
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
8250
8270
|
</xsl:choose>
|
8251
8271
|
</xsl:attribute>
|
8252
8272
|
</xsl:if>
|
8253
8273
|
|
8274
|
+
|
8275
|
+
|
8254
8276
|
<xsl:apply-templates/>
|
8255
8277
|
</fo:block>
|
8256
8278
|
|
@@ -8493,7 +8515,8 @@
|
|
8493
8515
|
</fo:block>
|
8494
8516
|
</fo:table-cell>
|
8495
8517
|
</xsl:template><xsl:template match="*[local-name() = 'p'][@class='RecommendationTitle' or @class = 'RecommendationTestTitle']" priority="2">
|
8496
|
-
<fo:block font-size="11pt"
|
8518
|
+
<fo:block font-size="11pt">
|
8519
|
+
|
8497
8520
|
<xsl:apply-templates/>
|
8498
8521
|
</fo:block>
|
8499
8522
|
</xsl:template><xsl:template match="*[local-name() = 'p2'][ancestor::*[local-name() = 'table'][@class = 'recommendation' or @class='requirement' or @class='permission']]">
|
@@ -8598,6 +8621,7 @@
|
|
8598
8621
|
</xsl:choose>
|
8599
8622
|
</xsl:template><xsl:template match="*[local-name() = 'termsource']" name="termsource">
|
8600
8623
|
<fo:block xsl:use-attribute-sets="termsource-style">
|
8624
|
+
|
8601
8625
|
<!-- Example: [SOURCE: ISO 5127:2017, 3.1.6.02] -->
|
8602
8626
|
<xsl:variable name="termsource_text">
|
8603
8627
|
<xsl:apply-templates/>
|
@@ -8608,13 +8632,15 @@
|
|
8608
8632
|
<!-- <xsl:apply-templates /> -->
|
8609
8633
|
<xsl:copy-of select="$termsource_text"/>
|
8610
8634
|
</xsl:when>
|
8611
|
-
<xsl:otherwise>
|
8635
|
+
<xsl:otherwise>
|
8636
|
+
|
8612
8637
|
|
8613
8638
|
<xsl:text>[</xsl:text>
|
8614
8639
|
|
8615
8640
|
<!-- <xsl:apply-templates /> -->
|
8616
8641
|
<xsl:copy-of select="$termsource_text"/>
|
8617
8642
|
|
8643
|
+
|
8618
8644
|
<xsl:text>]</xsl:text>
|
8619
8645
|
|
8620
8646
|
</xsl:otherwise>
|
@@ -8696,12 +8722,20 @@
|
|
8696
8722
|
</xsl:template><xsl:template match="*[local-name() = 'author']">
|
8697
8723
|
<xsl:text>— </xsl:text>
|
8698
8724
|
<xsl:apply-templates/>
|
8699
|
-
</xsl:template><xsl:
|
8725
|
+
</xsl:template><xsl:variable name="bibitem_hidden_">
|
8726
|
+
<xsl:for-each select="//*[local-name() = 'bibitem'][@hidden='true']">
|
8727
|
+
<xsl:copy-of select="."/>
|
8728
|
+
</xsl:for-each>
|
8729
|
+
<xsl:for-each select="//*[local-name() = 'references'][@hidden='true']/*[local-name() = 'bibitem']">
|
8730
|
+
<xsl:copy-of select="."/>
|
8731
|
+
</xsl:for-each>
|
8732
|
+
</xsl:variable><xsl:variable name="bibitem_hidden" select="xalan:nodeset($bibitem_hidden_)"/><xsl:template match="*[local-name() = 'eref']">
|
8700
8733
|
|
8701
8734
|
<xsl:variable name="bibitemid">
|
8702
8735
|
<xsl:choose>
|
8703
|
-
<xsl:when test="//*[local-name() = 'bibitem'][@hidden='true' and @id = current()/@bibitemid]"
|
8704
|
-
<xsl:when test="//*[local-name() = 'references'][@hidden='true']/*[local-name() = 'bibitem'][@id = current()/@bibitemid]"
|
8736
|
+
<!-- <xsl:when test="//*[local-name() = 'bibitem'][@hidden='true' and @id = current()/@bibitemid]"></xsl:when>
|
8737
|
+
<xsl:when test="//*[local-name() = 'references'][@hidden='true']/*[local-name() = 'bibitem'][@id = current()/@bibitemid]"></xsl:when> -->
|
8738
|
+
<xsl:when test="$bibitem_hidden/*[local-name() = 'bibitem'][@id = current()/@bibitemid]"/>
|
8705
8739
|
<xsl:otherwise><xsl:value-of select="@bibitemid"/></xsl:otherwise>
|
8706
8740
|
</xsl:choose>
|
8707
8741
|
</xsl:variable>
|
@@ -8799,10 +8833,10 @@
|
|
8799
8833
|
</xsl:choose>
|
8800
8834
|
</xsl:variable>
|
8801
8835
|
|
8802
|
-
<xsl:variable name="language" select="//*[local-name()='bibdata']//*[local-name()='language']"/>
|
8836
|
+
<!-- <xsl:variable name="language" select="//*[local-name()='bibdata']//*[local-name()='language']"/> -->
|
8803
8837
|
|
8804
8838
|
<xsl:choose>
|
8805
|
-
<xsl:when test="$
|
8839
|
+
<xsl:when test="$lang = 'zh'">
|
8806
8840
|
<fo:inline><xsl:value-of select="$tab_zh"/></fo:inline>
|
8807
8841
|
</xsl:when>
|
8808
8842
|
<xsl:when test="../../@inline-header = 'true'">
|
@@ -9815,12 +9849,15 @@
|
|
9815
9849
|
<xsl:param name="default">left</xsl:param>
|
9816
9850
|
<xsl:attribute name="text-align">
|
9817
9851
|
<xsl:choose>
|
9818
|
-
<xsl:when test="@align"><xsl:value-of select="@align"/></xsl:when>
|
9852
|
+
<xsl:when test="@align and not(@align = 'indent')"><xsl:value-of select="@align"/></xsl:when>
|
9819
9853
|
<xsl:when test="ancestor::*[local-name() = 'td']/@align"><xsl:value-of select="ancestor::*[local-name() = 'td']/@align"/></xsl:when>
|
9820
9854
|
<xsl:when test="ancestor::*[local-name() = 'th']/@align"><xsl:value-of select="ancestor::*[local-name() = 'th']/@align"/></xsl:when>
|
9821
9855
|
<xsl:otherwise><xsl:value-of select="$default"/></xsl:otherwise>
|
9822
9856
|
</xsl:choose>
|
9823
9857
|
</xsl:attribute>
|
9858
|
+
<xsl:if test="@align = 'indent'">
|
9859
|
+
<xsl:attribute name="margin-left">7mm</xsl:attribute>
|
9860
|
+
</xsl:if>
|
9824
9861
|
</xsl:template><xsl:template name="number-to-words">
|
9825
9862
|
<xsl:param name="number"/>
|
9826
9863
|
<xsl:param name="first"/>
|
@@ -2497,7 +2497,8 @@
|
|
2497
2497
|
<xsl:if test="../@type = 'toc'">
|
2498
2498
|
<xsl:attribute name="text-align">left</xsl:attribute>
|
2499
2499
|
</xsl:if>
|
2500
|
-
<xsl:call-template name="extractTitle"/>
|
2500
|
+
<!-- <xsl:call-template name="extractTitle"/> -->
|
2501
|
+
<xsl:apply-templates/>
|
2501
2502
|
<xsl:apply-templates select="following-sibling::*[1][local-name() = 'variant-title'][@type = 'sub']" mode="subtitle"/>
|
2502
2503
|
</xsl:when>
|
2503
2504
|
<xsl:otherwise>
|
@@ -3325,13 +3326,13 @@
|
|
3325
3326
|
|
3326
3327
|
<xsl:template match="bipm:preferred">
|
3327
3328
|
<fo:block font-weight="bold" keep-with-next="always" space-before="8pt" margin-bottom="6pt">
|
3328
|
-
<xsl:if test="ancestor::bipm:term/bipm:name">
|
3329
|
+
<xsl:if test="ancestor::bipm:term[1]/bipm:name">
|
3329
3330
|
<xsl:variable name="level">
|
3330
3331
|
<xsl:call-template name="getLevelTermName"/>
|
3331
3332
|
</xsl:variable>
|
3332
3333
|
<fo:inline role="H{$level}">
|
3333
3334
|
<xsl:attribute name="padding-right">2mm</xsl:attribute>
|
3334
|
-
<xsl:apply-templates select="ancestor::bipm:term/bipm:name" mode="presentation"/>
|
3335
|
+
<xsl:apply-templates select="ancestor::bipm:term[1]/bipm:name" mode="presentation"/>
|
3335
3336
|
</fo:inline>
|
3336
3337
|
</xsl:if>
|
3337
3338
|
<xsl:apply-templates/>
|
@@ -4647,6 +4648,8 @@
|
|
4647
4648
|
|
4648
4649
|
<title-list-figures lang="en">List of Figures</title-list-figures>
|
4649
4650
|
|
4651
|
+
<title-table-figures lang="en">Table of Figures</title-table-figures>
|
4652
|
+
|
4650
4653
|
<title-list-recommendations lang="en">List of Recommendations</title-list-recommendations>
|
4651
4654
|
|
4652
4655
|
<title-acknowledgements lang="en">Acknowledgements</title-acknowledgements>
|
@@ -4914,6 +4917,13 @@
|
|
4914
4917
|
|
4915
4918
|
|
4916
4919
|
|
4920
|
+
</xsl:attribute-set><xsl:attribute-set name="table-note-name-style">
|
4921
|
+
|
4922
|
+
<xsl:attribute name="font-size">10pt</xsl:attribute>
|
4923
|
+
|
4924
|
+
|
4925
|
+
|
4926
|
+
|
4917
4927
|
</xsl:attribute-set><xsl:attribute-set name="note-p-style">
|
4918
4928
|
|
4919
4929
|
|
@@ -6081,18 +6091,16 @@
|
|
6081
6091
|
|
6082
6092
|
<!-- Table's note name (NOTE, for example) -->
|
6083
6093
|
|
6084
|
-
<fo:inline padding-right="2mm">
|
6085
|
-
|
6086
|
-
|
6094
|
+
<fo:inline padding-right="2mm" xsl:use-attribute-sets="table-note-name-style">
|
6087
6095
|
|
6088
6096
|
|
6089
6097
|
|
6090
6098
|
|
6091
|
-
<xsl:attribute name="font-size">10pt</xsl:attribute>
|
6092
6099
|
<xsl:if test="ancestor::bipm:preface">
|
6093
6100
|
<xsl:attribute name="text-decoration">underline</xsl:attribute>
|
6094
6101
|
</xsl:if>
|
6095
6102
|
|
6103
|
+
|
6096
6104
|
<xsl:apply-templates select="*[local-name() = 'name']" mode="presentation"/>
|
6097
6105
|
|
6098
6106
|
</fo:inline>
|
@@ -6621,6 +6629,7 @@
|
|
6621
6629
|
<fo:table-cell>
|
6622
6630
|
|
6623
6631
|
<fo:block margin-top="6pt">
|
6632
|
+
<xsl:copy-of select="@id"/>
|
6624
6633
|
|
6625
6634
|
|
6626
6635
|
<xsl:if test="normalize-space($key_iso) = 'true'">
|
@@ -6727,6 +6736,8 @@
|
|
6727
6736
|
<xsl:if test="$font-size != ''">
|
6728
6737
|
<xsl:attribute name="font-size">
|
6729
6738
|
<xsl:choose>
|
6739
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
6740
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
6730
6741
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
6731
6742
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
6732
6743
|
</xsl:choose>
|
@@ -7501,14 +7512,18 @@
|
|
7501
7512
|
</xsl:template><xsl:template match="*[local-name() = 'termnote']/*[local-name() = 'p']">
|
7502
7513
|
<fo:inline><xsl:apply-templates/></fo:inline>
|
7503
7514
|
</xsl:template><xsl:template match="*[local-name() = 'terms']">
|
7515
|
+
<!-- <xsl:message>'terms' <xsl:number/> processing...</xsl:message> -->
|
7504
7516
|
<fo:block id="{@id}">
|
7505
7517
|
<xsl:apply-templates/>
|
7506
7518
|
</fo:block>
|
7507
7519
|
</xsl:template><xsl:template match="*[local-name() = 'term']">
|
7520
|
+
<!-- <xsl:message>'term' <xsl:number/> processing, name=<xsl:value-of select="iso:name"/>, preferred=<xsl:value-of select="iso:preferred"/>...</xsl:message> -->
|
7508
7521
|
<fo:block id="{@id}" xsl:use-attribute-sets="term-style">
|
7509
7522
|
|
7510
7523
|
|
7511
|
-
|
7524
|
+
<xsl:if test="parent::*[local-name() = 'term'] and not(preceding-sibling::*[local-name() = 'term'])">
|
7525
|
+
|
7526
|
+
</xsl:if>
|
7512
7527
|
<xsl:apply-templates/>
|
7513
7528
|
</fo:block>
|
7514
7529
|
</xsl:template><xsl:template match="*[local-name() = 'term']/*[local-name() = 'name']"/><xsl:template match="*[local-name() = 'term']/*[local-name() = 'name']" mode="presentation">
|
@@ -7574,6 +7589,7 @@
|
|
7574
7589
|
<xsl:otherwise>
|
7575
7590
|
<fo:block xsl:use-attribute-sets="image-style">
|
7576
7591
|
|
7592
|
+
|
7577
7593
|
<xsl:variable name="src">
|
7578
7594
|
<xsl:call-template name="image_src"/>
|
7579
7595
|
</xsl:variable>
|
@@ -7940,7 +7956,7 @@
|
|
7940
7956
|
<xsl:text> </xsl:text>
|
7941
7957
|
</xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']/text()" mode="contents" priority="2">
|
7942
7958
|
<xsl:value-of select="."/>
|
7943
|
-
</xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']
|
7959
|
+
</xsl:template><xsl:template match="*[local-name() = 'figure' or local-name() = 'table' or local-name() = 'permission' or local-name() = 'recommendation' or local-name() = 'requirement']/*[local-name() = 'name']//text()" mode="bookmarks" priority="2">
|
7944
7960
|
<xsl:value-of select="."/>
|
7945
7961
|
</xsl:template><xsl:template match="node()" mode="contents">
|
7946
7962
|
<xsl:apply-templates mode="contents"/>
|
@@ -8038,6 +8054,8 @@
|
|
8038
8054
|
|
8039
8055
|
|
8040
8056
|
|
8057
|
+
|
8058
|
+
|
8041
8059
|
</fo:bookmark-tree>
|
8042
8060
|
</xsl:if>
|
8043
8061
|
</xsl:template><xsl:template name="insertFigureBookmarks">
|
@@ -8245,12 +8263,16 @@
|
|
8245
8263
|
<xsl:if test="$font-size != ''">
|
8246
8264
|
<xsl:attribute name="font-size">
|
8247
8265
|
<xsl:choose>
|
8266
|
+
<xsl:when test="$font-size = 'inherit'"><xsl:value-of select="$font-size"/></xsl:when>
|
8267
|
+
<xsl:when test="contains($font-size, '%')"><xsl:value-of select="$font-size"/></xsl:when>
|
8248
8268
|
<xsl:when test="ancestor::*[local-name()='note']"><xsl:value-of select="$font-size * 0.91"/>pt</xsl:when>
|
8249
8269
|
<xsl:otherwise><xsl:value-of select="$font-size"/>pt</xsl:otherwise>
|
8250
8270
|
</xsl:choose>
|
8251
8271
|
</xsl:attribute>
|
8252
8272
|
</xsl:if>
|
8253
8273
|
|
8274
|
+
|
8275
|
+
|
8254
8276
|
<xsl:apply-templates/>
|
8255
8277
|
</fo:block>
|
8256
8278
|
|
@@ -8493,7 +8515,8 @@
|
|
8493
8515
|
</fo:block>
|
8494
8516
|
</fo:table-cell>
|
8495
8517
|
</xsl:template><xsl:template match="*[local-name() = 'p'][@class='RecommendationTitle' or @class = 'RecommendationTestTitle']" priority="2">
|
8496
|
-
<fo:block font-size="11pt"
|
8518
|
+
<fo:block font-size="11pt">
|
8519
|
+
|
8497
8520
|
<xsl:apply-templates/>
|
8498
8521
|
</fo:block>
|
8499
8522
|
</xsl:template><xsl:template match="*[local-name() = 'p2'][ancestor::*[local-name() = 'table'][@class = 'recommendation' or @class='requirement' or @class='permission']]">
|
@@ -8598,6 +8621,7 @@
|
|
8598
8621
|
</xsl:choose>
|
8599
8622
|
</xsl:template><xsl:template match="*[local-name() = 'termsource']" name="termsource">
|
8600
8623
|
<fo:block xsl:use-attribute-sets="termsource-style">
|
8624
|
+
|
8601
8625
|
<!-- Example: [SOURCE: ISO 5127:2017, 3.1.6.02] -->
|
8602
8626
|
<xsl:variable name="termsource_text">
|
8603
8627
|
<xsl:apply-templates/>
|
@@ -8608,13 +8632,15 @@
|
|
8608
8632
|
<!-- <xsl:apply-templates /> -->
|
8609
8633
|
<xsl:copy-of select="$termsource_text"/>
|
8610
8634
|
</xsl:when>
|
8611
|
-
<xsl:otherwise>
|
8635
|
+
<xsl:otherwise>
|
8636
|
+
|
8612
8637
|
|
8613
8638
|
<xsl:text>[</xsl:text>
|
8614
8639
|
|
8615
8640
|
<!-- <xsl:apply-templates /> -->
|
8616
8641
|
<xsl:copy-of select="$termsource_text"/>
|
8617
8642
|
|
8643
|
+
|
8618
8644
|
<xsl:text>]</xsl:text>
|
8619
8645
|
|
8620
8646
|
</xsl:otherwise>
|
@@ -8696,12 +8722,20 @@
|
|
8696
8722
|
</xsl:template><xsl:template match="*[local-name() = 'author']">
|
8697
8723
|
<xsl:text>— </xsl:text>
|
8698
8724
|
<xsl:apply-templates/>
|
8699
|
-
</xsl:template><xsl:
|
8725
|
+
</xsl:template><xsl:variable name="bibitem_hidden_">
|
8726
|
+
<xsl:for-each select="//*[local-name() = 'bibitem'][@hidden='true']">
|
8727
|
+
<xsl:copy-of select="."/>
|
8728
|
+
</xsl:for-each>
|
8729
|
+
<xsl:for-each select="//*[local-name() = 'references'][@hidden='true']/*[local-name() = 'bibitem']">
|
8730
|
+
<xsl:copy-of select="."/>
|
8731
|
+
</xsl:for-each>
|
8732
|
+
</xsl:variable><xsl:variable name="bibitem_hidden" select="xalan:nodeset($bibitem_hidden_)"/><xsl:template match="*[local-name() = 'eref']">
|
8700
8733
|
|
8701
8734
|
<xsl:variable name="bibitemid">
|
8702
8735
|
<xsl:choose>
|
8703
|
-
<xsl:when test="//*[local-name() = 'bibitem'][@hidden='true' and @id = current()/@bibitemid]"
|
8704
|
-
<xsl:when test="//*[local-name() = 'references'][@hidden='true']/*[local-name() = 'bibitem'][@id = current()/@bibitemid]"
|
8736
|
+
<!-- <xsl:when test="//*[local-name() = 'bibitem'][@hidden='true' and @id = current()/@bibitemid]"></xsl:when>
|
8737
|
+
<xsl:when test="//*[local-name() = 'references'][@hidden='true']/*[local-name() = 'bibitem'][@id = current()/@bibitemid]"></xsl:when> -->
|
8738
|
+
<xsl:when test="$bibitem_hidden/*[local-name() = 'bibitem'][@id = current()/@bibitemid]"/>
|
8705
8739
|
<xsl:otherwise><xsl:value-of select="@bibitemid"/></xsl:otherwise>
|
8706
8740
|
</xsl:choose>
|
8707
8741
|
</xsl:variable>
|
@@ -8799,10 +8833,10 @@
|
|
8799
8833
|
</xsl:choose>
|
8800
8834
|
</xsl:variable>
|
8801
8835
|
|
8802
|
-
<xsl:variable name="language" select="//*[local-name()='bibdata']//*[local-name()='language']"/>
|
8836
|
+
<!-- <xsl:variable name="language" select="//*[local-name()='bibdata']//*[local-name()='language']"/> -->
|
8803
8837
|
|
8804
8838
|
<xsl:choose>
|
8805
|
-
<xsl:when test="$
|
8839
|
+
<xsl:when test="$lang = 'zh'">
|
8806
8840
|
<fo:inline><xsl:value-of select="$tab_zh"/></fo:inline>
|
8807
8841
|
</xsl:when>
|
8808
8842
|
<xsl:when test="../../@inline-header = 'true'">
|
@@ -9815,12 +9849,15 @@
|
|
9815
9849
|
<xsl:param name="default">left</xsl:param>
|
9816
9850
|
<xsl:attribute name="text-align">
|
9817
9851
|
<xsl:choose>
|
9818
|
-
<xsl:when test="@align"><xsl:value-of select="@align"/></xsl:when>
|
9852
|
+
<xsl:when test="@align and not(@align = 'indent')"><xsl:value-of select="@align"/></xsl:when>
|
9819
9853
|
<xsl:when test="ancestor::*[local-name() = 'td']/@align"><xsl:value-of select="ancestor::*[local-name() = 'td']/@align"/></xsl:when>
|
9820
9854
|
<xsl:when test="ancestor::*[local-name() = 'th']/@align"><xsl:value-of select="ancestor::*[local-name() = 'th']/@align"/></xsl:when>
|
9821
9855
|
<xsl:otherwise><xsl:value-of select="$default"/></xsl:otherwise>
|
9822
9856
|
</xsl:choose>
|
9823
9857
|
</xsl:attribute>
|
9858
|
+
<xsl:if test="@align = 'indent'">
|
9859
|
+
<xsl:attribute name="margin-left">7mm</xsl:attribute>
|
9860
|
+
</xsl:if>
|
9824
9861
|
</xsl:template><xsl:template name="number-to-words">
|
9825
9862
|
<xsl:param name="number"/>
|
9826
9863
|
<xsl:param name="first"/>
|