metanorma-jis 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/isodoc/jis/html/style-human.css +7 -0
- data/lib/isodoc/jis/html/style-iso.css +7 -0
- data/lib/isodoc/jis/jis.international-standard.xsl +144 -34
- data/lib/metanorma/jis/basicdoc.rng +34 -27
- data/lib/metanorma/jis/isodoc.rng +28 -1
- data/lib/metanorma/jis/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a6e117f7c38d6edc51ff9dd73cc5b0351e59feb650433e988522cea8cfcf833
|
4
|
+
data.tar.gz: 7df7f525180c68a19b4ec860876e6bc4cc88f41189c8cf4faf005b97b22479a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 006ec681b6147de22e10aaf358727baa96fe03eb8527eb620bdaa526db68445e577c89e8ac4c0ffd5fb36b642d59c0e92f79b67ee3640d92459fe617146c07f6
|
7
|
+
data.tar.gz: 9cc0e00996862955967ccff203e5cbe11fceb2dec7e7b417988e736a741a518015bdadce4894ee42fa67877da013277c96873e70dc729f454fcac6357a731e8b
|
@@ -8919,6 +8919,8 @@
|
|
8919
8919
|
|
8920
8920
|
<xsl:template name="setTableRowAttributes">
|
8921
8921
|
|
8922
|
+
<xsl:call-template name="setColors"/>
|
8923
|
+
|
8922
8924
|
</xsl:template> <!-- setTableRowAttributes -->
|
8923
8925
|
<!-- ===================== -->
|
8924
8926
|
<!-- END Table's row processing -->
|
@@ -8970,6 +8972,7 @@
|
|
8970
8972
|
</xsl:attribute>
|
8971
8973
|
</xsl:if>
|
8972
8974
|
<xsl:call-template name="display-align"/>
|
8975
|
+
<xsl:call-template name="setColors"/>
|
8973
8976
|
</xsl:template>
|
8974
8977
|
|
8975
8978
|
<xsl:template name="display-align">
|
@@ -8985,6 +8988,29 @@
|
|
8985
8988
|
</xsl:if>
|
8986
8989
|
</xsl:template>
|
8987
8990
|
|
8991
|
+
<xsl:template name="setColors">
|
8992
|
+
<xsl:variable name="styles__">
|
8993
|
+
<xsl:call-template name="split">
|
8994
|
+
<xsl:with-param name="pText" select="concat(@style,';')"/>
|
8995
|
+
<xsl:with-param name="sep" select="';'"/>
|
8996
|
+
</xsl:call-template>
|
8997
|
+
</xsl:variable>
|
8998
|
+
<xsl:variable name="quot">"</xsl:variable>
|
8999
|
+
<xsl:variable name="styles_">
|
9000
|
+
<xsl:for-each select="xalan:nodeset($styles__)/item">
|
9001
|
+
<xsl:variable name="key" select="normalize-space(substring-before(., ':'))"/>
|
9002
|
+
<xsl:variable name="value" select="normalize-space(substring-after(translate(.,$quot,''), ':'))"/>
|
9003
|
+
<xsl:if test="$key = 'color' or $key = 'background-color'">
|
9004
|
+
<style name="{$key}"><xsl:value-of select="$value"/></style>
|
9005
|
+
</xsl:if>
|
9006
|
+
</xsl:for-each>
|
9007
|
+
</xsl:variable>
|
9008
|
+
<xsl:variable name="styles" select="xalan:nodeset($styles_)"/>
|
9009
|
+
<xsl:for-each select="$styles/style">
|
9010
|
+
<xsl:attribute name="{@name}"><xsl:value-of select="."/></xsl:attribute>
|
9011
|
+
</xsl:for-each>
|
9012
|
+
</xsl:template>
|
9013
|
+
|
8988
9014
|
<!-- cell in table body, footer -->
|
8989
9015
|
<xsl:template match="*[local-name()='td']" name="td">
|
8990
9016
|
<fo:table-cell xsl:use-attribute-sets="table-cell-style"> <!-- text-align="{@align}" -->
|
@@ -8996,12 +9022,12 @@
|
|
8996
9022
|
|
8997
9023
|
<xsl:call-template name="refine_table-cell-style"/>
|
8998
9024
|
|
9025
|
+
<xsl:call-template name="setTableCellAttributes"/>
|
9026
|
+
|
8999
9027
|
<xsl:if test=".//*[local-name() = 'table']"> <!-- if there is nested table -->
|
9000
9028
|
<xsl:attribute name="padding-right">1mm</xsl:attribute>
|
9001
9029
|
</xsl:if>
|
9002
9030
|
|
9003
|
-
<xsl:call-template name="setTableCellAttributes"/>
|
9004
|
-
|
9005
9031
|
<xsl:if test="$isGenerateTableIF = 'true'">
|
9006
9032
|
<xsl:attribute name="border">1pt solid black</xsl:attribute> <!-- border is mandatory, to determine page width -->
|
9007
9033
|
<xsl:attribute name="text-align">left</xsl:attribute>
|
@@ -10914,7 +10940,7 @@
|
|
10914
10940
|
<xsl:choose>
|
10915
10941
|
<xsl:when test="ancestor::*[local-name() = 'table']"><xsl:apply-templates/></xsl:when>
|
10916
10942
|
<xsl:when test="following-sibling::*[2][local-name() = 'span'][@class = 'stdpublisher' or @class = 'stddocNumber' or @class = 'stddocPartNumber' or @class = 'stdyear']">
|
10917
|
-
<fo:inline keep-with-next.within-line="always"><xsl:apply-templates/></fo:inline>
|
10943
|
+
<fo:inline keep-with-next.within-line="always" role="SKIP"><xsl:apply-templates/></fo:inline>
|
10918
10944
|
</xsl:when>
|
10919
10945
|
<xsl:otherwise>
|
10920
10946
|
<xsl:apply-templates/>
|
@@ -10922,7 +10948,7 @@
|
|
10922
10948
|
</xsl:choose>
|
10923
10949
|
</xsl:template>
|
10924
10950
|
<xsl:template match="text()[not(ancestor::*[local-name() = 'table']) and preceding-sibling::*[1][local-name() = 'span'][@class = 'stdpublisher' or @class = 'stddocNumber' or @class = 'stddocPartNumber' or @class = 'stdyear'] and following-sibling::*[1][local-name() = 'span'][@class = 'stdpublisher' or @class = 'stddocNumber' or @class = 'stddocPartNumber' or @class = 'stdyear']]" priority="2">
|
10925
|
-
<fo:inline keep-with-next.within-line="always"><xsl:value-of select="."/></fo:inline>
|
10951
|
+
<fo:inline keep-with-next.within-line="always" role="SKIP"><xsl:value-of select="."/></fo:inline>
|
10926
10952
|
</xsl:template>
|
10927
10953
|
|
10928
10954
|
<xsl:template match="*[local-name() = 'span'][contains(@style, 'text-transform:none')]//text()" priority="5">
|
@@ -11962,24 +11988,26 @@
|
|
11962
11988
|
<xsl:apply-templates select="." mode="mathml"/>
|
11963
11989
|
</xsl:variable>
|
11964
11990
|
|
11965
|
-
<fo:instream-foreign-object fox:alt-text="Math">
|
11991
|
+
<fo:instream-foreign-object fox:alt-text="Math" fox:actual-text="Math">
|
11966
11992
|
|
11967
11993
|
<xsl:call-template name="refine_mathml_insteam_object_style"/>
|
11968
11994
|
|
11969
|
-
|
11970
|
-
|
11971
|
-
|
11972
|
-
<xsl:
|
11973
|
-
|
11974
|
-
|
11975
|
-
<!-- <xsl:if test="$add_math_as_text = 'true'"> -->
|
11976
|
-
<xsl:if test="normalize-space($asciimath_text_) != ''">
|
11977
|
-
<!-- put Mathin Alternate Text -->
|
11978
|
-
<xsl:attribute name="fox:alt-text">
|
11979
|
-
<xsl:value-of select="$asciimath_text_"/>
|
11995
|
+
<xsl:if test="$isGenerateTableIF = 'false'">
|
11996
|
+
<!-- put MathML in Actual Text -->
|
11997
|
+
<!-- DEBUG: mathml_content=<xsl:value-of select="$mathml_content"/> -->
|
11998
|
+
<xsl:attribute name="fox:actual-text">
|
11999
|
+
<xsl:value-of select="$mathml_content"/>
|
11980
12000
|
</xsl:attribute>
|
12001
|
+
|
12002
|
+
<!-- <xsl:if test="$add_math_as_text = 'true'"> -->
|
12003
|
+
<xsl:if test="normalize-space($asciimath_text_) != ''">
|
12004
|
+
<!-- put Mathin Alternate Text -->
|
12005
|
+
<xsl:attribute name="fox:alt-text">
|
12006
|
+
<xsl:value-of select="$asciimath_text_"/>
|
12007
|
+
</xsl:attribute>
|
12008
|
+
</xsl:if>
|
12009
|
+
<!-- </xsl:if> -->
|
11981
12010
|
</xsl:if>
|
11982
|
-
<!-- </xsl:if> -->
|
11983
12011
|
|
11984
12012
|
<xsl:copy-of select="xalan:nodeset($mathml)"/>
|
11985
12013
|
|
@@ -13754,6 +13782,8 @@
|
|
13754
13782
|
<xsl:template match="*[local-name() = 'origin']" mode="contents"/>
|
13755
13783
|
<xsl:template match="*[local-name() = 'erefstack ']" mode="contents"/>
|
13756
13784
|
|
13785
|
+
<xsl:template match="*[local-name() = 'requirement'] | *[local-name() = 'recommendation'] | *[local-name() = 'permission']" mode="contents" priority="3"/>
|
13786
|
+
|
13757
13787
|
<xsl:template match="*[local-name() = 'stem']" mode="bookmarks"/>
|
13758
13788
|
<xsl:template match="*[local-name() = 'fmt-stem']" mode="bookmarks">
|
13759
13789
|
<xsl:apply-templates mode="bookmarks"/>
|
@@ -13775,6 +13805,8 @@
|
|
13775
13805
|
<xsl:template match="*[local-name() = 'origin']" mode="bookmarks"/>
|
13776
13806
|
<xsl:template match="*[local-name() = 'erefstack ']" mode="bookmarks"/>
|
13777
13807
|
|
13808
|
+
<xsl:template match="*[local-name() = 'requirement'] | *[local-name() = 'recommendation'] | *[local-name() = 'permission']" mode="bookmarks" priority="3"/>
|
13809
|
+
|
13778
13810
|
<!-- Bookmarks -->
|
13779
13811
|
<xsl:template name="addBookmarks">
|
13780
13812
|
<xsl:param name="contents"/>
|
@@ -15617,21 +15649,32 @@
|
|
15617
15649
|
<!-- ========== -->
|
15618
15650
|
|
15619
15651
|
<xsl:variable name="reviews_">
|
15620
|
-
<xsl:for-each select="//*[local-name() = 'review'][@from]">
|
15652
|
+
<xsl:for-each select="//*[local-name() = 'review'][not(parent::*[local-name() = 'review-container'])][@from]">
|
15621
15653
|
<xsl:copy>
|
15622
15654
|
<xsl:copy-of select="@from"/>
|
15623
15655
|
<xsl:copy-of select="@id"/>
|
15624
15656
|
</xsl:copy>
|
15625
15657
|
</xsl:for-each>
|
15658
|
+
<xsl:for-each select="//*[local-name() = 'fmt-review-start'][@source]">
|
15659
|
+
<xsl:copy>
|
15660
|
+
<xsl:copy-of select="@source"/>
|
15661
|
+
<xsl:copy-of select="@id"/>
|
15662
|
+
</xsl:copy>
|
15663
|
+
</xsl:for-each>
|
15626
15664
|
</xsl:variable>
|
15627
15665
|
<xsl:variable name="reviews" select="xalan:nodeset($reviews_)"/>
|
15628
15666
|
|
15629
15667
|
<xsl:template name="addReviewHelper">
|
15630
|
-
|
15631
|
-
|
15632
|
-
|
15633
|
-
|
15634
|
-
<
|
15668
|
+
<xsl:if test="$isGenerateTableIF = 'false'">
|
15669
|
+
<!-- if there is review with from="...", then add small helper block for Annot tag adding, see 'review' template -->
|
15670
|
+
<xsl:variable name="curr_id" select="@id"/>
|
15671
|
+
<!-- <xsl:variable name="review_id" select="normalize-space(/@id)"/> -->
|
15672
|
+
<xsl:for-each select="$reviews//*[local-name() = 'review'][@from = $curr_id]"> <!-- $reviews//*[local-name() = 'fmt-review-start'][@source = $curr_id] -->
|
15673
|
+
<xsl:variable name="review_id" select="normalize-space(@id)"/>
|
15674
|
+
<xsl:if test="$review_id != ''"> <!-- i.e. if review found -->
|
15675
|
+
<fo:block keep-with-next="always" line-height="0.1" id="{$review_id}" font-size="1pt" role="SKIP"><xsl:value-of select="$hair_space"/><fo:basic-link internal-destination="{$review_id}" fox:alt-text="Annot___{$review_id}" role="Annot"><xsl:value-of select="$hair_space"/></fo:basic-link></fo:block>
|
15676
|
+
</xsl:if>
|
15677
|
+
</xsl:for-each>
|
15635
15678
|
</xsl:if>
|
15636
15679
|
<!-- <fo:block>
|
15637
15680
|
<curr_id><xsl:value-of select="$curr_id"/></curr_id>
|
@@ -15768,14 +15811,61 @@
|
|
15768
15811
|
|
15769
15812
|
</xsl:template>
|
15770
15813
|
|
15771
|
-
|
15814
|
+
<!-- document text (not figures, or tables) footnotes -->
|
15815
|
+
<xsl:variable name="reviews_container_">
|
15816
|
+
<xsl:for-each select="//*[local-name() = 'review-container']/*[local-name() = 'fmt-review-body']">
|
15817
|
+
<xsl:variable name="update_xml_step1">
|
15818
|
+
<xsl:apply-templates select="." mode="update_xml_step1"/>
|
15819
|
+
</xsl:variable>
|
15820
|
+
<xsl:apply-templates select="xalan:nodeset($update_xml_step1)" mode="update_xml_enclose_keep-together_within-line"/>
|
15821
|
+
</xsl:for-each>
|
15822
|
+
</xsl:variable>
|
15823
|
+
<xsl:variable name="reviews_container" select="xalan:nodeset($reviews_container_)"/>
|
15824
|
+
|
15825
|
+
<xsl:template match="*[local-name() = 'review-container']"/>
|
15826
|
+
|
15827
|
+
<!-- for old Presentation XML (before https://github.com/metanorma/isodoc/issues/670) -->
|
15828
|
+
<xsl:template match="*[local-name() = 'review'][not(parent::*[local-name() = 'review-container'])]"> <!-- 'review' will be processed in mn2pdf/review.xsl -->
|
15829
|
+
<xsl:variable name="id_from" select="normalize-space(current()/@from)"/>
|
15830
|
+
<xsl:if test="$isGenerateTableIF = 'false'">
|
15831
|
+
<xsl:choose>
|
15832
|
+
<!-- if there isn't the attribute '@from', then -->
|
15833
|
+
<xsl:when test="$id_from = ''">
|
15834
|
+
<fo:block id="{@id}" font-size="1pt" role="SKIP"><xsl:value-of select="$hair_space"/><fo:basic-link internal-destination="{@id}" fox:alt-text="Annot___{@id}" role="Annot"><xsl:value-of select="$hair_space"/></fo:basic-link></fo:block>
|
15835
|
+
</xsl:when>
|
15836
|
+
<!-- if there isn't element with id 'from', then create 'bookmark' here -->
|
15837
|
+
<xsl:when test="ancestor::*[local-name() = 'metanorma'] and not(ancestor::*[local-name() = 'metanorma']//*[@id = $id_from])">
|
15838
|
+
<fo:block id="{@from}" font-size="1pt" role="SKIP"><xsl:value-of select="$hair_space"/><fo:basic-link internal-destination="{@from}" fox:alt-text="Annot___{@id}" role="Annot"><xsl:value-of select="$hair_space"/></fo:basic-link></fo:block>
|
15839
|
+
</xsl:when>
|
15840
|
+
<xsl:when test="not(/*[@id = $id_from]) and not(/*//*[@id = $id_from]) and not(preceding-sibling::*[@id = $id_from])">
|
15841
|
+
<fo:block id="{@from}" font-size="1pt" role="SKIP"><xsl:value-of select="$hair_space"/><fo:basic-link internal-destination="{@from}" fox:alt-text="Annot___{@id}" role="Annot"><xsl:value-of select="$hair_space"/></fo:basic-link></fo:block>
|
15842
|
+
</xsl:when>
|
15843
|
+
</xsl:choose>
|
15844
|
+
</xsl:if>
|
15845
|
+
</xsl:template>
|
15846
|
+
|
15847
|
+
<!-- for new Presentation XML (https://github.com/metanorma/isodoc/issues/670) -->
|
15848
|
+
<xsl:template match="*[local-name() = 'fmt-review-start']" name="fmt-review-start"> <!-- 'review' will be processed in mn2pdf/review.xsl -->
|
15772
15849
|
<!-- comment 2019-11-29 -->
|
15773
15850
|
<!-- <fo:block font-weight="bold">Review:</fo:block>
|
15774
15851
|
<xsl:apply-templates /> -->
|
15775
15852
|
|
15776
|
-
<xsl:variable name="id_from" select="normalize-space(current()/@
|
15853
|
+
<xsl:variable name="id_from" select="normalize-space(current()/@source)"/>
|
15777
15854
|
|
15778
|
-
<xsl:
|
15855
|
+
<xsl:variable name="source" select="normalize-space(@source)"/>
|
15856
|
+
|
15857
|
+
<xsl:if test="$isGenerateTableIF = 'false'">
|
15858
|
+
<!-- <xsl:variable name="id_from" select="normalize-space(current()/@from)"/> -->
|
15859
|
+
|
15860
|
+
<!-- <xsl:if test="@source = @end"> -->
|
15861
|
+
<!-- following-sibling::node()[1][local-name() = 'bookmark'][@id = $source] and
|
15862
|
+
following-sibling::node()[2][local-name() = 'fmt-review-end'][@source = $source] -->
|
15863
|
+
<!-- <fo:block id="{$source}" font-size="1pt" role="SKIP"><xsl:value-of select="$hair_space"/><fo:basic-link internal-destination="{$source}" fox:alt-text="Annot___{$source}" role="Annot"><xsl:value-of select="$hair_space"/></fo:basic-link></fo:block> -->
|
15864
|
+
<fo:block id="{@id}" font-size="1pt" role="SKIP" keep-with-next="always" line-height="0.1"><xsl:value-of select="$hair_space"/><fo:basic-link internal-destination="{@id}" fox:alt-text="Annot___{@id}" role="Annot"><xsl:value-of select="$hair_space"/></fo:basic-link></fo:block>
|
15865
|
+
<!-- </xsl:if> -->
|
15866
|
+
</xsl:if>
|
15867
|
+
|
15868
|
+
<xsl:if test="1 = 2">
|
15779
15869
|
<xsl:choose>
|
15780
15870
|
<!-- if there isn't the attribute '@from', then -->
|
15781
15871
|
<xsl:when test="$id_from = ''">
|
@@ -15783,10 +15873,10 @@
|
|
15783
15873
|
</xsl:when>
|
15784
15874
|
<!-- if there isn't element with id 'from', then create 'bookmark' here -->
|
15785
15875
|
<xsl:when test="ancestor::*[local-name() = 'metanorma'] and not(ancestor::*[local-name() = 'metanorma']//*[@id = $id_from])">
|
15786
|
-
<fo:block id="{
|
15876
|
+
<fo:block id="{$id_from}" font-size="1pt" role="SKIP"><xsl:value-of select="$hair_space"/><fo:basic-link internal-destination="{$id_from}" fox:alt-text="Annot___{@id}" role="Annot"><xsl:value-of select="$hair_space"/></fo:basic-link></fo:block>
|
15787
15877
|
</xsl:when>
|
15788
15878
|
<xsl:when test="not(/*[@id = $id_from]) and not(/*//*[@id = $id_from]) and not(preceding-sibling::*[@id = $id_from])">
|
15789
|
-
<fo:block id="{
|
15879
|
+
<fo:block id="{$id_from}" font-size="1pt" role="SKIP"><xsl:value-of select="$hair_space"/><fo:basic-link internal-destination="{$id_from}" fox:alt-text="Annot___{@id}" role="Annot"><xsl:value-of select="$hair_space"/></fo:basic-link></fo:block>
|
15790
15880
|
</xsl:when>
|
15791
15881
|
</xsl:choose>
|
15792
15882
|
</xsl:if>
|
@@ -15836,16 +15926,21 @@
|
|
15836
15926
|
<xsl:variable name="list_level">
|
15837
15927
|
<xsl:choose>
|
15838
15928
|
<xsl:when test="$list_level_ <= 3"><xsl:value-of select="$list_level_"/></xsl:when>
|
15839
|
-
<xsl:
|
15929
|
+
<xsl:when test="$ul_labels/label[@level = 3]"><xsl:value-of select="$list_level_ mod 3"/></xsl:when>
|
15930
|
+
<xsl:when test="$list_level_ mod 2 = 0">2</xsl:when>
|
15931
|
+
<xsl:otherwise><xsl:value-of select="$list_level_ mod 2"/></xsl:otherwise>
|
15840
15932
|
</xsl:choose>
|
15841
15933
|
</xsl:variable>
|
15842
15934
|
<xsl:choose>
|
15843
15935
|
<xsl:when test="$ul_labels/label[not(@level)]"> <!-- one label for all levels -->
|
15844
15936
|
<xsl:apply-templates select="$ul_labels/label[not(@level)]" mode="ul_labels"/>
|
15845
15937
|
</xsl:when>
|
15846
|
-
<xsl:when test="$list_level mod 3 = 0">
|
15938
|
+
<xsl:when test="$list_level mod 3 = 0 and $ul_labels/label[@level = 3]">
|
15847
15939
|
<xsl:apply-templates select="$ul_labels/label[@level = 3]" mode="ul_labels"/>
|
15848
15940
|
</xsl:when>
|
15941
|
+
<xsl:when test="$list_level mod 3 = 0">
|
15942
|
+
<xsl:apply-templates select="$ul_labels/label[@level = 1]" mode="ul_labels"/>
|
15943
|
+
</xsl:when>
|
15849
15944
|
<xsl:when test="$list_level mod 2 = 0">
|
15850
15945
|
<xsl:apply-templates select="$ul_labels/label[@level = 2]" mode="ul_labels"/>
|
15851
15946
|
</xsl:when>
|
@@ -16413,10 +16508,22 @@
|
|
16413
16508
|
<xsl:template match="*[local-name() = 'table']/*[local-name() = 'bookmark']" priority="2"/>
|
16414
16509
|
|
16415
16510
|
<xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
|
16416
|
-
|
16417
|
-
<
|
16418
|
-
|
16419
|
-
|
16511
|
+
<xsl:variable name="bookmark_id" select="@id"/>
|
16512
|
+
<xsl:choose>
|
16513
|
+
<!-- Example:
|
16514
|
+
<fmt-review-start id="_7ef81cf7-3f6c-4ed4-9c1f-1ba092052bbd" source="_dda23915-8574-ef1e-29a1-822d465a5b97" target="_ecfb2210-3b1b-46a2-b63a-8b8505be6686" end="_dda23915-8574-ef1e-29a1-822d465a5b97" author="" date="2025-03-24T00:00:00Z"/>
|
16515
|
+
<bookmark id="_dda23915-8574-ef1e-29a1-822d465a5b97"/>
|
16516
|
+
<fmt-review-end id="_f336a8d0-08a8-4b7f-a1aa-b04688ed40c1" source="_dda23915-8574-ef1e-29a1-822d465a5b97" target="_ecfb2210-3b1b-46a2-b63a-8b8505be6686" start="_dda23915-8574-ef1e-29a1-822d465a5b97" author="" date="2025-03-24T00:00:00Z"/> -->
|
16517
|
+
<xsl:when test="1 = 2 and preceding-sibling::node()[local-name() = 'fmt-review-start'][@source = $bookmark_id] and following-sibling::node()[local-name() = 'fmt-review-end'][@source = $bookmark_id]">
|
16518
|
+
<!-- skip here, see the template 'fmt-review-start' -->
|
16519
|
+
</xsl:when>
|
16520
|
+
<xsl:otherwise>
|
16521
|
+
<!-- <fo:inline id="{@id}" font-size="1pt"/> -->
|
16522
|
+
<fo:inline id="{@id}" font-size="1pt"><xsl:if test="preceding-sibling::node()[local-name() = 'fmt-review-start'][@source = $bookmark_id] and following-sibling::node()[local-name() = 'fmt-review-end'][@source = $bookmark_id]"><xsl:attribute name="line-height">0.1</xsl:attribute></xsl:if><xsl:value-of select="$hair_space"/></fo:inline>
|
16523
|
+
<!-- we need to add zero-width space, otherwise this fo:inline is missing in IF xml -->
|
16524
|
+
<xsl:if test="not(following-sibling::node()[normalize-space() != ''])"><fo:inline font-size="1pt"> </fo:inline></xsl:if>
|
16525
|
+
</xsl:otherwise>
|
16526
|
+
</xsl:choose>
|
16420
16527
|
</xsl:template>
|
16421
16528
|
<!-- =================== -->
|
16422
16529
|
<!-- End of Index processing -->
|
@@ -17783,6 +17890,9 @@
|
|
17783
17890
|
<xsl:template match="*[local-name() = 'svgmap']" mode="update_xml_step1"/>
|
17784
17891
|
<xsl:template match="*[local-name() = 'svgmap']" mode="update_xml_pres"/>
|
17785
17892
|
|
17893
|
+
<xsl:template match="*[local-name() = 'review-container']" mode="update_xml_step1"/>
|
17894
|
+
<xsl:template match="*[local-name() = 'review-container']" mode="update_xml_pres"/>
|
17895
|
+
|
17786
17896
|
<!-- END: update new Presentation XML -->
|
17787
17897
|
|
17788
17898
|
<!-- =========================================================================== -->
|
@@ -382,33 +382,7 @@ in a document (e.g. sourcecode annotations)</a:documentation>
|
|
382
382
|
<a:documentation>Block intended to capture reviewer comments about some text in the document</a:documentation>
|
383
383
|
<element name="review">
|
384
384
|
<ref name="RequiredId"/>
|
385
|
-
<
|
386
|
-
<a:documentation>The party who has offered the comment</a:documentation>
|
387
|
-
</attribute>
|
388
|
-
<optional>
|
389
|
-
<attribute name="type">
|
390
|
-
<a:documentation>The type of reviewer comment</a:documentation>
|
391
|
-
</attribute>
|
392
|
-
</optional>
|
393
|
-
<optional>
|
394
|
-
<attribute name="date">
|
395
|
-
<a:documentation>The date when the comment was made</a:documentation>
|
396
|
-
<data type="dateTime"/>
|
397
|
-
</attribute>
|
398
|
-
</optional>
|
399
|
-
<optional>
|
400
|
-
<attribute name="from">
|
401
|
-
<a:documentation>Identifier for the start of the text or point in the text to which the comment applies.
|
402
|
-
If not provided, the comment applies in the vicinity of the place it has been inserted into the text</a:documentation>
|
403
|
-
<data type="IDREF"/>
|
404
|
-
</attribute>
|
405
|
-
</optional>
|
406
|
-
<optional>
|
407
|
-
<attribute name="to">
|
408
|
-
<a:documentation>Identifier for the end of the text to which the comment applies</a:documentation>
|
409
|
-
<data type="IDREF"/>
|
410
|
-
</attribute>
|
411
|
-
</optional>
|
385
|
+
<ref name="ReviewAttributes"/>
|
412
386
|
<oneOrMore>
|
413
387
|
<ref name="paragraph">
|
414
388
|
<a:documentation>Reviewer comments content</a:documentation>
|
@@ -416,6 +390,35 @@ If not provided, the comment applies in the vicinity of the place it has been in
|
|
416
390
|
</oneOrMore>
|
417
391
|
</element>
|
418
392
|
</define>
|
393
|
+
<define name="ReviewAttributes">
|
394
|
+
<attribute name="reviewer">
|
395
|
+
<a:documentation>The party who has offered the comment</a:documentation>
|
396
|
+
</attribute>
|
397
|
+
<optional>
|
398
|
+
<attribute name="type">
|
399
|
+
<a:documentation>The type of reviewer comment</a:documentation>
|
400
|
+
</attribute>
|
401
|
+
</optional>
|
402
|
+
<optional>
|
403
|
+
<attribute name="date">
|
404
|
+
<a:documentation>The date when the comment was made</a:documentation>
|
405
|
+
<data type="dateTime"/>
|
406
|
+
</attribute>
|
407
|
+
</optional>
|
408
|
+
<optional>
|
409
|
+
<attribute name="from">
|
410
|
+
<a:documentation>Identifier for the start of the text or point in the text to which the comment applies.
|
411
|
+
If not provided, the comment applies in the vicinity of the place it has been inserted into the text</a:documentation>
|
412
|
+
<data type="IDREF"/>
|
413
|
+
</attribute>
|
414
|
+
</optional>
|
415
|
+
<optional>
|
416
|
+
<attribute name="to">
|
417
|
+
<a:documentation>Identifier for the end of the text to which the comment applies</a:documentation>
|
418
|
+
<data type="IDREF"/>
|
419
|
+
</attribute>
|
420
|
+
</optional>
|
421
|
+
</define>
|
419
422
|
<define name="NumberingAttributes">
|
420
423
|
<optional>
|
421
424
|
<attribute name="unnumbered">
|
@@ -857,6 +860,7 @@ in case the table cannot be rendered accessibly (HTML 5)</a:documentation>
|
|
857
860
|
<define name="tr">
|
858
861
|
<a:documentation>Sequence of cells to be displayed as a row in a table</a:documentation>
|
859
862
|
<element name="tr">
|
863
|
+
<ref name="TrAttributes"/>
|
860
864
|
<oneOrMore>
|
861
865
|
<choice>
|
862
866
|
<ref name="td">
|
@@ -869,6 +873,9 @@ in case the table cannot be rendered accessibly (HTML 5)</a:documentation>
|
|
869
873
|
</oneOrMore>
|
870
874
|
</element>
|
871
875
|
</define>
|
876
|
+
<define name="TrAttributes">
|
877
|
+
<empty/>
|
878
|
+
</define>
|
872
879
|
<define name="tr-no-id">
|
873
880
|
<a:documentation>Sequence of cells to be displayed as a row in a table: optional ID attributes recursively (for use in Relaton, metadata)</a:documentation>
|
874
881
|
<element name="tr">
|
@@ -17,7 +17,7 @@
|
|
17
17
|
these elements; we just want one namespace for any child grammars
|
18
18
|
of this.
|
19
19
|
-->
|
20
|
-
<!-- VERSION v2.0.
|
20
|
+
<!-- VERSION v2.0.2 -->
|
21
21
|
<grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
22
22
|
<include href="reqt.rng"/>
|
23
23
|
<include href="basicdoc.rng">
|
@@ -423,6 +423,21 @@ normative or informative references, some split references into sections organiz
|
|
423
423
|
</oneOrMore>
|
424
424
|
</choice>
|
425
425
|
</define>
|
426
|
+
<define name="TdAttributes" combine="interleave">
|
427
|
+
<attribute name="style">
|
428
|
+
<a:documentation>CSS style: only background-color supported</a:documentation>
|
429
|
+
</attribute>
|
430
|
+
</define>
|
431
|
+
<define name="ThAttributes" combine="interleave">
|
432
|
+
<attribute name="style">
|
433
|
+
<a:documentation>CSS style: only background-color supported</a:documentation>
|
434
|
+
</attribute>
|
435
|
+
</define>
|
436
|
+
<define name="TrAttributes">
|
437
|
+
<attribute name="style">
|
438
|
+
<a:documentation>CSS style: only background-color supported</a:documentation>
|
439
|
+
</attribute>
|
440
|
+
</define>
|
426
441
|
<define name="table-note">
|
427
442
|
<element name="note">
|
428
443
|
<ref name="OptionalId"/>
|
@@ -1272,6 +1287,11 @@ numbers</a:documentation>
|
|
1272
1287
|
<a:documentation>Colophon or postface material</a:documentation>
|
1273
1288
|
</ref>
|
1274
1289
|
</optional>
|
1290
|
+
<optional>
|
1291
|
+
<ref name="review-container">
|
1292
|
+
<a:documentation>Annotations to the document</a:documentation>
|
1293
|
+
</ref>
|
1294
|
+
</optional>
|
1275
1295
|
</element>
|
1276
1296
|
</define>
|
1277
1297
|
<define name="misccontainer">
|
@@ -1282,6 +1302,13 @@ numbers</a:documentation>
|
|
1282
1302
|
</oneOrMore>
|
1283
1303
|
</element>
|
1284
1304
|
</define>
|
1305
|
+
<define name="review-container">
|
1306
|
+
<element name="review-container">
|
1307
|
+
<oneOrMore>
|
1308
|
+
<ref name="review"/>
|
1309
|
+
</oneOrMore>
|
1310
|
+
</element>
|
1311
|
+
</define>
|
1285
1312
|
<define name="preface">
|
1286
1313
|
<element name="preface">
|
1287
1314
|
<oneOrMore>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-jis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: japanese_calendar
|