SV: How to prevent SVG Image from caching

2005-05-10 Thread lars.bjerges
If you´re using (at least) 0.20.5 you can call: org.apache.fop.image.FopImageFactory.resetCache() Hälsningar Lars Bjerges Team Verktyg * FöreningsSparbanken IT 105 34 Stockholm ( +46 (0)8 58 59 43 45 ( +46 (0)70 95 27 774 -Ursprungligt meddelande- Från: Amita

Re: How to prevent SVG Image from caching

2005-05-10 Thread Chris Bowditch
Amita Rathore wrote: I am using data scheme to insert an image. like this : fo:instream-foreign-object svg:svg xmlns:svg=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink; width=542px height=506px svg:image width=64 height=48

Re: How to force a page break between tables

2005-05-10 Thread Mike Trotman
Your FO code works fine in FOP 0.20.5. I get two tables - and table 2 starts on a fresh page. (and the separator row spans across columns). So - a mystery or something else not yet implemented in 1.0? BTW - my primary use for FOP is for the layout of analysis tables, so I've done many 1000s of

Re: How to force a page break between tables

2005-05-10 Thread Chris Bowditch
Mike Trotman wrote: Your FO code works fine in FOP 0.20.5. I get two tables - and table 2 starts on a fresh page. (and the separator row spans across columns). So - a mystery or something else not yet implemented in 1.0? break-before wasnt working in the HEAD code until recently. If you absolutely

Re: Next realease and watermark

2005-05-10 Thread Chris Bowditch
Zdenek Machac wrote: Halo, FOP is very great and interesting application and is core of our web server (univerzity intranet). I have only two questions: 1) Are there any plans or dates for next release of FOP ? FOP is an open source project and developed by volunteers who dont work to deadlines.

RE: How to force a page break between tables

2005-05-10 Thread Richard Mixon (qwest)
Chris Bowditch wrote: Mike Trotman wrote: Your FO code works fine in FOP 0.20.5. I get two tables - and table 2 starts on a fresh page. (and the separator row spans across columns). So - a mystery or something else not yet implemented in 1.0? break-before wasnt working in the HEAD

RE: How to force a page break between tables

2005-05-10 Thread Andreas L. Delmelle
-Original Message- From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] Hi, Also, I just noticed there is a HUGE amount of debugging output in my Tomcat log. Is there any way to turn this off? I do not believe I have done anything specific to turn debugging on. Unfortunately a