← Prev in month
← Prev in thread
Next in thread →
Next in month →
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.
← Prev in month
← Prev in thread
Next in thread →
Next in month →