|
Hi ! I found this solution a while ago, it removes titlepages and toc from book by redefining the template : <!-- no titlepages and toc for books --> <xsl:template match="book[*]"> <xsl:variable name="content" select="*[not(self::title or self::subtitle or self::titleabbrev or self::bookinfo)]"/> <xsl:apply-templates select="$content"/> </xsl:template> for the break problem, I'm not sure to understand and to know a solution... Regards, Marie. Russell Seymour a écrit : I have got a bit rusty on my DocBook techniques recently as my current position has not enabled me to use the software for a while. However I am now looking at using DocBook again and i am trying to get things working.--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] |
- [docbook-apps] Title pages Russell Seymour
- Re: [docbook-apps] Title pages Marie Sauvage - EBM WebSourcing
