Hi Jirka After some further testing I can confirm that with no customizations at all then, just as you say, there is no error.
However with one customization only: <xsl:param name="base.dir">CompiledHelp\</xsl:param> then I do get the error as described. My solution works for me because it causes the following lines to be generated in the htmlhelp.hhp file: [WINDOWS] Main=,"toc.hhc","index.hhk","CompiledHelp\index.html","CompiledHelp\index.ht ml",,,,,0x2520,,0x603006,,,,,,,,0 rather than (without my suggested change): [WINDOWS] Main=,"toc.hhc","index.hhk","CompiledHelp\index.html",,,,,,0x2520,,0x603006, ,,,,,,,0 With my version of the Help Compiler (hhc.exe v4.74.8702) and viewer (hhctrl.ocx v4.74.8875.0), this makes all the difference! nik ----- Original Message ----- From: "Jirka Kosek" <[EMAIL PROTECTED]> To: "Nicholas Atkinson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: 13 October 2002 19:38 Subject: Re: DOCBOOK-APPS: Compiled HTML Help - Home Menu Item > > Nicholas Atkinson wrote: > > > > What is the correct procedure for contributing bug fixes? > > Submitting them on SF as Norm suggested. > > > I have discovered a problem with the v 1.56.1 stylesheets for creating > > HTML Help. The bug occurs if you do not have a home button (i.e if > > the htmlhelp.button.home parameter is 0). If you do not have a home > > button then the Options->Home menu item does not take you to > > the right place (instead it takes you to an error page). > > I'm unable to reproduce this error. With standard settings > (htmlhelp.button.home=0) Optins->Home command opens default topic on my > system. Could you provide some test document and your customization of > HTML Help parameters which reproduce error? > > Jirka > > -- > ----------------------------------------------------------------- > Jirka Kosek > e-mail: [EMAIL PROTECTED] > http://www.kosek.cz
