Skip to content

Commit

Permalink
OGC xslt updated for metanorma/metanorma-ogc#581
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Aug 2, 2023
1 parent a937bd0 commit f51af17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt_src/ogc.standard.core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@
</xsl:template>


<xsl:template match="*[local-name()='th']//text()" priority="2">
<xsl:template match="*[local-name()='th']//text()[not(ancestor::ogc:fn)]" priority="2">
<xsl:variable name="text">
<xsl:call-template name="add-zero-spaces-java"/>
</xsl:variable>
Expand Down

0 comments on commit f51af17

Please sign in to comment.