Re: [docbook-apps] ANT HMTL Conversion with Oxygen: Shifting theList of Figures and List of Tables into an appendix in webhelp

2012-02-17 Thread Bob Stayton
The order of output is pretty much determined by the template that matches on 
the root element.  For example, the template with match="d:book" in 
html/divison.xsl includes:

   
  
  

  

  




If you put the  before the call to 'make.lots', then 
those will appear after the content. If you want to keep the TOC at the front, 
though, then separate the call to 'division.toc' to keep it first and don't 
include it in the call to 'make.lots'.

Bob Stayton
Sagehill Enterprises
b...@sagehill.net


  - Original Message - 
  From: daniel.ke...@finaris.de 
  To: docbook-apps@lists.oasis-open.org 
  Sent: Thursday, February 16, 2012 1:50 AM
  Subject: [docbook-apps] ANT HMTL Conversion with Oxygen: Shifting theList of 
Figures and List of Tables into an appendix in webhelp




  Hi,

  during our DB customisation we realised it would be best to shift the LoT and 
LoF to the appendix/ attachment in the back of our documents.

  Therefore, we customized the template d:appendix from /xsl/fo :

  
  
  
  
  
  
  
  
  
  
  
  
  
   


  This worked out pretty well, but now, since we are customizing the HTML/ 
XHTML output webhelp using ANT transformation to meet our expectations,  
d:appendix does not seem the  right place to make the adjustment. 

  Does anyone have a clue how to shift the LoT and LoF to the "Back" or, 
precisely speaking, to a custom destination?

  Greetings,

  Daniel


  ===
  Disclaimer
  The information contained in this e - mail and any attachments
  ( together the "message") is intended for the addressee only and may 
  contain confidential and/or privileged information. If you have received
  the message by mistake please delete it and notify the sender and do
  not copy or distribute it or disclose its contents to anyone.

  FINARIS Financial Software Partner GmbH
  Sömmerringstr. 23, 60322 Frankfurt/Main, Germany
  Registered at Frankfurt/Main, HRB 52873

  Managing Directors: 
  Dipl. Inf. Hermann Friebel, Dipl. Ing. Kai Bächle, Dipl. Inf. Werner Märkl
  ===


[docbook-apps] ANT HMTL Conversion with Oxygen: Shifting theList of Figures and List of Tables into an appendix in webhelp

2012-02-16 Thread daniel . keyes

Hi,

during our DB customisation we realised it would be best to shift the LoT and 
LoF to the appendix/ attachment in the back of our documents.

Therefore, we customized the template d:appendix from /xsl/fo :














 
  

This worked out pretty well, but now, since we are customizing the HTML/ XHTML 
output webhelp using ANT transformation to meet our expectations,  
d:appendix does not seem the  right place to make the adjustment. 

Does anyone have a clue how to shift the LoT and LoF to the "Back" or, 
precisely speaking, to a custom destination?

Greetings,

Daniel

===
Disclaimer
The information contained in this e - mail and any attachments
( together the "message") is intended for the addressee only and may 
contain confidential and/or privileged information. If you have received
the message by mistake please delete it and notify the sender and do
not copy or distribute it or disclose its contents to anyone.

FINARIS Financial Software Partner GmbH
Sömmerringstr. 23, 60322 Frankfurt/Main, Germany
Registered at Frankfurt/Main, HRB 52873

Managing Directors: 
Dipl. Inf. Hermann Friebel, Dipl. Ing. Kai Bächle, Dipl. Inf. Werner Märkl
===