metanorma-ogc 2.3.13 → 2.3.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/ogc/html/htmlstyle.css +9 -5
- data/lib/isodoc/ogc/html/htmlstyle.scss +2 -2
- data/lib/isodoc/ogc/i18n-en.yaml +11 -0
- data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +83 -46
- data/lib/isodoc/ogc/ogc.best-practice.xsl +83 -46
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +83 -46
- data/lib/isodoc/ogc/ogc.community-practice.xsl +83 -46
- data/lib/isodoc/ogc/ogc.community-standard.xsl +83 -46
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +83 -46
- data/lib/isodoc/ogc/ogc.draft-standard.xsl +83 -46
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +83 -46
- data/lib/isodoc/ogc/ogc.other.xsl +83 -46
- data/lib/isodoc/ogc/ogc.policy.xsl +83 -46
- data/lib/isodoc/ogc/ogc.reference-model.xsl +83 -46
- data/lib/isodoc/ogc/ogc.release-notes.xsl +83 -46
- data/lib/isodoc/ogc/ogc.standard.xsl +83 -46
- data/lib/isodoc/ogc/ogc.test-suite.xsl +83 -46
- data/lib/isodoc/ogc/ogc.user-guide.xsl +83 -46
- data/lib/isodoc/ogc/ogc.white-paper.xsl +47 -43
- data/lib/isodoc/ogc/presentation_xml_convert.rb +23 -18
- data/lib/isodoc/ogc/xref.rb +17 -6
- data/lib/metanorma/ogc/converter.rb +6 -2
- data/lib/metanorma/ogc/version.rb +1 -1
- metadata +2 -2
@@ -306,7 +306,12 @@
|
|
306
306
|
<fo:block line-height="140%">
|
307
307
|
<xsl:apply-templates select="/ogc:ogc-standard/ogc:bibdata/ogc:edition[normalize-space(@language) = '']"/>
|
308
308
|
<fo:block>
|
309
|
-
<fo:inline font-weight="bold">
|
309
|
+
<fo:inline font-weight="bold">
|
310
|
+
<!-- Submission Date: -->
|
311
|
+
<xsl:call-template name="getLocalizedString">
|
312
|
+
<xsl:with-param name="key">submission_date</xsl:with-param>
|
313
|
+
</xsl:call-template><xsl:text>: </xsl:text>
|
314
|
+
</fo:inline>
|
310
315
|
<xsl:choose>
|
311
316
|
<xsl:when test="/ogc:ogc-standard/ogc:bibdata/ogc:date[@type = 'received']/ogc:on">
|
312
317
|
<xsl:value-of select="/ogc:ogc-standard/ogc:bibdata/ogc:date[@type = 'received']/ogc:on"/>
|
@@ -315,7 +320,12 @@
|
|
315
320
|
</xsl:choose>
|
316
321
|
</fo:block>
|
317
322
|
<fo:block>
|
318
|
-
<fo:inline font-weight="bold">
|
323
|
+
<fo:inline font-weight="bold">
|
324
|
+
<!-- Approval Date: -->
|
325
|
+
<xsl:call-template name="getLocalizedString">
|
326
|
+
<xsl:with-param name="key">approval_date</xsl:with-param>
|
327
|
+
</xsl:call-template><xsl:text>: </xsl:text>
|
328
|
+
</fo:inline>
|
319
329
|
<xsl:choose>
|
320
330
|
<xsl:when test="/ogc:ogc-standard/ogc:bibdata/ogc:date[@type = 'issued']/ogc:on">
|
321
331
|
<xsl:value-of select="/ogc:ogc-standard/ogc:bibdata/ogc:date[@type = 'issued']/ogc:on"/>
|
@@ -324,14 +334,24 @@
|
|
324
334
|
</xsl:choose>
|
325
335
|
</fo:block>
|
326
336
|
<fo:block>
|
327
|
-
<fo:inline font-weight="bold">
|
337
|
+
<fo:inline font-weight="bold">
|
338
|
+
<!-- Publication Date: -->
|
339
|
+
<xsl:call-template name="getLocalizedString">
|
340
|
+
<xsl:with-param name="key">publication_date</xsl:with-param>
|
341
|
+
</xsl:call-template><xsl:text>: </xsl:text>
|
342
|
+
</fo:inline>
|
328
343
|
<xsl:value-of select="/ogc:ogc-standard/ogc:bibdata/ogc:date[@type = 'published']/ogc:on"/>
|
329
344
|
</fo:block>
|
330
345
|
|
331
346
|
<fo:block margin-bottom="12pt">
|
332
347
|
<xsl:if test="/ogc:ogc-standard/ogc:bibdata/ogc:contributor[ogc:role/@type='author']/ogc:person/ogc:name/ogc:completename">
|
333
348
|
<fo:block>
|
334
|
-
<fo:inline font-weight="bold">
|
349
|
+
<fo:inline font-weight="bold">
|
350
|
+
<!-- Author: -->
|
351
|
+
<xsl:call-template name="getLocalizedString">
|
352
|
+
<xsl:with-param name="key">author</xsl:with-param>
|
353
|
+
</xsl:call-template><xsl:text>: </xsl:text>
|
354
|
+
</fo:inline>
|
335
355
|
<xsl:for-each select="/ogc:ogc-standard/ogc:bibdata/ogc:contributor[ogc:role/@type='author']/ogc:person/ogc:name/ogc:completename">
|
336
356
|
<xsl:value-of select="."/>
|
337
357
|
<xsl:if test="position() != last()">, </xsl:if>
|
@@ -340,7 +360,12 @@
|
|
340
360
|
</xsl:if>
|
341
361
|
<xsl:if test="/ogc:ogc-standard/ogc:bibdata/ogc:contributor[ogc:role/@type='editor']/ogc:person/ogc:name/ogc:completename">
|
342
362
|
<fo:block>
|
343
|
-
<fo:inline font-weight="bold">
|
363
|
+
<fo:inline font-weight="bold">
|
364
|
+
<!-- Editor: -->
|
365
|
+
<xsl:call-template name="getLocalizedString">
|
366
|
+
<xsl:with-param name="key">editor</xsl:with-param>
|
367
|
+
</xsl:call-template><xsl:text>: </xsl:text>
|
368
|
+
</fo:inline>
|
344
369
|
<xsl:for-each select="/ogc:ogc-standard/ogc:bibdata/ogc:contributor[ogc:role/@type='editor']/ogc:person/ogc:name/ogc:completename">
|
345
370
|
<xsl:value-of select="."/>
|
346
371
|
<xsl:if test="position() != last()">, </xsl:if>
|
@@ -349,7 +374,12 @@
|
|
349
374
|
</xsl:if>
|
350
375
|
<xsl:if test="/ogc:ogc-standard/ogc:bibdata/ogc:contributor[ogc:role/@type='contributor']/ogc:person/ogc:name/ogc:completename">
|
351
376
|
<fo:block>
|
352
|
-
<fo:inline font-weight="bold">
|
377
|
+
<fo:inline font-weight="bold">
|
378
|
+
<!-- Contributor: -->
|
379
|
+
<xsl:call-template name="getLocalizedString">
|
380
|
+
<xsl:with-param name="key">contributor</xsl:with-param>
|
381
|
+
</xsl:call-template><xsl:text>: </xsl:text>
|
382
|
+
</fo:inline>
|
353
383
|
<xsl:for-each select="/ogc:ogc-standard/ogc:bibdata/ogc:contributor[ogc:role/@type='contributor']/ogc:person/ogc:name/ogc:completename">
|
354
384
|
<xsl:value-of select="."/>
|
355
385
|
<xsl:if test="position() != last()">, </xsl:if>
|
@@ -689,7 +719,10 @@
|
|
689
719
|
<!-- add zero-width space (#x200B) before character '(' if preceding and following are word chars -->
|
690
720
|
<xsl:variable name="content3" select="java:replaceAll(java:java.lang.String.new($content2), '(\w)(\()(\w)', '$1$2$3')"/>
|
691
721
|
|
692
|
-
|
722
|
+
<!-- replace sequence #x200B to one ​ -->
|
723
|
+
<xsl:variable name="content4" select="java:replaceAll(java:java.lang.String.new($content3), '\u200b{2,}', '')"/>
|
724
|
+
|
725
|
+
<xsl:value-of select="translate($content4, $thin_space, ' ')"/>
|
693
726
|
</xsl:template>
|
694
727
|
|
695
728
|
<xsl:template match="node()" mode="sections">
|
@@ -1613,21 +1646,32 @@
|
|
1613
1646
|
<xsl:variable name="titles_">
|
1614
1647
|
|
1615
1648
|
<!-- These titles of Table of contents renders different than determined in localized-strings -->
|
1616
|
-
<title-toc lang="en">
|
1617
|
-
|
1649
|
+
<!-- <title-toc lang="en">
|
1650
|
+
<xsl:if test="$namespace = 'csd' or $namespace = 'ieee' or $namespace = 'iho' or $namespace = 'mpfd' or $namespace = 'ogc' or $namespace = 'unece-rec'">
|
1618
1651
|
<xsl:text>Contents</xsl:text>
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1652
|
+
</xsl:if>
|
1653
|
+
<xsl:if test="$namespace = 'csa' or $namespace = 'm3d' or $namespace = 'nist-sp' or $namespace = 'ogc-white-paper'">
|
1654
|
+
<xsl:text>Table of Contents</xsl:text>
|
1655
|
+
</xsl:if>
|
1656
|
+
<xsl:if test="$namespace = 'gb'">
|
1657
|
+
<xsl:text>Table of contents</xsl:text>
|
1658
|
+
</xsl:if>
|
1659
|
+
</title-toc> -->
|
1660
|
+
<title-toc lang="en">Table of contents</title-toc>
|
1661
|
+
<!-- <title-toc lang="fr">
|
1622
1662
|
<xsl:text>Sommaire</xsl:text>
|
1623
|
-
</title-toc>
|
1624
|
-
<title-toc lang="zh">
|
1625
|
-
|
1663
|
+
</title-toc> -->
|
1664
|
+
<!-- <title-toc lang="zh">
|
1665
|
+
<xsl:choose>
|
1666
|
+
<xsl:when test="$namespace = 'gb'">
|
1667
|
+
<xsl:text>目次</xsl:text>
|
1668
|
+
</xsl:when>
|
1669
|
+
<xsl:otherwise>
|
1626
1670
|
<xsl:text>Contents</xsl:text>
|
1627
|
-
|
1628
|
-
|
1629
|
-
|
1630
|
-
<title-
|
1671
|
+
</xsl:otherwise>
|
1672
|
+
</xsl:choose>
|
1673
|
+
</title-toc> -->
|
1674
|
+
<title-toc lang="zh">目次</title-toc>
|
1631
1675
|
|
1632
1676
|
<title-part lang="en">
|
1633
1677
|
|
@@ -1643,20 +1687,6 @@
|
|
1643
1687
|
<title-subpart lang="en">Sub-part #</title-subpart>
|
1644
1688
|
<title-subpart lang="fr">Partie de sub #</title-subpart>
|
1645
1689
|
|
1646
|
-
<title-list-tables lang="en">List of Tables</title-list-tables>
|
1647
|
-
|
1648
|
-
<title-list-figures lang="en">List of Figures</title-list-figures>
|
1649
|
-
|
1650
|
-
<title-table-figures lang="en">Table of Figures</title-table-figures>
|
1651
|
-
|
1652
|
-
<title-list-recommendations lang="en">List of Recommendations</title-list-recommendations>
|
1653
|
-
|
1654
|
-
<title-summary lang="en">Summary</title-summary>
|
1655
|
-
|
1656
|
-
<title-continued lang="ru">(продолжение)</title-continued>
|
1657
|
-
<title-continued lang="en">(continued)</title-continued>
|
1658
|
-
<title-continued lang="fr">(continué)</title-continued>
|
1659
|
-
|
1660
1690
|
</xsl:variable>
|
1661
1691
|
<xsl:variable name="titles" select="xalan:nodeset($titles_)"/>
|
1662
1692
|
|
@@ -1664,8 +1694,8 @@
|
|
1664
1694
|
<xsl:variable name="toc_table_title" select="//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'toc'][@type='table']/*[local-name() = 'title']"/>
|
1665
1695
|
<xsl:value-of select="$toc_table_title"/>
|
1666
1696
|
<xsl:if test="normalize-space($toc_table_title) = ''">
|
1667
|
-
<xsl:call-template name="
|
1668
|
-
<xsl:with-param name="
|
1697
|
+
<xsl:call-template name="getLocalizedString">
|
1698
|
+
<xsl:with-param name="key">toc_tables</xsl:with-param>
|
1669
1699
|
</xsl:call-template>
|
1670
1700
|
</xsl:if>
|
1671
1701
|
</xsl:variable>
|
@@ -1674,8 +1704,8 @@
|
|
1674
1704
|
<xsl:variable name="toc_figure_title" select="//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'toc'][@type='figure']/*[local-name() = 'title']"/>
|
1675
1705
|
<xsl:value-of select="$toc_figure_title"/>
|
1676
1706
|
<xsl:if test="normalize-space($toc_figure_title) = ''">
|
1677
|
-
<xsl:call-template name="
|
1678
|
-
<xsl:with-param name="
|
1707
|
+
<xsl:call-template name="getLocalizedString">
|
1708
|
+
<xsl:with-param name="key">toc_figures</xsl:with-param>
|
1679
1709
|
</xsl:call-template>
|
1680
1710
|
</xsl:if>
|
1681
1711
|
</xsl:variable>
|
@@ -1684,8 +1714,8 @@
|
|
1684
1714
|
<xsl:variable name="toc_requirement_title" select="//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'toc'][@type='requirement']/*[local-name() = 'title']"/>
|
1685
1715
|
<xsl:value-of select="$toc_requirement_title"/>
|
1686
1716
|
<xsl:if test="normalize-space($toc_requirement_title) = ''">
|
1687
|
-
<xsl:call-template name="
|
1688
|
-
<xsl:with-param name="
|
1717
|
+
<xsl:call-template name="getLocalizedString">
|
1718
|
+
<xsl:with-param name="key">toc_recommendations</xsl:with-param>
|
1689
1719
|
</xsl:call-template>
|
1690
1720
|
</xsl:if>
|
1691
1721
|
</xsl:variable>
|
@@ -5627,7 +5657,7 @@
|
|
5627
5657
|
<xsl:variable name="regex_url_start">^(http://|https://|www\.)?(.*)</xsl:variable>
|
5628
5658
|
<xsl:template match="*[local-name()='tt']/text()" priority="2">
|
5629
5659
|
<xsl:choose>
|
5630
|
-
<xsl:when test="java:replaceAll(java:java.lang.String.new(.),
|
5660
|
+
<xsl:when test="java:replaceAll(java:java.lang.String.new(.), $regex_url_start, '$2') != ''">
|
5631
5661
|
<!-- url -->
|
5632
5662
|
<xsl:call-template name="add-zero-spaces-link-java"/>
|
5633
5663
|
</xsl:when>
|
@@ -6089,10 +6119,13 @@
|
|
6089
6119
|
</xsl:choose>
|
6090
6120
|
</xsl:variable>
|
6091
6121
|
|
6122
|
+
<!-- replace sequence #x200B to one ​ -->
|
6123
|
+
<xsl:variable name="text10" select="java:replaceAll(java:java.lang.String.new($text9), '\u200b{2,}', '')"/>
|
6124
|
+
|
6092
6125
|
<!-- replace sequence #x200B and space TO space -->
|
6093
|
-
<xsl:variable name="
|
6126
|
+
<xsl:variable name="text11" select="java:replaceAll(java:java.lang.String.new($text10), '\u200b ', ' ')"/>
|
6094
6127
|
|
6095
|
-
<xsl:value-of select="$
|
6128
|
+
<xsl:value-of select="$text11"/>
|
6096
6129
|
</xsl:template>
|
6097
6130
|
|
6098
6131
|
<xsl:template name="add-zero-spaces-link-java">
|
@@ -6102,8 +6135,12 @@
|
|
6102
6135
|
<xsl:variable name="url_continue" select="java:replaceAll(java:java.lang.String.new($text), $regex_url_start, '$2')"/>
|
6103
6136
|
<!-- add zero-width space (#x200B) after characters: dash, dot, colon, equal, underscore, em dash, thin space, comma, slash, @ -->
|
6104
6137
|
<xsl:variable name="url" select="java:replaceAll(java:java.lang.String.new($url_continue),'(-|\.|:|=|_|—| |,|/|@)','$1')"/>
|
6138
|
+
|
6139
|
+
<!-- replace sequence #x200B to one ​ -->
|
6140
|
+
<xsl:variable name="url2" select="java:replaceAll(java:java.lang.String.new($url), '\u200b{2,}', '')"/>
|
6141
|
+
|
6105
6142
|
<!-- remove zero-width space at the end -->
|
6106
|
-
<xsl:value-of select="java:replaceAll(java:java.lang.String.new($
|
6143
|
+
<xsl:value-of select="java:replaceAll(java:java.lang.String.new($url2), '$', '')"/>
|
6107
6144
|
</xsl:template>
|
6108
6145
|
|
6109
6146
|
<!-- add zero space after dash character (for table's entries) -->
|
@@ -7370,7 +7407,7 @@
|
|
7370
7407
|
|
7371
7408
|
<xsl:call-template name="refine_note_block_style"/>
|
7372
7409
|
|
7373
|
-
<fo:inline xsl:use-attribute-sets="note-name-style">
|
7410
|
+
<fo:inline xsl:use-attribute-sets="note-name-style" role="SKIP">
|
7374
7411
|
|
7375
7412
|
<xsl:call-template name="refine_note-name-style"/>
|
7376
7413
|
|
@@ -7407,12 +7444,12 @@
|
|
7407
7444
|
<xsl:variable name="num"><xsl:number/></xsl:variable>
|
7408
7445
|
<xsl:choose>
|
7409
7446
|
<xsl:when test="$num = 1"> <!-- display first NOTE's paragraph in the same line with label NOTE -->
|
7410
|
-
<fo:inline xsl:use-attribute-sets="note-p-style">
|
7447
|
+
<fo:inline xsl:use-attribute-sets="note-p-style" role="SKIP">
|
7411
7448
|
<xsl:apply-templates/>
|
7412
7449
|
</fo:inline>
|
7413
7450
|
</xsl:when>
|
7414
7451
|
<xsl:otherwise>
|
7415
|
-
<fo:block xsl:use-attribute-sets="note-p-style">
|
7452
|
+
<fo:block xsl:use-attribute-sets="note-p-style" role="SKIP">
|
7416
7453
|
<xsl:apply-templates/>
|
7417
7454
|
</fo:block>
|
7418
7455
|
</xsl:otherwise>
|
@@ -306,7 +306,12 @@
|
|
306
306
|
<fo:block line-height="140%">
|
307
307
|
<xsl:apply-templates select="/ogc:ogc-standard/ogc:bibdata/ogc:edition[normalize-space(@language) = '']"/>
|
308
308
|
<fo:block>
|
309
|
-
<fo:inline font-weight="bold">
|
309
|
+
<fo:inline font-weight="bold">
|
310
|
+
<!-- Submission Date: -->
|
311
|
+
<xsl:call-template name="getLocalizedString">
|
312
|
+
<xsl:with-param name="key">submission_date</xsl:with-param>
|
313
|
+
</xsl:call-template><xsl:text>: </xsl:text>
|
314
|
+
</fo:inline>
|
310
315
|
<xsl:choose>
|
311
316
|
<xsl:when test="/ogc:ogc-standard/ogc:bibdata/ogc:date[@type = 'received']/ogc:on">
|
312
317
|
<xsl:value-of select="/ogc:ogc-standard/ogc:bibdata/ogc:date[@type = 'received']/ogc:on"/>
|
@@ -315,7 +320,12 @@
|
|
315
320
|
</xsl:choose>
|
316
321
|
</fo:block>
|
317
322
|
<fo:block>
|
318
|
-
<fo:inline font-weight="bold">
|
323
|
+
<fo:inline font-weight="bold">
|
324
|
+
<!-- Approval Date: -->
|
325
|
+
<xsl:call-template name="getLocalizedString">
|
326
|
+
<xsl:with-param name="key">approval_date</xsl:with-param>
|
327
|
+
</xsl:call-template><xsl:text>: </xsl:text>
|
328
|
+
</fo:inline>
|
319
329
|
<xsl:choose>
|
320
330
|
<xsl:when test="/ogc:ogc-standard/ogc:bibdata/ogc:date[@type = 'issued']/ogc:on">
|
321
331
|
<xsl:value-of select="/ogc:ogc-standard/ogc:bibdata/ogc:date[@type = 'issued']/ogc:on"/>
|
@@ -324,14 +334,24 @@
|
|
324
334
|
</xsl:choose>
|
325
335
|
</fo:block>
|
326
336
|
<fo:block>
|
327
|
-
<fo:inline font-weight="bold">
|
337
|
+
<fo:inline font-weight="bold">
|
338
|
+
<!-- Publication Date: -->
|
339
|
+
<xsl:call-template name="getLocalizedString">
|
340
|
+
<xsl:with-param name="key">publication_date</xsl:with-param>
|
341
|
+
</xsl:call-template><xsl:text>: </xsl:text>
|
342
|
+
</fo:inline>
|
328
343
|
<xsl:value-of select="/ogc:ogc-standard/ogc:bibdata/ogc:date[@type = 'published']/ogc:on"/>
|
329
344
|
</fo:block>
|
330
345
|
|
331
346
|
<fo:block margin-bottom="12pt">
|
332
347
|
<xsl:if test="/ogc:ogc-standard/ogc:bibdata/ogc:contributor[ogc:role/@type='author']/ogc:person/ogc:name/ogc:completename">
|
333
348
|
<fo:block>
|
334
|
-
<fo:inline font-weight="bold">
|
349
|
+
<fo:inline font-weight="bold">
|
350
|
+
<!-- Author: -->
|
351
|
+
<xsl:call-template name="getLocalizedString">
|
352
|
+
<xsl:with-param name="key">author</xsl:with-param>
|
353
|
+
</xsl:call-template><xsl:text>: </xsl:text>
|
354
|
+
</fo:inline>
|
335
355
|
<xsl:for-each select="/ogc:ogc-standard/ogc:bibdata/ogc:contributor[ogc:role/@type='author']/ogc:person/ogc:name/ogc:completename">
|
336
356
|
<xsl:value-of select="."/>
|
337
357
|
<xsl:if test="position() != last()">, </xsl:if>
|
@@ -340,7 +360,12 @@
|
|
340
360
|
</xsl:if>
|
341
361
|
<xsl:if test="/ogc:ogc-standard/ogc:bibdata/ogc:contributor[ogc:role/@type='editor']/ogc:person/ogc:name/ogc:completename">
|
342
362
|
<fo:block>
|
343
|
-
<fo:inline font-weight="bold">
|
363
|
+
<fo:inline font-weight="bold">
|
364
|
+
<!-- Editor: -->
|
365
|
+
<xsl:call-template name="getLocalizedString">
|
366
|
+
<xsl:with-param name="key">editor</xsl:with-param>
|
367
|
+
</xsl:call-template><xsl:text>: </xsl:text>
|
368
|
+
</fo:inline>
|
344
369
|
<xsl:for-each select="/ogc:ogc-standard/ogc:bibdata/ogc:contributor[ogc:role/@type='editor']/ogc:person/ogc:name/ogc:completename">
|
345
370
|
<xsl:value-of select="."/>
|
346
371
|
<xsl:if test="position() != last()">, </xsl:if>
|
@@ -349,7 +374,12 @@
|
|
349
374
|
</xsl:if>
|
350
375
|
<xsl:if test="/ogc:ogc-standard/ogc:bibdata/ogc:contributor[ogc:role/@type='contributor']/ogc:person/ogc:name/ogc:completename">
|
351
376
|
<fo:block>
|
352
|
-
<fo:inline font-weight="bold">
|
377
|
+
<fo:inline font-weight="bold">
|
378
|
+
<!-- Contributor: -->
|
379
|
+
<xsl:call-template name="getLocalizedString">
|
380
|
+
<xsl:with-param name="key">contributor</xsl:with-param>
|
381
|
+
</xsl:call-template><xsl:text>: </xsl:text>
|
382
|
+
</fo:inline>
|
353
383
|
<xsl:for-each select="/ogc:ogc-standard/ogc:bibdata/ogc:contributor[ogc:role/@type='contributor']/ogc:person/ogc:name/ogc:completename">
|
354
384
|
<xsl:value-of select="."/>
|
355
385
|
<xsl:if test="position() != last()">, </xsl:if>
|
@@ -689,7 +719,10 @@
|
|
689
719
|
<!-- add zero-width space (#x200B) before character '(' if preceding and following are word chars -->
|
690
720
|
<xsl:variable name="content3" select="java:replaceAll(java:java.lang.String.new($content2), '(\w)(\()(\w)', '$1$2$3')"/>
|
691
721
|
|
692
|
-
|
722
|
+
<!-- replace sequence #x200B to one ​ -->
|
723
|
+
<xsl:variable name="content4" select="java:replaceAll(java:java.lang.String.new($content3), '\u200b{2,}', '')"/>
|
724
|
+
|
725
|
+
<xsl:value-of select="translate($content4, $thin_space, ' ')"/>
|
693
726
|
</xsl:template>
|
694
727
|
|
695
728
|
<xsl:template match="node()" mode="sections">
|
@@ -1613,21 +1646,32 @@
|
|
1613
1646
|
<xsl:variable name="titles_">
|
1614
1647
|
|
1615
1648
|
<!-- These titles of Table of contents renders different than determined in localized-strings -->
|
1616
|
-
<title-toc lang="en">
|
1617
|
-
|
1649
|
+
<!-- <title-toc lang="en">
|
1650
|
+
<xsl:if test="$namespace = 'csd' or $namespace = 'ieee' or $namespace = 'iho' or $namespace = 'mpfd' or $namespace = 'ogc' or $namespace = 'unece-rec'">
|
1618
1651
|
<xsl:text>Contents</xsl:text>
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1652
|
+
</xsl:if>
|
1653
|
+
<xsl:if test="$namespace = 'csa' or $namespace = 'm3d' or $namespace = 'nist-sp' or $namespace = 'ogc-white-paper'">
|
1654
|
+
<xsl:text>Table of Contents</xsl:text>
|
1655
|
+
</xsl:if>
|
1656
|
+
<xsl:if test="$namespace = 'gb'">
|
1657
|
+
<xsl:text>Table of contents</xsl:text>
|
1658
|
+
</xsl:if>
|
1659
|
+
</title-toc> -->
|
1660
|
+
<title-toc lang="en">Table of contents</title-toc>
|
1661
|
+
<!-- <title-toc lang="fr">
|
1622
1662
|
<xsl:text>Sommaire</xsl:text>
|
1623
|
-
</title-toc>
|
1624
|
-
<title-toc lang="zh">
|
1625
|
-
|
1663
|
+
</title-toc> -->
|
1664
|
+
<!-- <title-toc lang="zh">
|
1665
|
+
<xsl:choose>
|
1666
|
+
<xsl:when test="$namespace = 'gb'">
|
1667
|
+
<xsl:text>目次</xsl:text>
|
1668
|
+
</xsl:when>
|
1669
|
+
<xsl:otherwise>
|
1626
1670
|
<xsl:text>Contents</xsl:text>
|
1627
|
-
|
1628
|
-
|
1629
|
-
|
1630
|
-
<title-
|
1671
|
+
</xsl:otherwise>
|
1672
|
+
</xsl:choose>
|
1673
|
+
</title-toc> -->
|
1674
|
+
<title-toc lang="zh">目次</title-toc>
|
1631
1675
|
|
1632
1676
|
<title-part lang="en">
|
1633
1677
|
|
@@ -1643,20 +1687,6 @@
|
|
1643
1687
|
<title-subpart lang="en">Sub-part #</title-subpart>
|
1644
1688
|
<title-subpart lang="fr">Partie de sub #</title-subpart>
|
1645
1689
|
|
1646
|
-
<title-list-tables lang="en">List of Tables</title-list-tables>
|
1647
|
-
|
1648
|
-
<title-list-figures lang="en">List of Figures</title-list-figures>
|
1649
|
-
|
1650
|
-
<title-table-figures lang="en">Table of Figures</title-table-figures>
|
1651
|
-
|
1652
|
-
<title-list-recommendations lang="en">List of Recommendations</title-list-recommendations>
|
1653
|
-
|
1654
|
-
<title-summary lang="en">Summary</title-summary>
|
1655
|
-
|
1656
|
-
<title-continued lang="ru">(продолжение)</title-continued>
|
1657
|
-
<title-continued lang="en">(continued)</title-continued>
|
1658
|
-
<title-continued lang="fr">(continué)</title-continued>
|
1659
|
-
|
1660
1690
|
</xsl:variable>
|
1661
1691
|
<xsl:variable name="titles" select="xalan:nodeset($titles_)"/>
|
1662
1692
|
|
@@ -1664,8 +1694,8 @@
|
|
1664
1694
|
<xsl:variable name="toc_table_title" select="//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'toc'][@type='table']/*[local-name() = 'title']"/>
|
1665
1695
|
<xsl:value-of select="$toc_table_title"/>
|
1666
1696
|
<xsl:if test="normalize-space($toc_table_title) = ''">
|
1667
|
-
<xsl:call-template name="
|
1668
|
-
<xsl:with-param name="
|
1697
|
+
<xsl:call-template name="getLocalizedString">
|
1698
|
+
<xsl:with-param name="key">toc_tables</xsl:with-param>
|
1669
1699
|
</xsl:call-template>
|
1670
1700
|
</xsl:if>
|
1671
1701
|
</xsl:variable>
|
@@ -1674,8 +1704,8 @@
|
|
1674
1704
|
<xsl:variable name="toc_figure_title" select="//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'toc'][@type='figure']/*[local-name() = 'title']"/>
|
1675
1705
|
<xsl:value-of select="$toc_figure_title"/>
|
1676
1706
|
<xsl:if test="normalize-space($toc_figure_title) = ''">
|
1677
|
-
<xsl:call-template name="
|
1678
|
-
<xsl:with-param name="
|
1707
|
+
<xsl:call-template name="getLocalizedString">
|
1708
|
+
<xsl:with-param name="key">toc_figures</xsl:with-param>
|
1679
1709
|
</xsl:call-template>
|
1680
1710
|
</xsl:if>
|
1681
1711
|
</xsl:variable>
|
@@ -1684,8 +1714,8 @@
|
|
1684
1714
|
<xsl:variable name="toc_requirement_title" select="//*[contains(local-name(), '-standard')]/*[local-name() = 'metanorma-extension']/*[local-name() = 'toc'][@type='requirement']/*[local-name() = 'title']"/>
|
1685
1715
|
<xsl:value-of select="$toc_requirement_title"/>
|
1686
1716
|
<xsl:if test="normalize-space($toc_requirement_title) = ''">
|
1687
|
-
<xsl:call-template name="
|
1688
|
-
<xsl:with-param name="
|
1717
|
+
<xsl:call-template name="getLocalizedString">
|
1718
|
+
<xsl:with-param name="key">toc_recommendations</xsl:with-param>
|
1689
1719
|
</xsl:call-template>
|
1690
1720
|
</xsl:if>
|
1691
1721
|
</xsl:variable>
|
@@ -5627,7 +5657,7 @@
|
|
5627
5657
|
<xsl:variable name="regex_url_start">^(http://|https://|www\.)?(.*)</xsl:variable>
|
5628
5658
|
<xsl:template match="*[local-name()='tt']/text()" priority="2">
|
5629
5659
|
<xsl:choose>
|
5630
|
-
<xsl:when test="java:replaceAll(java:java.lang.String.new(.),
|
5660
|
+
<xsl:when test="java:replaceAll(java:java.lang.String.new(.), $regex_url_start, '$2') != ''">
|
5631
5661
|
<!-- url -->
|
5632
5662
|
<xsl:call-template name="add-zero-spaces-link-java"/>
|
5633
5663
|
</xsl:when>
|
@@ -6089,10 +6119,13 @@
|
|
6089
6119
|
</xsl:choose>
|
6090
6120
|
</xsl:variable>
|
6091
6121
|
|
6122
|
+
<!-- replace sequence #x200B to one ​ -->
|
6123
|
+
<xsl:variable name="text10" select="java:replaceAll(java:java.lang.String.new($text9), '\u200b{2,}', '')"/>
|
6124
|
+
|
6092
6125
|
<!-- replace sequence #x200B and space TO space -->
|
6093
|
-
<xsl:variable name="
|
6126
|
+
<xsl:variable name="text11" select="java:replaceAll(java:java.lang.String.new($text10), '\u200b ', ' ')"/>
|
6094
6127
|
|
6095
|
-
<xsl:value-of select="$
|
6128
|
+
<xsl:value-of select="$text11"/>
|
6096
6129
|
</xsl:template>
|
6097
6130
|
|
6098
6131
|
<xsl:template name="add-zero-spaces-link-java">
|
@@ -6102,8 +6135,12 @@
|
|
6102
6135
|
<xsl:variable name="url_continue" select="java:replaceAll(java:java.lang.String.new($text), $regex_url_start, '$2')"/>
|
6103
6136
|
<!-- add zero-width space (#x200B) after characters: dash, dot, colon, equal, underscore, em dash, thin space, comma, slash, @ -->
|
6104
6137
|
<xsl:variable name="url" select="java:replaceAll(java:java.lang.String.new($url_continue),'(-|\.|:|=|_|—| |,|/|@)','$1')"/>
|
6138
|
+
|
6139
|
+
<!-- replace sequence #x200B to one ​ -->
|
6140
|
+
<xsl:variable name="url2" select="java:replaceAll(java:java.lang.String.new($url), '\u200b{2,}', '')"/>
|
6141
|
+
|
6105
6142
|
<!-- remove zero-width space at the end -->
|
6106
|
-
<xsl:value-of select="java:replaceAll(java:java.lang.String.new($
|
6143
|
+
<xsl:value-of select="java:replaceAll(java:java.lang.String.new($url2), '$', '')"/>
|
6107
6144
|
</xsl:template>
|
6108
6145
|
|
6109
6146
|
<!-- add zero space after dash character (for table's entries) -->
|
@@ -7370,7 +7407,7 @@
|
|
7370
7407
|
|
7371
7408
|
<xsl:call-template name="refine_note_block_style"/>
|
7372
7409
|
|
7373
|
-
<fo:inline xsl:use-attribute-sets="note-name-style">
|
7410
|
+
<fo:inline xsl:use-attribute-sets="note-name-style" role="SKIP">
|
7374
7411
|
|
7375
7412
|
<xsl:call-template name="refine_note-name-style"/>
|
7376
7413
|
|
@@ -7407,12 +7444,12 @@
|
|
7407
7444
|
<xsl:variable name="num"><xsl:number/></xsl:variable>
|
7408
7445
|
<xsl:choose>
|
7409
7446
|
<xsl:when test="$num = 1"> <!-- display first NOTE's paragraph in the same line with label NOTE -->
|
7410
|
-
<fo:inline xsl:use-attribute-sets="note-p-style">
|
7447
|
+
<fo:inline xsl:use-attribute-sets="note-p-style" role="SKIP">
|
7411
7448
|
<xsl:apply-templates/>
|
7412
7449
|
</fo:inline>
|
7413
7450
|
</xsl:when>
|
7414
7451
|
<xsl:otherwise>
|
7415
|
-
<fo:block xsl:use-attribute-sets="note-p-style">
|
7452
|
+
<fo:block xsl:use-attribute-sets="note-p-style" role="SKIP">
|
7416
7453
|
<xsl:apply-templates/>
|
7417
7454
|
</fo:block>
|
7418
7455
|
</xsl:otherwise>
|