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] Page break


Thanks Gabriel,

that worked perfectly.

rgds,

-Z

On 6/8/05, Gabriel McGoldrick <gmcgoldrick@exchangerxml.com> wrote:
Hi,
here is how I get page breaks.....
<xsl:template match="processing-instruction()[name()='newpage']">

<fo:block break-before ='page'/>

</xsl:template>


and then use

<?newpage ?>


Regards,
Gabriel.
www.exchangerxml.com


----- Original Message -----
From: "Zbyszek Cybulski" < z.cybulski@gmail.com>
To: "docbook" <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, June 08, 2005 8:45 AM
Subject: [docbook-apps] Page break


> Hi,
>
> How can I force a page break? I have used <beginpage/> and a processing
> instruction from a customization layer file:
> <xsl:template match="processing-instruction('pagebreak')">
>     <fo:block break-after="page"/>
> </xsl:template>
>
> None of them worked in PDF. I use XEP 4.2, XSL 1.68.2 and DocBook 4.4
> DTD, all on Windows.
>
> Tks,
> -Z
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>



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