Skip to content

Commit

Permalink
update for fixing issue metanorma/metanorma-ogc#629
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Feb 5, 2024
1 parent e37c0e4 commit 1694953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/table_if.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</xsl:variable>


<xsl:variable name="table_id" select="concat($table_if_prefix, $id, '_')"/>
<xsl:variable name="table_id" select="concat($table_if_prefix, $id, '@')"/>

<xsl:variable name="cells_">
<!-- <xsl:for-each select="//if:id[starts-with(@name, $table_id)][1]"> --> <!-- select only first in 'g', no need select 'id' ends with '_end' -->
Expand Down

0 comments on commit 1694953

Please sign in to comment.