Skip to content

Commit

Permalink
xslt update based on metanorma/mn-native-pdf@96899c1
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 authored Jun 25, 2024
1 parent a2e5049 commit f95c973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/isodoc/cc/cc.standard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -5242,7 +5242,7 @@

<xsl:template name="recursiveSmallCaps">
<xsl:param name="text"/>
<xsl:param name="ratio"/>
<xsl:param name="ratio">0.75</xsl:param>
<xsl:variable name="char" select="substring($text,1,1)"/>
<!-- <xsl:variable name="upperCase" select="translate($char, $lower, $upper)"/> -->
<xsl:variable name="upperCase" select="java:toUpperCase(java:java.lang.String.new($char))"/>
Expand Down

0 comments on commit f95c973

Please sign in to comment.