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] Chunking abstract and toc on html output


The toc is easy.  Just set the parameter 'chunk.toc.and.lots' to 1 and you
will get a separate chunk.

The abstract is not so easy because there is no parameter to do it.  It will
require a customization.  But you can basically copy what is done for
legalnotice when the 'generate.legalnotice.link' parameter is set to 1.
That code is in html/titlepage.xsl in the template that starts with:

<xsl:template match="legalnotice" mode="titlepage.mode">

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Roger Meier" <roger@bufferoverflow.ch>
To: <docbook-apps@lists.oasis-open.org>
Sent: Tuesday, August 10, 2004 12:03 PM
Subject: [docbook-apps] Chunking abstract and toc on html output


> Hy
>
> I wrote a long abstract part in my diploma thesis and want to split
> the abstract and toc on the HTML output to seperate pages.
>
> Is there an easy way to do this ?
>
> Thanks
>
> Roger Meier
>
>
>




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