Re: Navigation in javaHelp

From
"Cob Rtayton"
Date
2004-07-24T18:33:14+00:00
ID
02d801c471ac$ad64e240$6601a8c0@toshiro
Thread
Re: Navigation in javaHelp
It looks like the standard DocBook headers and footer are turned off in
javahelp.  In javahelp/javahelp.xsl, the templates that would be used to
generate them are made empty:

<xsl:template name="header.navigation">
</xsl:template>

<xsl:template name="footer.navigation">
</xsl:template>

I suspect that is because Javahelp adds its own.  So your parameters
settings won't have effect.  You would have to copy the originals from the
chunking template to a customization to restore them.

Bob Stayton
Sagehill Enterprises
DocBook Consulting


----- Original Message ----- 
From: "Melanie R飉ch" <>
To: <>
Sent: Friday, July 23, 2004 4:46 AM
Subject: Navigation in javaHelp<xsl:template name="header.navigation">
</xsl:template>

<xsl:template name="footer.navigation">
</xsl:template>

> Hi,
>
> I create with saxon and the xsl-styles 1.65.1 javaHelp out of
> my docBook files. I don't get the navigation-buttons in
> the single html sides in the viewer, like in normal chunked
> html sides. I set the following parameters:
> <xsl:param name="navig.graphics" select="1"/>
> <xsl:param name="navig.graphics.extension" select="'.png'"/>
> <xsl:param name="navig.graphics.path">images/</xsl:param>
>
> What did I make wrong?
> Thank you for any help.
>
> Regards
> Melanie R飉ch
>
>