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] FOP: Give Me A Break!?


This method works for me with FOP :

This is in my XSL customization layer :

<!-- For calling hard page breaks (in pdf output only currently) -->
<!-- xml usage :  <?newpage ?>   -->
<xsl:template match="processing-instruction()[name()='newpage']">
	<fo:block break-before ='page'/>
</xsl:template>

In the XML document, simply insert :

<?newpage ?>

Cheers,        Tristan
---
Tristan J. Fiedler
Postdoctoral Fellow - Stein Lab
Cold Spring Harbor Laboratory
On Jul 28, 2005, at 4:30 AM, Euis Luhuanam wrote:

> Hi,
>
> May I know, how the page break problem is usually solved
> when using FOP? For the time being, I might just fill
> sufficient <literallayout> space.
>
> regards,
>
> -- 
> EL6: Euis Luhuanam
>
> ---------------------------------------------------------------------
> 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]