]> granicus.if.org Git - docbook-dsssl/commitdiff
fixes issue #64 bibliography missing in glossary output
authorbobstayton <bobs@sagehill.net>
Thu, 12 Jul 2018 12:11:22 +0000 (05:11 -0700)
committerbobstayton <bobs@sagehill.net>
Thu, 12 Jul 2018 13:07:42 +0000 (06:07 -0700)
xsl/fo/glossary.xsl
xsl/html/glossary.xsl

index 4b770e53bfb732568996089222c42c0cd2a756cf..35cf9de9896431e82589e510f64b58e653590a65 100644 (file)
@@ -36,6 +36,7 @@
   <xsl:param name="preamble" select="*[not(self::d:title
                                            or self::d:subtitle
                                            or self::d:glossdiv
+                                           or self::d:bibliography
                                            or self::d:glossentry)]"/>
 
   &setup-language-variable;
       </xsl:if>
     </xsl:otherwise>
   </xsl:choose>
+
+  <xsl:apply-templates select="d:bibliography"/>
 </xsl:template>
 
 <xsl:template match="d:book/d:glossary|d:part/d:glossary|/d:glossary" priority="2">
index 1f2dd06225683ea80c70f75e447283cc60aa27cc..982fd6ebb6904b34debafa37db5062da840be4df 100644 (file)
@@ -66,6 +66,8 @@
       </xsl:otherwise>
     </xsl:choose>
 
+    <xsl:apply-templates select="d:bibliography"/>
+
     <xsl:if test="not(parent::d:article)">
       <xsl:call-template name="process.footnotes"/>
     </xsl:if>