atom feed8 messages in org.oasis-open.lists.docbook[docbook] Index with htmlhelp.xsl
FromSent OnAttachments
TimoAug 6, 2011 8:28 am 
Bob StaytonAug 7, 2011 9:58 am 
TimoAug 7, 2011 10:19 am 
Bob StaytonAug 7, 2011 10:54 am 
Jirka KosekAug 7, 2011 12:04 pm 
TimoAug 8, 2011 10:35 am 
rob....@emc.comAug 8, 2011 10:46 am 
Bob StaytonAug 11, 2011 9:23 am 
Subject:[docbook] Index with htmlhelp.xsl
From:Timo (ti@iera.de)
Date:Aug 6, 2011 8:28:29 am
List:org.oasis-open.lists.docbook

Hi everybody,

I like to parse a docbook with xsltproc and the htmlhelp-stylesheet. In e.g. xChm there is a “table of contents”-tab and a searchtab and also an index-tab. According information from the last decade in the internet about xsl, an index should be created automatically. But it isn´t. The index-tab in xChm is empty for my converted docbooks. It worked to add a manual index with this parameter. <xsl:param name="htmlhelp.use.hhk" select="1"></xsl:param> Then I had to add indexterm-tags manually to each article. How can I automatically create an index that can be used by the chm-compiler?

Thanks a lot,