bug 43416 on FOP 0.95

2010-03-02 Thread Euan mateo
Hello,

I'm actually working hard to upgrade some huge stylesheets from FOP 0.20.5
to 0.95.

I'm facing an allready known problem:
https://issues.apache.org/bugzilla/show_bug.cgi?id=43416

Some data is missing after a 'break-before='page'" applied on a block
element embeded in a fo:list-item-body element.

This bug has been reported on the FOP 0.94 version.

I had a glance at the FOP design introduction.
I have also imported the FOP 0.95 java sources from the svn repository, but
I cannot get rid of the many classpath errors I get.

I guess this issue has something to do with the layout manager, but I cannot
figure how.


DO NOT REPLY [Bug 48622] incorrect hyphenation

2010-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48622

m...@ppi.de changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WORKSFORME

--- Comment #2 from m...@ppi.de 2010-03-02 14:30:04 UTC ---
The problem has been solved by using

 

instead of 

  

on all involved table-cells.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


Interactive PDF

2010-03-02 Thread Peter Hancock
Hi,

I need FOP to handle interactive PDF (see ยง 8.6 of
http://www.adobe.com/devnet/pdf/pdfs/PDFReference15_v6.pdf).  An
implementation of this will involve defining an extension schema for the
xsl-fo, adding PDF form elements and utilies to the PDF library under the
org.apache.fop.pdf package and extending the .fo to .pdf process.

I will begin by experimenting with the PDF library, and I will document my
findings on the FOP wiki.

Any feedback from the community regarding this development would be greatly
appreciated.

Peter Hancock