This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]