OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: simplesect out of TOC


Hi,
I have a documents,
<book>
  <appendix>
    <title>GFDL</title>
    <simplesect>
      <title>PREAMBLE</title>
      <para>...</para>

When I transform that into HTML, it seems that everything in simplesect
is into TOC. I used following  

  <xsl:template match="simplesect" mode="toc">
    <xsl:param name="toc-context" select="."/>

    <xsl:call-template name="subtoc">
      <xsl:with-param name="toc-context" select="$toc-context"/>
    </xsl:call-template>
  </xsl:template>

to avoid it, but it has no effect on title in simplesect. So Is there a
better way to solve this problem?

Thanks,
-- 
Cai Qian



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]