Re: Big Small Doubt

2003-01-13 Thread Jeremias Maerki
FOP doesn't support Excel output. Have a look at POI instead. Also, Cocoon can generate Excel output using POI. http://jakarta.apache.org/poi/ http://xml.apache.org/cocoon/ On 11.01.2003 09:36:44 VipinJ wrote: snip/ Also please tell me whether there is any way to generate excel output using

RE: OT: page break problem

2003-01-13 Thread Mihael Knezevic
thanx to both of you. this really is a great list. very good and very quick support. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Saturday, January 11, 2003 6:40 PM To: [EMAIL PROTECTED] Subject: Re: OT: page break problem Chris Bowditch wrote: Somewhat

Re: ERROR Divided by zero

2003-01-13 Thread Laura Ameijide Garcia
If I execute it in the comand thats the result: It's for my version? .Laura C:\fop\fop-0.20.3java -cp build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar; lib\avalon-framework 4.0.jar;lib\logkit1.0.jar;lib\jimi-1.0.jar org.apache.fop.apps.Fop -d -xml evalu.html -xsl evalu.xsl

Re: ERROR Divided by zero

2003-01-13 Thread Jeremias Maerki
Ok, the first part is easy. That's an old bug on 0.20.3. Please upgrade to the 0.20.5rc. But you still need to fix the problem that FOP really doesn't generate even one page. To track this down, generate the FO file by just running your XSLT processor but not FOP. Then analyze what's wrong. If you

AW: ERROR Divided by zero

2003-01-13 Thread Müller, Markus
I just have a guess, but is this correct: [snip] -xml evalu.html ??? I remember having the same problem when exchanging the xml file for the xsl file. Greets, Markus # -Ursprüngliche Nachricht- # Von: Laura Ameijide Garcia [mailto:[EMAIL PROTECTED] # Gesendet am: Montag, 13. Januar

Re: Big Small Doubt

2003-01-13 Thread VipinJ
Hi, We went through a few sites and found that we can write a xsl style sheet defining the transformations for fop tags to html related tags. The site is : http://www.renderx.com/fo2html.html They say we can create html output from FOP. I am going to try that out. If that is successful, cant

Re: Big Small Doubt

2003-01-13 Thread Jeremias Maerki
On 13.01.2003 12:36:03 VipinJ wrote: We went through a few sites and found that we can write a xsl style sheet defining the transformations for fop tags to html related tags. The site is : http://www.renderx.com/fo2html.html They say we can create html output from FOP. I am going to try