From: Norman Walsh Date: Thu, 23 Jan 2003 12:08:22 +0000 (+0000) Subject: Fix bugs associated with toc-context parameter in division.toc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22b88085a751cb14e727a01e26b9c7db17904caf;p=docbook-dsssl Fix bugs associated with toc-context parameter in division.toc --- diff --git a/xsl/fo/autotoc.xsl b/xsl/fo/autotoc.xsl index b17a5b7b3..bcc94cb08 100644 --- a/xsl/fo/autotoc.xsl +++ b/xsl/fo/autotoc.xsl @@ -44,10 +44,6 @@ - - - - @@ -55,12 +51,18 @@ + select="$toc-context/part + |$toc-context/reference + |$toc-context/preface + |$toc-context/chapter + |$toc-context/appendix + |$toc-context/article + |$toc-context/bibliography + |$toc-context/glossary + |$toc-context/index"/> + -