Re: FOP Transformer Exception

2007-05-14 Thread Rigas Parathyras
So from your answer you are saying that there is a problem with the Oracle xml transformer. Does this mean that I should not use the jaxp API to do the transformation, as not all parsers are supported in FOP? Should I instantiate the xerces parser explicitely somehow? Is there some way I could do

Re: Struck with a Problem in Fop

2007-05-14 Thread Manuel Mall
On Sunday 13 May 2007 17:11, rakesh satharasi wrote: Hi, My guess is that you have either a classpath or a jar deployment issue. Have you deployed all the jar's in the $fop_home/lib to tomcat as part of your fop servlet deployment? It is not enough to just deploy fop.jar plus your application

Re: Struck with a Problem in Fop

2007-05-14 Thread Adrian Cumiskey
Hi Rakesh, Looks to me like you are missing avalon-framework-4.2.0.jar from your Tomcat classpath. You can find this jar file in lib folder underneath your top-level FOP project folder. Adrian Cumiskey. rakesh satharasi wrote: Hi, I am developing a web application which will read in a

RE: Page breaks in RTF

2007-05-14 Thread Brown, Phyllis (NIH/NIEHS) [C]
Hi, I recently tried to use FOP 0.93 to produce RTF output and also noticed that the page breaks didn't work. I also noticed that a negative space-before on a block caused a page break. So I kludged the xsl to cause a page break: fo:block space-before=-.07in break-before=page/ We gave

RE: Page breaks in RTF

2007-05-14 Thread Brown, Phyllis (NIH/NIEHS) [C]
Qasim, I played with mine and determined that -.07in causes a page break but -.05in does not. So it might just be that you have to find that magic number for your situation. Since I don't know why it is causing the page break, I don't know how to figure out the magic number other than trial

Re: FOP Transformer Exception

2007-05-14 Thread J.Pietschmann
Rigas Parathyras wrote: So from your answer you are saying that there is a problem with the Oracle xml transformer. Does this mean that I should not use the jaxp API to do the transformation, as not all parsers are supported in FOP? No, the problem is even weirder. Should I instantiate the