]> granicus.if.org Git - docbook-dsssl/commitdiff
Turn off its.xsl update which is generating attribute insertion errors.
authorBob Stayton <bobs@sagehill.net>
Sat, 11 May 2013 21:26:31 +0000 (21:26 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 11 May 2013 21:26:31 +0000 (21:26 +0000)
xsl/html/docbook.xsl
xsl/html/html.xsl

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