]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug where refentrys in parts were not in a page sequence
authorNorman Walsh <ndw@nwalsh.com>
Thu, 17 Oct 2002 02:11:28 +0000 (02:11 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 17 Oct 2002 02:11:28 +0000 (02:11 +0000)
xsl/fo/refentry.xsl

index f92173065cd7e5a145c720d27f8d76f37a202ebf..d47b0249755095a1fcffe13ba31a6c9ccd973d32 100644 (file)
   </xsl:variable>
 
   <xsl:choose>
-    <xsl:when test="not(parent::*) or parent::reference">
+    <xsl:when test="not(parent::*) or parent::reference or parent::part">
       <!-- make a page sequence -->
       <fo:page-sequence hyphenate="{$hyphenate}"
                         master-reference="{$master-reference}">