[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: make section not appear in CHM toc
Hi list, I made the section not to chunk when I apply the
attribute @role = ‘subsection’ That works pretty well. But now I want the sections with @role = ‘subsection’
to not appear in the TOC in the CHM. I tried the following: <xsl:template match="section[@role = 'subsection']" mode="toc" />
From sagehill, but it has no effect.
How can I make a section not appear in TOC?
Thanks in advance Hinrich |
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]