Next in thread → Next in month →

Re: [docbook-apps] FOP: Give Me A Break!?

From
Tristan Fiedler <>
Date
2005-07-28T14:10:11+00:00
ID
Thread
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: 
> For additional commands, e-mail: 
>
Next in thread → Next in month →