Fop 0.20.3 on Weblogic 7.0

2003-06-25 Thread Norr, Peter
I get the following exception... org.apache.fop.apps.FOPException: weblogic.xml.jaxp.RegistryParser is not a SAX driver at org.apache.fop.configuration.ConfigurationReader.createParser()Lorg.xml.sax. XMLReader;(ConfigurationReader.java:111) at org.apache.fop.apps.Driver.run()V(Dri

Center a table

2003-04-04 Thread Norr, Peter
How do I center an entire table horizontally on a page? hello Thanks. -- This message is intended only for th

RE: Reading XML from JAR.

2002-11-26 Thread Norr, Peter
try this.. java.util.zip.ZipFile zippy = new java.util.zip.ZipFile("fullpathtothejar.jar"); java.util.zip.ZipEntry zipEntry = zippy.getEntry("com/package/thexml.xml"); InputStream is=zippy.getInputStream(zipEntry); -Original Message- From: Trevor Vaughan [mailto:[EMAIL PROTECTED] Sent: Tu

RE: speed

2002-06-03 Thread Norr, Peter
do you have an example of breaking up a long table into multiple page-sequences? thanks! -Original Message- From: Cyril Rognon [mailto:[EMAIL PROTECTED] Sent: Monday, June 03, 2002 10:40 AM To: [EMAIL PROTECTED] Subject: RE: speed Ok, this is slow figures. We have much longer tables an

RE: speed

2002-06-03 Thread Norr, Peter
for example a 17 page document takes 100 seconds.. it has a header, footer and one long table as the body. peter -Original Message- From: Cyril Rognon [mailto:[EMAIL PROTECTED] Sent: Monday, June 03, 2002 10:12 AM To: [EMAIL PROTECTED] Subject: Re: speed Hello, I am wondering how slow

speed

2002-06-03 Thread Norr, Peter
Is there any way to speed up FOP rendering? Can you specify to the Driver Class to use x number of threads? -- This message is intended only for the personal and confidential use of the designated recipient(s) named ab

charts and graphs

2002-04-13 Thread Norr, Peter
What is the best to way to include charts and graphs in a pdf file? Can I create simple bar charts using xsl:fo or svg? Peter -- This message is intended only for the personal and confidential use of the designated rec

RE: Variables

2002-04-12 Thread Norr, Peter
--- BiznesPartner.pl SA ul. Mlynarska 48 01-171 Warszawa tel. 5355560 > -Original Message- > From: Norr, Peter [mailto:[EMAIL PROTECTED] > Sent: Friday, April 12, 2002 7:20 PM > To: '[EMAIL PROTECTED]' > Subject: Variables > > > What is the best way to set

Variables

2002-04-12 Thread Norr, Peter
What is the best way to set variables in stylesheets? For example, instead of constantly specifying the color for fo:block with a hex value, I would like to set a variable once and then reference it in all included/imported stylesheets. i.e. -

table error

2002-04-05 Thread Norr, Peter
Doe anybody know what this means? ERROR 10180 [fop ] (): At least one of minimum, optimum, or maximum IPD must be specified on table. -- This message is intended only for the personal and confidential use of the

RE: Graphics Question??

2002-04-04 Thread Norr, Peter
EMAIL PROTECTED]' Subject: RE: Graphics Question?? can you send me the servlet? -Original Message----- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 3:02 PM To: '[EMAIL PROTECTED]' Subject: Graphics Question?? I have a servlet which generates a

Graphics Question??

2002-04-03 Thread Norr, Peter
I have a servlet which generates a gif dynamically and sends the binary output on the response's output stream. Is there any way I can get this image into the pdf??? Thanks! Peter -- This message is intended only for

RE: XSL Transformation

2002-04-01 Thread Norr, Peter
: [EMAIL PROTECTED] Subject: Re: XSL Transformation Norr, Peter wrote: > this did not work.. > how does it render it without calling driver.run or driver.render(..)? The formatting process is driven through the transformation. You need at least FOP 0.20.2, in 0.20.1 the setup was a bi

RE: XSL Transformation

2002-03-28 Thread Norr, Peter
this did not work.. how does it render it without calling driver.run or driver.render(..)? -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, March 28, 2002 5:37 PM To: [EMAIL PROTECTED] Subject: Re: XSL Transformation Norr, Peter wrote: > How d

XSL Transformation

2002-03-28 Thread Norr, Peter
How do I transform my xml into fo-xml without using the org.apache.fop.apps.XSLTInputHandler class? -- This message is intended only for the personal and confidential use of the designated recipient(s) named above. If