<m:mi fontweight="bold"> <xsl:apply-templates mode = "semantics"/> </m:mi>
</xsl:when>
<xsl:otherwise>
+<!-- <CSC> Originale:
<m:mi>
<xsl:call-template name="insert"/>
<xsl:apply-templates mode = "semantics"/>
</m:mi>
+</CSC> -->
+<!-- <CSC> Modificato: -->
+ <xsl:choose>
+ <xsl:when test="child::text()">
+ <m:mi>
+ <xsl:call-template name="insert"/>
+ <xsl:apply-templates mode = "semantics"/>
+ </m:mi>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:copy-of select="*"/>
+ </xsl:otherwise>
+ </xsl:choose>
+<!-- </CSC> -->
</xsl:otherwise>
</xsl:choose>
</xsl:template>