]> granicus.if.org Git - docbook-dsssl/commitdiff
Make compatible with last changes in chunking code.
authorJirka Kosek <jirka@kosek.cz>
Tue, 4 Dec 2001 21:29:07 +0000 (21:29 +0000)
committerJirka Kosek <jirka@kosek.cz>
Tue, 4 Dec 2001 21:29:07 +0000 (21:29 +0000)
xsl/htmlhelp/htmlhelp.xsl

index da17af6d336af688aa04eccb14001239792f41db..684a4ebe01046289a038664413ae2b64b148f21f 100644 (file)
@@ -157,10 +157,11 @@ Title=</xsl:text>
 <xsl:template match="set|book|part|preface|chapter|appendix
                      |article
                      |reference|refentry
-                     |sect1[position()>1]
-                     |section[position()>1 and name(parent::*) != 'section']
+                     |sect1|sect2|sect3|sect4|sect5
+                     |section
                      |book/glossary|article/glossary
                      |book/bibliography|article/bibliography
+                     |book/glossary|article/glossary
                      |colophon"
               mode="enumerate-files">
   <xsl:variable name="ischunk"><xsl:call-template name="chunk"/></xsl:variable>