Skip to content

Commit

Permalink
common.xsl updated for term domain, metanorma/isodoc#632
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jan 4, 2025
1 parent 095c06a commit 6e4ba91
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions xslt_src/common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -16816,14 +16816,17 @@
</fo:block>
</xsl:template>

<xsl:template match="*[local-name() = 'domain']">
<!-- <xsl:template match="*[local-name() = 'domain']"> -->
<!-- https://github.com/metanorma/isodoc/issues/607
<fo:inline xsl:use-attribute-sets="domain-style">&lt;<xsl:apply-templates/>&gt;</fo:inline>
<xsl:text> </xsl:text> -->
<xsl:if test="not(@hidden = 'true')">
<!-- <xsl:if test="not(@hidden = 'true')">
<xsl:apply-templates/>
</xsl:if>
</xsl:template>
</xsl:template> -->

<!-- https://github.com/metanorma/isodoc/issues/632#issuecomment-2567163931 -->
<xsl:template match="*[local-name() = 'domain']"/>

<xsl:template match="*[local-name() = 'admitted']">
<fo:block xsl:use-attribute-sets="admitted-style">
Expand Down

0 comments on commit 6e4ba91

Please sign in to comment.