Handle span/@class='it'
diff --git a/xslt/epub2i5.xsl b/xslt/epub2i5.xsl
index a789d05..28c8c2c 100644
--- a/xslt/epub2i5.xsl
+++ b/xslt/epub2i5.xsl
@@ -388,7 +388,7 @@
         </hi>
     </xsl:template>
 
-     <xsl:template match="xhtml:i|xhtml:span[@class='i']">
+     <xsl:template match="xhtml:i|xhtml:span[@class='i' or @class='it']">
         <hi rend="italic">
             <xsl:apply-templates/>
         </hi>