]> granicus.if.org Git - docbook-dsssl/commitdiff
Turn off id attribute on glossterm anchor, because it is on the element itself.
authorBob Stayton <bobs@sagehill.net>
Tue, 19 Mar 2013 21:40:39 +0000 (21:40 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 19 Mar 2013 21:40:39 +0000 (21:40 +0000)
xsl/html/inline.xsl

index ff4fdcb6706c0996c57ce1ad2ec6892e3bda78c4..ba4706ab72ec8404e60bb8e48f83de76b1c5db92 100644 (file)
         <xsl:when test="$target">
           <a>
             <xsl:apply-templates select="." mode="common.html.attributes"/>
-            <xsl:if test="@id or @xml:id">
-              <xsl:attribute name="name">
-                <xsl:value-of select="(@id|@xml:id)[1]"/>
-              </xsl:attribute>
-            </xsl:if>
 
             <xsl:attribute name="href">
               <xsl:call-template name="href.target">