Re: Réf. : Re: Get FOP logs with Log4j...

2003-08-27 Thread Carsten Hau
Hello, I use: MessageHandler.setScreenLogger(new org.apache.avalon.framework.logger.Log4JLogger(logger)); and driver.setLogger(new org.apache.avalon.framework.logger.Log4JLogger(logger)); Both work just fine with my logger static Logger logger = Logger.getLogger(Formatter.class); It

Problems with MathML Formulas

2003-08-27 Thread michaweg
Hello, I have an xml Doucment which contains MathML (http://www.w3.org/1998/Math/MathML/). The strcuture is: ... body == p for text, program for programcode, formula, ... ... A little example: formula math mode=display mrow miI/mi mrow

Re: Problems with MathML Formulas

2003-08-27 Thread Chris Bowditch
From: [EMAIL PROTECTED] snip/ Now I discovered that FOP will support MathML now or in the future (http://xml.apache.org/fop/design/extending.html#status-wip). caveat: I havent used MathML myself. I believe this WIP note is referring to the Trunk development, which is not the same as the FOP that

Seek help

2003-08-27 Thread Lim Huat Heng
Anyone who may help I have readthe article on HTML to Formatting Objects(FO) conversion guide, in fact, it helps a lot in my understanding to prepare for the task to produce a PDF report from an existing HTML report. However I would like to consult anyone who may help on a few things and

Seek Help

2003-08-27 Thread Lim Huat Heng
Anyone who may help: I have readthe article on HTML to Formatting Objects(FO) conversion guide by Doug Tidwell (IBM), in fact, it helps a lot in my understanding to prepare for the task to produce a PDF report from an existing HTML report. However I would like to consultanyone who may help

RE: Issue with SVG in Batik with FOP in SunOS (UNIX)

2003-08-27 Thread Ganesh
This is regarding my SVG issue when run in UNIX, but it works perfectly well in Windows. I tried two options that was suggested, to correct this (The current node (type: 2, name: contentStyleType) is read-only) exception, which is given below. Note that I am using JRE version 1.3.0_04 (Java

RE: Issue with SVG in Batik with FOP in SunOS (UNIX)

2003-08-27 Thread Andreas L. Delmelle
snip/ I got the following new exception... Exception in thread main java.lang.UnsatisfiedLinkError: exception occurred in JNI_OnLoad at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382) at

FW: Issue with SVG in Batik with FOP in SunOS (UNIX)

2003-08-27 Thread Andreas L. Delmelle
Correction: the UnsatisfiedExceptionError has to do with the JVM not being able to find some native declared method. Still might be related to the security mgr however... -Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: woensdag 27 augustus 2003 19:52 To:

horizontal centering - not dynamic

2003-08-27 Thread Jason Vincent
Hi all, I'm having trouble getting images horizontally centered in a table. I've followed the FAQ and used the proportional-column-width(1) method to get it centered. The problem is that the images are of a random size. The FAQ has the middle column set at a fixed width, which causes my images

RE: horizontal centering - not dynamic

2003-08-27 Thread Andreas L. Delmelle
Is there a way I can get the middle column to be a variable width, one that changes depending on the width of each images? Are you really going to use the first and third column? If not, try : fo:table-row fo:table-cell display-align=center number-columns-spanned=3 fo:block

Re: Issue with SVG in Batik with FOP in SunOS (UNIX)

2003-08-27 Thread J.Pietschmann
Ganesh wrote: that I am using JRE version 1.3.0_04 (Java HotSpot(TM) Client VM (build 1.3.0_04, mixed mode). Due to project constraints I am unable to change/upgrade this JVM. Is this version a problem? It's rather old. I'd try to install the most recent version side-by-side or another machine

FOP dropping Type1 fonts from time to time

2003-08-27 Thread Teator, Michael
We're running FOP 0.20.5 in a coocoon/tomcat type environment. It's producing thousands of PDFs per day, and they all embed type1 fonts. Every once in a while, maybe 1 in a thousand will not have the fonts embedded. Any ideas? Thanks, Michael

Re: Seek Help

2003-08-27 Thread J.Pietschmann
Lim Huat Heng wrote: I guess the division is wrong, how can I solve it? There is no division in your code snippet at all. One probelm is here: xsl:variable name=colWidth ... fo:table-column column-width=$colWidth/ !-- LHH Modified 200 -- /xsl:variable You

Re: horizontal centering - not dynamic

2003-08-27 Thread J.Pietschmann
Jason Vincent wrote: I'm having trouble getting images horizontally centered in a table. I've followed the FAQ and used the proportional-column-width(1) method to get it centered. Hm. Why doesn't fo:block text-align=center fo:external-graphic src=foo.jpg/ /fo:block work for you?

Christian Knudsen/Interactive is out of the office.

2003-08-27 Thread Christian Knudsen
I will be out of the office starting 27-08-2003 and will not return until 01-09-2003. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL