Next in thread →
Next in month →
Re: [docbook] Surpressing TOC entries for online Help
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: 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/ ------------------------------------------------------------------
Next in thread →
Next in month →