<xsl:include href="inline.xsl"/>
<xsl:include href="footnote.xsl"/>
<xsl:include href="html.xsl"/>
-<!--
<xsl:include href="its.xsl"/>
--->
<xsl:include href="info.xsl"/>
<xsl:include href="keywords.xsl"/>
<xsl:include href="division.xsl"/>
<xsl:apply-templates select="." mode="class.attribute">
<xsl:with-param name="class" select="$class"/>
</xsl:apply-templates>
+ <xsl:call-template name="its.attributes">
+ <xsl:with-param name="inherit" select="$inherit"/>
+ </xsl:call-template>
</xsl:template>
<!-- Apply common attributes not including class -->
<xsl:template match="*" mode="locale.html.attributes">
<xsl:call-template name="generate.html.lang"/>
<xsl:call-template name="dir"/>
+ <xsl:call-template name="its.attributes"/>
</xsl:template>
<!-- Pass through any lang attributes -->