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]

RE: 'additional' HTML


Hi Michael,

  Check out http://www.sagehill.net/xml/docbookxsl/HtmlCustomEx.html.  This has all kinds of great info about docubook customizations for HTML.  I got this info from my printout:

You can add additional lines to the footer of chunked files by adding your code to the xsl template "user.footer.content" if you want it before the standard navigation.  If you want it after the standard navigation, add it to the template "user.footer.navigation"
   If you want to change what's IN the standard navigation, modify the template "footer.navigation" 

--Trish

-----Original Message-----
From: Michael Wiedmann [mailto:michael.wiedmann@detewe.de]
Sent: Friday, February 14, 2003 3:09 AM
To: DocBook-Apps ML
Subject: DOCBOOK-APPS: 'additional' HTML


I want to generate 'additional' HTML Code out of my DocBook XML file:

<div class="navigatingbanner">
<p>
<a href="#section-id1">Section Title #1</a>
<a href="#section-id1">Section Title #1</a>
<a href="#section-id1">Section Title #1</a>
...
</div>

'href' lines should be generated for every <sect1> of my document.
Using some CSS code this will show a navigation banner at a fixed position
in the browser, which IMHO would be helpful for navigating in the
non-chunked HTML output.

How can I achieve this usign DocBook XSL 1.60.1, Saxon V6.5.2?

Michael
-- 
office:  michael.wiedmann@detewe.de
private: mw@miwie.in-berlin.de                 http://www.miwie.org/
          mw@miwie.org


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