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


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] Surpressing TOC entries for online Help


u.methner@sympatico.ca wrote:

I'm trying to create a TOC for HTMLHelp, but I don't
want to show all the section headings. I id'd my
section 1's and added the command <xsl:template match="sect1[@role='NotInToc']" mode="toc"/>
to my custom template, but it did not do the trick.
From the guide, I gather this might only work for html
output. Is there an equivalent command for HTMLHelp?


Try


<xsl:template match="sect1[@role='NotInToc']" mode="hhc"/>

Jirka

--
------------------------------------------------------------------
  Jirka Kosek     e-mail: jirka@kosek.cz     http://www.kosek.cz
------------------------------------------------------------------
  Profesionální školení a poradenství v oblasti technologií XML.
     Podívejte se na náš nově spuštěný web http://DocBook.cz
       Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


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