← Prev in month ← Prev in thread

Re: [docbook-apps] Broken HHP file if HTML files for HTML Help are chunked manually

From
Bob Stayton <>
Date
2009-03-07T08:21:41+00:00
ID
004f01c99efd$b54e6ca0$6400a8c0@pazu
Thread
Re: [docbook-apps] Broken HHP file if HTML files for HTML Help are chunked manually
The problem is that chunktoc.xsl does not include the templates with 
mode="enumerate-files", which reside in chunk-code.xsl.  I got it to work 
with this customization (in this order):

<xsl:import href="../docbook-xsl-1.74.3/html/chunk-code.xsl"/>
<xsl:import href="../docbook-xsl-1.74.3/html/chunktoc.xsl"/>
<xsl:include href="../docbook-xsl-1.74.3/htmlhelp/htmlhelp-common.xsl"/>

but please test for unintended side effects.

Bob Stayton
Sagehill Enterprises



----- Original Message ----- 
From: <>
To: <>
Sent: Friday, March 06, 2009 1:23 AM
Subject: [docbook-apps] Broken HHP file if HTML files for HTML Help are 
chunked manually


> Hello Everybody,
>
> when chunktoc stylesheet is used instead of chunk.xsl for HTML Help 
> output, [FILES] section in HHP file contains the whole content of my 
> document, not the names of individual chunks. Do you have any idea how to 
> fix it?
>
> Thanks in advance,
> Jan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>
>
>
← Prev in month ← Prev in thread