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: Re: [docbook-apps] How to suppress from printing titlepage and tocfrom a book in aset


Thanks Bob the template works fine.

  <xsl:template match="book[1]">
    <xsl:variable name="content"
                  select="*[not(self::title or self::subtitle or
                                self::titleabbrev or self::bookinfo)]"/>
    <xsl:apply-templates select="$content"/>
  </xsl:template>


In the set TOC if would be nice not to have the entry of the title from
the first book.
Is it possible to extend the template to do that also.



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