Next in thread → Next in month →

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

From
Bob Stayton <>
Date
2000-11-06T10:09:32+00:00
ID
Thread
Re: DOCBOOK-APPS: a bug in ver .1.22 and 1.23 XSL stylesheets
> From: madhu <>
> 
> 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: 
Next in thread → Next in month →