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] Controlling page breaks in pdf



Completely brilliant, works nicely! Thanks a lot!

    G

>From: Jens Stavnstrup <js@ddre.dk>
>Reply-To: Jens Stavnstrup <js@ddre.dk>
>To: Gurra Green <gurra_green@hotmail.com>
>CC: docbook-apps@lists.oasis-open.org
>Subject: Re: [docbook-apps] Controlling page breaks in pdf
>Date: Tue, 16 Nov 2004 09:01:32 +0100 (CET)

>
>The pagebreak element is only markup, indication, that we need a
>pagebreak here. You have to tell the fo processor, that you actually
>wan't such a break.
>
>One way to do this is using the following template:
>
><xsl:template match="beginpage">
>   <fo:block break-after="page"/>
></xsl:template>
>
>
>
>Regards,
>

_________________________________________________________________
Want to block unwanted pop-ups? Download the free MSN Toolbar now!  
http://toolbar.msn.co.uk/



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