OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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
bobs@sagehill.net


----- Original Message ----- 
From: <j.tosovsky@email.cz>
To: <docbook-apps@lists.oasis-open.org>
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: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
> 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]