Hi,
Your stylesheet works (produces only graphics in chunked headers and footers) when I comment out this line:

<xsl:import href="./docbook_config/config/documentation.xsl" />

Perhaps something in that stylesheet module is redefining the headers and 
footers.

Bob Stayton
Sagehill Enterprises
[email protected]


----- Original Message ----- From: "Lwam Berhane" <[email protected]>
To: <[email protected]>
Sent: Thursday, December 02, 2010 1:10 AM
Subject: [docbook-apps] HTML Output navaigational graphics


Hi guys!
I want chunked my HTML output with xsltproc, DocBook v5.That works
fine!But I want to have the navigation graphics instead of words like
"Next" or "Previous". Any proposals, why it is not working?
I customize my stylesheet like this:


<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format";>

<!-- import Docbook XSL stylesheet -->
<xsl:import
href="./docbook_config/docbook-xsl/docbook-xsl-ns-1.76.1/html/chunk.xsl" />
<xsl:import href="./docbook_config/config/documentation.xsl" />

<!--
PNG images for HTML rendering
SVG is not well supported in several browsers
-->
<xsl:param
name="header.image.filename">images/png/logo_punktde.png</xsl:param>
<xsl:param name="admon.graphics" select="1" />
<xsl:param name="admon.graphics.path">images/png/</xsl:param>
<xsl:param name="admon.graphics.extension">.png</xsl:param>
<xsl:param name="callout.graphics.path">images/png/callouts/</xsl:param>

<xsl:param name="suppress.navigation" select="0"/>
<xsl:param name="navig.graphics.extension" select="'.png'"/>
<xsl:param name="navig.graphics" select="1"/>
<xsl:param name="navig.graphics.path">images/png/</xsl:param>
<xsl:param name="navig.showtitles">0</xsl:param>

</xsl:stylesheet>
--
Gruß Lwam Berhane



punkt.de GmbH               TYPO3-Internet-Dienstleistungen-Beratung
Kaiserallee 13a             Tel.: 0721 9109-0  Fax: -100
76133 Karlsruhe             [email protected]    http://punkt.de/
AG Mannheim 108285          Gf: Jürgen Egeling

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to