> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > I am running into an issue where an extra page gets generated if the data > in my table falls too close to the end of the page. A first thought would > be that there is some padding or spacing causing this - but I have gone > through and checked this. What is very peculiar is that when I run the > same XML file, XSL file and config file from the command line, the page is > not produced. I have included my debug outs as proof: > <snip/>
Have you checked whether all referenced jars are the same in the two cases? ( See the fop.bat / fop.sh for the classpath when using the command-line and compare this to the classpath used by your app... ) Make sure these are all the same, and see what comes out. Could be a version prob with one of the more recent jars complying more rigorously to the xsl standard. (I had been using a dubious xsl-construct which worked fine for 6 months, and only became apparent after a xalan upgrade.) Hope this gets you on track, Andreas Delmelle --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
