]> granicus.if.org Git - docbook-dsssl/commitdiff
Bug fix for generate.id.attributes.
authorBob Stayton <bobs@sagehill.net>
Sun, 22 Apr 2012 10:12:19 +0000 (10:12 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 22 Apr 2012 10:12:19 +0000 (10:12 +0000)
xsl/html/sections.xsl

index cdce2877f9fe9f6f3da0c3ed69e6add438a01940..3e2f368ddeeb7a51d30fc6f183f955abc3244d9d 100644 (file)
         <xsl:with-param name="conditional" select="0"/>
       </xsl:call-template>
     </xsl:if>
-    <xsl:if test="$generate.id.attributes != 0 and not(local-name(.) = 'appendix')">
-      <xsl:attribute name="id"><xsl:value-of select="$id"/></xsl:attribute>
-    </xsl:if>
     <xsl:copy-of select="$title"/>
   </xsl:element>
 </xsl:template>