<xsl:call-template name="gentext.endquote"/>
</xsl:when>
<xsl:otherwise>
- <I><xsl:apply-templates/></I>
+ <i><xsl:apply-templates/></i>
</xsl:otherwise>
</xsl:choose>
<xsl:value-of select="$biblioentry.item.separator"/>
<xsl:template match="title" mode="bibliography.mode">
<span class="{name(.)}">
- <I><xsl:apply-templates mode="bibliography.mode"/></I>
+ <i><xsl:apply-templates mode="bibliography.mode"/></i>
<xsl:value-of select="$biblioentry.item.separator"/>
</span>
</xsl:template>
<xsl:call-template name="gentext.endquote"/>
</xsl:when>
<xsl:otherwise>
- <I><xsl:apply-templates/></I>
+ <i><xsl:apply-templates/></i>
</xsl:otherwise>
</xsl:choose>
</xsl:template>