display-align and block-container (fop-0.20.4)

2003-10-16 Thread Markus Schaeffler
Hi, I want to vertically align text within an absolute positioned block-container. Is that possible ? I thought of using display-align=befor / after / center. There are some examples for table-cells (http://xml.apache.org/fop/fo.html#fo-center-vertical) but I found no further information on

Re: display-align and block-container (fop-0.20.4)

2003-10-16 Thread Chris Bowditch
From: Markus Schaeffler [EMAIL PROTECTED] Hi, I want to vertically align text within an absolute positioned block-container. Is that possible ? I thought of using display-align=befor / after / center. I believe this should work. Have you tried it? There are some examples for table-cells

Re: display-align and block-container (fop-0.20.4)

2003-10-16 Thread Chris Bowditch
From: Markus Schaeffler [EMAIL PROTECTED] snip/ fo:block-container height=50.0mm width=30.0mm top=10mm left=40mm position=absolute display-align=center border-width=0.1mm border-style=solid fo:blockHello World/fo:block /fo:block-container Unfortunately the display-align=center attribute seems to

TXTRenderer question -- FOP 0.20.4 and fop-0.20.5rc3a

2003-07-03 Thread Mukul Gandhi
Hello , I am converting XML file to a formatted TXT o/p. I have tried with both FOP 0.20.4 and the latest fop-0.20.5rc3a softwares. I observed that with FOP 0.20.4 the TXT o/p was quite better than with fop-0.20.5rc3a. There were fewer white spaces problems with FOP 0.20.4. Sometime back i asked

Unexpected FOP behaviour (using fop-0.20.4)

2003-05-12 Thread m . schaeffler
Hi fopper, considering the following code: fo:block-container height=4.23332275mm width=30.0mm top=15.0mm left=30.0mm position=absolute line-height=12.0pt border-width=0.05mm border-style=solid border-color=black background-color=red

Re: Unexpected FOP behaviour (using fop-0.20.4)

2003-05-12 Thread Jeremias Maerki
I can reproduce but I'm not in the mood to investigate and I don't think it is proper behaviour. The PostScript renderer doesn't paint the background beyond the border but on the other side doesn't paint the borders correctly. A work-around could be to use a single block-container and use SVG

[FOP 0.20.4] I have some problems with logs

2003-04-17 Thread Christophe BESSON
Hello! I use FOP 0.20.4 to generate PDF into a servlet and I have some problems with logs. first, I have a message into the console of Tomcat that says : [WARNING] Screen logger not set. And when I generate the PDF with FOP, I have no logs into the file I specified : my log file is created

Re: [FOP 0.20.4] I have some problems with logs

2003-04-17 Thread Jeremias Maerki
A little line is missing. See inline. On 17.04.2003 11:30:58 Christophe BESSON wrote: I use FOP 0.20.4 to generate PDF into a servlet and I have some problems with logs. first, I have a message into the console of Tomcat that says : [WARNING] Screen logger not set. And when I generate the PDF

Re: [FOP 0.20.4] I have some problems with logs

2003-04-17 Thread Jeremias Maerki
] Date: 17/04/03 16:11 Objet: Re: [FOP 0.20.4] I have some problems with logs A little line is missing. See inline. On 17.04.2003 11:30:58 Christophe BESSON wrote: I use FOP 0.20.4 to generate PDF into a servlet and I have some problems with logs. first, I have a message into the console

Pb when running fop 0.20.4 under WebLogic server

2003-04-01 Thread Lanto Randriamiharisoa
Hi all, I have a problem since I try to run my PDF renderer servlet under BEA WebLogic server. I get a document which length is set to 0 at my client browser. I've tried to set the log level to DEBUG, and I just got this : [DEBUG] Using weblogic.xml.jaxp.RegistryXMLReader as SAX2 Parser And

Use fop-0.20.4 with avalon-framework-cvs-20020806.jar

2003-03-21 Thread m . schaeffler
Hi fopper, I currently use fop-0.20.4 and consequently avalon-framework-cvs-20020315.jar. I would like to use JDK 1.4 Logging which is supported with avalon-framework-cvs-20020806.jar. I upgraded only the Avalon-Library to the new Version and it looks as it works pretty fine. But I have doubts

Re: Use fop-0.20.4 with avalon-framework-cvs-20020806.jar

2003-03-21 Thread Jeremias Maerki
On 21.03.2003 17:31:41 m.schaeffler wrote: Hi fopper, I currently use fop-0.20.4 and consequently avalon-framework-cvs-20020315.jar. I would like to use JDK 1.4 Logging which is supported with avalon-framework-cvs-20020806.jar. I upgraded only the Avalon-Library to the new Version

Re: FOP 0.20.4

2002-12-09 Thread Johan Ã…brandt
Try with adding the following system property to the startup arguments for the server: com.ibm.ws.classloader.classSharing=false i.e java -Dcom.ibm.ws.classloader.classSharing=false ... By default WAS cashes class definitions on a per server basis, and not on a per classloader basis, as would

Re: FOP 0.20.4

2002-12-07 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: [04/12/02 10:30:12:407 HST] 541ff1e2 WebGroup X Servlet Error: Class org/xml/sax/XMLReader violates loader constraints: java.lang.LinkageError: Class org/xml/sax/XMLReader violates loader constraints at org.apache.fop.apps.Driver.getParserClassName(Unknown

FOP 0.20.4 (NoClassDefFound)

2002-11-27 Thread Ken Teague
Hello. I'm trying to use FOP to generate PDF/HTML/text files from XML using the XML Resume Library (xmlresume.sourceforge.net). I was able to get HTML and TEXT output a la xalan but PDF output fails with the following error: snip [EMAIL PROTECTED]:~/resume/examples$ make java

Re: FOP 0.20.4 (NoClassDefFound)

2002-11-27 Thread Oleg Tkachenko
Ken Teague wrote: java org.apache.fop.apps.Fop -fo resume.fo -pdf resume.pdf Exception in thread main java.lang.NoClassDefFoundError: org/apache/avalon/framework/logger/Logger at org.apache.fop.apps.Fop.main(Unknown Source) Add avalon jar to the classpath, avalon-framework-cvs-.jar

RE: Which logging library is needed to run fop 0.20.4 servlets

2002-11-26 Thread Ciot, Thierry
:[EMAIL PROTECTED] Sent: Monday, November 25, 2002 5:33 PM To: '[EMAIL PROTECTED]' Subject: RE: Which logging library is needed to run fop 0.20.4 servlets Thanks Jeremias for answering. Yes I use the FOPServlet from the distribution (the WAR file in the example directory). I have experimented

RE: Which logging library is needed to run fop 0.20.4 servlets

2002-11-25 Thread Ciot, Thierry
Thanks Jeremias for answering. Yes I use the FOPServlet from the distribution (the WAR file in the example directory). I have experimented a bit more by installing fop 0.20.4 on another machine: I am getting the same error message. On both machines, I never had any other version of fop. I have

Re: Which logging library is needed to run fop 0.20.4 servlets

2002-11-23 Thread Jeremias Maerki
for answering this question. I am using fop 0.20.4 (fop-0.20.4rc). I cannot use fop within a servlet. I have tested with both tomcat 3.3.1 and Tomcat 4. I get the following error message java.lang.NoClassDefFoundError: org/apache/log/Hierarchy It turns out that the avalon jar file

Which logging library is needed to run fop 0.20.4 servlets

2002-11-22 Thread Ciot, Thierry
I have searched the FAQ and the mail archive but could not find anything useful. Thanks in advance for answering this question. I am using fop 0.20.4 (fop-0.20.4rc). I cannot use fop within a servlet. I have tested with both tomcat 3.3.1 and Tomcat 4. I get the following error message

External-Link Hotspot Offset Problem FOP 0.20.4

2002-11-15 Thread Andy Joslin
Hi All I was wondering if there was a standard workaround for the problem of the fo:basic-link hotspot displaying in the wrong position (approx 2-3cm above where the link should be). I'm using FOP 0.20.4, and have seen a bugfix relating to this, so does anyone have experience of getting

Re: External-Link Hotspot Offset Problem FOP 0.20.4

2002-11-15 Thread Christian Geisert
using FOP 0.20.4, and have seen a bugfix relating to this, so does anyone have experience of getting this issue resolved and working in FOP 0.20.4 ? This bug is fixed in CVS. So you could either checkout the source and compile FOP yourself or wait some days for the 0.20.5 release candidate (tester

RE: External-Link Hotspot Offset Problem FOP 0.20.4

2002-11-15 Thread Andy Joslin
Christian Geisert wrote : This bug is fixed in CVS. So you could either checkout the source and compile FOP yourself or wait some days for the 0.20.5 release candidate (tester are welcome ;-) Great ! I'll be more than happy to test the new release when it comes out :-) In the meantime I'll have

Re: [ANNOUNCEMENT] FOP 0.20.4 Release Candidate available

2002-06-28 Thread Costantino Sertorio
: Subject: [ANNOUNCEMENT] FOP 0.20.4 Release Candidate available 13.06.2002 18:10 Please respond

[ANNOUNCEMENT] FOP 0.20.4 Release Candidate available

2002-06-13 Thread Christian Geisert
Hi all, the Release Candidate for 0.20.4 is available at http://xml.apache.org/dist/fop for downloading and testing. It is planed to make the actual release in about a week (or two?) if no serious bugs show up. Changes since 0.20.3 include: - Support for background-image - FOP should now work with