]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug that caused duplicated glossary entries
authorNorman Walsh <ndw@nwalsh.com>
Tue, 24 Apr 2001 10:44:43 +0000 (10:44 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 24 Apr 2001 10:44:43 +0000 (10:44 +0000)
xsl/html/glossary.xsl

index 91dd86dbca2dc4d0272d0fdc5510d23b16f4e50c..138cb916f38abdaa4f818cff8594fdf31455f743 100644 (file)
       </xsl:otherwise>
     </xsl:choose>
 
-    <xsl:choose>
-      <xsl:when test="glossdiv">
-        <xsl:apply-templates select="(glossdiv[1]/following-sibling::*)"/>
-      </xsl:when>
-      <xsl:otherwise>
-        <xsl:apply-templates select="(glossentry[1]/following-sibling::*)"/>
-      </xsl:otherwise>
-    </xsl:choose>
-
-
     <xsl:call-template name="process.footnotes"/>
   </div>
 </xsl:template>