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: [docbook-apps] Suppressing "List of Tables"


Hi there,

Are you using a customization layer (your own stylesheet to call the other stylesheets and set your params)?   In ours, we ADDED the LOT, LOE, and LOF:

<!-- specify toc depth -->
<xsl:param name="toc.section.depth">2</xsl:param>
<xsl:param name="generate.toc">
appendix  toc
article   toc
book      toc,figure,table,example
chapter   toc
part      toc
preface   toc
reference toc
section   toc
set       toc
<!--  Trish added figures, tables, and examples to the TOC -->
</xsl:param>

So if you have this kind of entry, you'd remove the table from the list of things after "book     toc"

--Trish

-----Original Message-----
From: anon croaker [mailto:anon_croaker@yahoo.co.uk]
Sent: Thursday, September 18, 2003 9:46 AM
To: docbook-apps@lists.oasis-open.org
Subject: [docbook-apps] Suppressing "List of Tables"


Hi there

I'm having trouble customising my Table of Contents. I
wonder if anyone can offer any advice?

Currently (using HTML Help XSL (& XML)) my TOC
contains a "List of Tables" which I want to suppress.
I've had success customising my output using a set of
"xsl:param"s. I can't find anything that applies to
LOTs though.

I hope I'm making sense.

TIA

croaker

________________________________________________________________________
Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.


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