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] Problems with indexterms in HtmlHelp


Hello,

I might have some useful advice because I have seen this before, but I have some questions first (my experience may not be applicable):

What operating system are you using?
What are you using to turn the output from the stylesheets into a .chm file?
Do you get different results if you set htmlhelp.use.hhk to 0?

-Sam

On Tue, Jan 11, 2011 at 8:06 AM, Stefan Berndt <kontakt@stberndt.de> wrote:
Hi,

I have problems to set up indexterms to the index in HTML Help (windows).
I set this to my stylesheet:

<xsl:param name="generate.index" select="0"/>
<xsl:param name="htmlhelp.use.hhk" select="1"></xsl:param>

and indexes are created for the Windows help.

my xml file :

<chapter id="MAIN">
 <title>title
  <indexterm>
     <primary>1st level</primary>
   </indexterm></title>

 <section id="SPEC">
   <title>title<indexterm>
       <primary>1st level</primary>

       <secondary>level2_1stentry</secondary>
     </indexterm></title>



....text.....

 </section>

 <section>
   <title>title<indexterm>
       <primary>level1</primary>

       <secondary>level2_2ndentry</secondary>
     </indexterm></title>
....text...</section>

   <section>
     <title>title<indexterm>
         <primary>level1/primary>

         <secondary>level2_3rdentry</secondary>

         <tertiary>level3_under3rdentry</tertiary>
       </indexterm></title>

      ....text...

My Index lookw now in Windows help like this:

level1
level1
 level2_1stEntry
level1
 level2_2ndEntry
level1
 level2_3rdEntry
   level3_under3rdentry

but i want this as the result:

level1
 level2_1stEntry
 level2_2ndEntry
 level2_3rdEntry
   level3_under3rdentry

How can i do this?

I want also, if i jump via clicking an index on a section, that the
topicoverview goes also to the section's topic.
This also does not work.

Thank you for help a lot.

Sincerly,

Stefan Berndt
--
Stefan Berndt(kontakt@stberndt.de)
Rhönweg 13 D-01159 Dresden
Tel: 0177 / 636 52 17
Fax: 03222/1485 947
--
Stefan Berndt(kontakt@stberndt.de)
Rhönweg 13 D-01159 Dresden
Tel: 0177 / 636 52 17
Fax: 03222/1485 947



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