]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bugs in formatting of glosslist
authorNorman Walsh <ndw@nwalsh.com>
Mon, 24 Nov 2003 16:35:16 +0000 (16:35 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 24 Nov 2003 16:35:16 +0000 (16:35 +0000)
xsl/html/glossary.xsl

index 8879af2b3db02adb73322015bc55fc84038508e4..96a6d9f2eaea26e4c2c24422a2bcfe5f8011cf70 100644 (file)
 <xsl:template match="glosslist">
   <div class="{name(.)}">
     <xsl:call-template name="anchor"/>
+    <xsl:if test="blockinfo/title|title">
+      <xsl:call-template name="formal.object.heading"/>
+    </xsl:if>
     <dl>
-      <xsl:apply-templates/>
+      <xsl:apply-templates select="glossentry"/>
     </dl>
   </div>
 </xsl:template>