Hello,
I have got a problem with keep-together="always" applied on fo:block. In
FOP 0.94 is everything OK, in FOP 0.95beta and FOP SVN it is broken.
Please see the attached example and try to create a PDF from it with
different versions of FOP with and without keep-together="always".
Regards,
Jiri
<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<fo:simple-page-master page-width="210mm" page-height="297mm" margin-top="20mm" margin-bottom="10mm" margin-left="20mm" margin-right="20mm" master-name="A4">
<fo:region-body margin-bottom="10mm"/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence font-family="Arial" font-size="12pt" master-reference="A4">
<fo:flow flow-name="xsl-region-body">
<fo:block keep-together="always" margin-left="50mm">
<fo:block font-size="8pt" wrap-option="wrap">Dimdim Open Source is a bright-bright solution for Web conferencing, By Mayank Sharma on June 13, 2008 (9:00:00 AM)</fo:block>
<fo:block text-align="justify" font-size="9pt" language="en" hyphenate="true" hyphenation-ladder-count="2">Dimdim Web conferencing software, which competes with services like WebEx and GoToMeeting, provides almost all the important features you need for conducting a conference over the Web. It's available in three flavors - a feature-limited but usable Web-based free version, a no-holds-barred fee-based Enterprise version, and an almost Enterprise clone Open Source Community Edition that you can host in your network. I tested the Open Source edition, using it to host conferences on an intranet and over the Internet, and it works fairly well for a beta release.</fo:block>
</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]