Skip to content

Commit

Permalink
Merge pull request #227 from metanorma/feature/xslt-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 17, 2024
2 parents 58cbc25 + 3eb2cf5 commit 0bba9d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/isodoc/un/un.plenary-attachment.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -5042,6 +5042,10 @@
<fo:inline keep-with-next.within-line="always"><xsl:value-of select="."/></fo:inline>
</xsl:template>

<xsl:template match="*[local-name() = 'span'][contains(@style, 'text-transform:none')]//text()" priority="5">
<xsl:value-of select="."/>
</xsl:template>

<!-- ========================= -->
<!-- END Rich text formatting -->
<!-- ========================= -->
Expand Down
4 changes: 4 additions & 0 deletions lib/isodoc/un/un.plenary.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -5042,6 +5042,10 @@
<fo:inline keep-with-next.within-line="always"><xsl:value-of select="."/></fo:inline>
</xsl:template>

<xsl:template match="*[local-name() = 'span'][contains(@style, 'text-transform:none')]//text()" priority="5">
<xsl:value-of select="."/>
</xsl:template>

<!-- ========================= -->
<!-- END Rich text formatting -->
<!-- ========================= -->
Expand Down
4 changes: 4 additions & 0 deletions lib/isodoc/un/un.recommendation.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -5169,6 +5169,10 @@
<fo:inline keep-with-next.within-line="always"><xsl:value-of select="."/></fo:inline>
</xsl:template>

<xsl:template match="*[local-name() = 'span'][contains(@style, 'text-transform:none')]//text()" priority="5">
<xsl:value-of select="."/>
</xsl:template>

<!-- ========================= -->
<!-- END Rich text formatting -->
<!-- ========================= -->
Expand Down

0 comments on commit 0bba9d4

Please sign in to comment.