Skip to content

Commit

Permalink
xslt update based on metanorma/mn-native-pdf@028838f
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 authored Apr 8, 2023
1 parent bcaa73e commit 82ab690
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/isodoc/cc/cc.standard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7535,6 +7535,10 @@
</fo:block>
</xsl:template>

<xsl:template match="*[local-name() = 'div']">
<fo:block><xsl:apply-templates/></fo:block>
</xsl:template>

<xsl:template match="*[local-name() = 'inherit'] | *[local-name() = 'component'][@class = 'inherit'] | *[local-name() = 'div'][@type = 'requirement-inherit'] | *[local-name() = 'div'][@type = 'recommendation-inherit'] | *[local-name() = 'div'][@type = 'permission-inherit']">
<fo:block xsl:use-attribute-sets="inherit-style">
<xsl:text>Dependency </xsl:text><xsl:apply-templates/>
Expand Down

0 comments on commit 82ab690

Please sign in to comment.