This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] 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
bobs@sagehill.net


----- Original Message ----- 
From: "Melanie Rösch" <m.roesch@rose.de>
To: <docbook-apps@lists.oasis-open.org>
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ösch
>
>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]