This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: a bug in ver .1.22 and 1.23 XSL stylesheets


> From: madhu <bmadi_1@yahoo.com>
> 
> after mailing you i realised this bug of missing nav header and footer with
> chunking 

I can confirm that the navheader is missing from the output
html for the test/book.xml file being processed with
html/chunk.xsl in the XSL stylesheets version 1.23.  I also
tested it with XT and Saxon.  

The problem is in the chunk.xsl template named
header.navigation. Change:

<xsl:if test="suppress.navigation != '1'">
to
<xsl:if test="$suppress.navigation != '1'">
              ^

bobs
Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The Santa Cruz Operation, Inc.              fax:   (831) 429-1887
                                            email: bobs@sco.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]