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


Dear Bob,

your code works perfectly, thanks. By the way, after that I tried
incorporate all functionality into chunktoc, but different approaches using
xsl:import or xsl:include didn't help. It would be easier to handle all that
if everything would be in single file, but I am lost in these precedence
issues. But required change of my customization layer will be rather
cosmetic so I can live with it :-)

Thanks again for excellent support.

Jan

> 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
> 
> > 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?
> >



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