]> granicus.if.org Git - docbook-dsssl/commitdiff
Enabling ITS processing again
authorJirka Kosek <jirka@kosek.cz>
Wed, 15 May 2013 08:05:56 +0000 (08:05 +0000)
committerJirka Kosek <jirka@kosek.cz>
Wed, 15 May 2013 08:05:56 +0000 (08:05 +0000)
xsl/html/docbook.xsl
xsl/html/html.xsl

index bc834440271b16b3745e5c778d7b51393d8d3d0a..0bb4647b2d71155ec2110c6e2f7269468a3d936e 100644 (file)
@@ -51,9 +51,7 @@
 <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"/>
index 54a940472e39ea9aa3ccdb7158d0ad7f01d45ca5..65710c4584becfb18b5618289bb9b508e950fc39 100644 (file)
   <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 -->