Refactoring / Rewriting of FOP? Obsolete?

2002-04-19 Thread L Rutker
Hi, My manager just nixed the use of FOP in our project for the following reason. a) Its only up to 0.20.3 meaning an early beta. b) He is under the understanding partly based on what he saw on the FOP site that the code is being rewritten from scratch and he therefore does not want to have us

2 coliumns * 4 columns table

2002-04-19 Thread Patrick Andries
I need to implement tables that seem to me to be difficult (or impossible) to render with XSL FO. The difficulty involves a table made of two columns (left/right) themselves divided into 4 further columns (a,b,c,d). The content should flows from the left four columns (a,b,c,d) on a page to

Re: Refactoring / Rewriting of FOP? Obsolete?

2002-04-19 Thread Patrick Lanphier

Re: 2 coliumns * 4 columns table

2002-04-19 Thread J.Pietschmann
Patrick Andries wrote: The difficulty involves a table made of two columns (left/right) themselves divided into 4 further columns (a,b,c,d). The content should flows from the left four columns (a,b,c,d) on a page to the right four columns (a,b,c,d) of the same page before going on to the next

Re: Refactoring / Rewriting of FOP? Obsolete?

2002-04-19 Thread L Rutker
for starts try: http://www.antenna.co.jp/XML/downfree/Xhtml2fo.xsl and http://www.antenna.co.jp/XML/downfree/howto1023/Sample2foen.xsl I found one more on the w3 website but I can't locate it now I cant send the one we are using as of now but it is basically a modified subset of the antenna house

Re: Refactoring / Rewriting of FOP? Obsolete?

2002-04-19 Thread Patrick Lanphier
This would be fine but there are many things that are not yet implemented in FOP compared to Antenna House, correct? This makes the modifications great, right? Patrick Lanphier The Artemis Group http://www.artemisgroup.com phone: 814-235-0444 fax: 800-582-9710 On Thu, 18 Apr 2002, L Rutker

Re: Refactoring / Rewriting of FOP? Obsolete?

2002-04-19 Thread L Rutker
also try: http://www.w3.org/2001/08/01-XHTML-XSL/html.xsl From: Patrick Lanphier [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Refactoring / Rewriting of FOP? Obsolete? Date: Thu, 18 Apr 2002 20:30:25 -0400 (EDT) Could you share your XSL file for XHTML-PDF you

Re: 2 coliumns * 4 columns table

2002-04-19 Thread J.Pietschmann
Patrick Andries wrote: I'm not sure that declaring 2 columns in the region-body can help me on the first page, since it is preceded by single-column text (of arbitrary length) before the table split into 2 * 4 columns appears. You can put the text in a block and use span=all

Re: 2 coliumns * 4 columns table

2002-04-19 Thread Patrick Andries
Yes good idea. J.Pietschmann wrote: Patrick Andries wrote: I'm not sure that declaring 2 columns in the region-body can help me on the first page, since it is preceded by single-column text (of arbitrary length) before the table split into 2 * 4 columns appears. You can put the text in a block

Betreff: Re: Refactoring / Rewriting of FOP? Obsolete?

2002-04-19 Thread Stephan Wiesner
We are using FOP for a self developed content management system, running on a native XML DB, at my university and our Style, though far from complete, is covering most features FOP currently implements. The current version can be found at http://live.fhnon.de/~swiesner/awr/ Stephan

Re: SVG/Graphing-PDF

2002-04-19 Thread Nicola Ken Barozzi
From: J.Pietschmann [EMAIL PROTECTED] Patrick Lanphier wrote: What are individuals using to create SVG files for use in their PDFs? A text editor for small stuff. XSLT for some simple diagrams. Under the Batik contrib there are stylesheets in XSL to do charts. -- Nicola Ken Barozzi

Re: pdf viewer

2002-04-19 Thread Nicola Ken Barozzi
From: Michael König [EMAIL PROTECTED] Hello, I know, this is not the best group to ask this question, but since most of you produce pdf ... I wrote a nice program to create nice pdf-documents. By now I have to send the pdf outputstream to a ordinary file on a hard disk. This file can be

AW: Again: keep-together

2002-04-19 Thread Nestel, Frank ISC 6
Hello Chuck, thank you for replying. Unfortunately I failed to express myself clearly. Maybe since there are different problems playing together in that case. My point is that we do not see how to proceed by using tables for getting the two column formatting that our customer would have liked:

In what file is the number of FOP's version ?

2002-04-19 Thread Philippe Pithon
In what file is the number of FOP's version? Because by copying FOP to another server and performer (version 0.20.3), FOP shows me 0.20.1

JSP returning PDF

2002-04-19 Thread Chris Faulkner
Hi I'm using FOP in a JSP to return dynamically created PDF documents to browsers. I'm using the usual method of embedding FOP as described on the web site. It works great. The main problem is that the PDFs take about 20 seconds to generate and then, since they are 500K or so, a while to

Re: In what file is the number of FOP's version ?

2002-04-19 Thread Jeremias Maerki
It's in conf/config.xml. The version number is inserted during the build process and originally comes from build.xml. In what file is the number of FOP's version? Because by copying FOP to another server and performer (version 0.20.3), FOP shows me 0.20.1 Cheers, Jeremias Märki mailto:[EMAIL

Re: Refactoring / Rewriting of FOP? Obsolete?

2002-04-19 Thread Jeremias Maerki
My manager just nixed the use of FOP in our project for the following reason. a) Its only up to 0.20.3 meaning an early beta. That doesn't mean too much. A lot of poeple are using FOP in a production environment. True, you may have to work around one or another problem, but FOP is useful

problem with path relative - HELP ME

2002-04-19 Thread Carlos Daniel Schafer
Hi I look distinct examples on Fop configuration. I have a problem with path relative by image. My code in servlet embeded is String baseDirPath = http://localhost:8080/portalrentas/;; org.apache.fop.configuration.Configuration.put(baseDir, baseDirPath);

Debugging FOP

2002-04-19 Thread Patrick Lanphier
How do you debug an file being input in fo format to fop when all one gets is the following. It does not provide you with a line number. [EMAIL PROTECTED] fop-0.20.3]# ./fop.sh -d -fo test.fo -pdf test.pdf [DEBUG]: Input mode: [DEBUG]: FO [DEBUG]: fo input file: test.fo [DEBUG]: Output mode:

Re: problem with path relative - HELP ME

2002-04-19 Thread Jeremias Maerki
So, it looks like baseDir is set correctly. The error happens because FOP can't load the image from where specified. Try the URL http://localhost:8080/portalrentas/fop/xslfo/escudo-200.jpg in your browser to see if the image is really there. If not, find out what you have to specify so the images

RV: problem with path relative - HELP ME

2002-04-19 Thread Carlos Daniel Schafer
-Mensaje original- De: Carlos Daniel Schafer Enviado el: viernes, 19 de abril de 2002 11:14 Para: Fop-Dev (Correo electrónico); Fop-User (Correo electrónico) Asunto: problem with path relative - HELP ME Importancia: Alta Hi I look distinct examples on Fop

Re: AW: Again: keep-together

2002-04-19 Thread Chuck Paussa
Frank, OK, that makes sense. You want to have a headline and then sanking columns underneath, like in a newspaper. Headline Goes here This is the after the information headline that goes balanced. New headline here This is the after the information headline that goes balanced. I

Re: java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
This is what I have in my java file to generate a PDF file: Logger log; Hierarchy hierarchy = Hierarchy.getDefaultHierarchy(); log = hierarchy.getLoggerFor(fop); log.setPriority(Priority.WARN); Driver dr=new Driver();// * this is where it is failing **

FOP scalability

2002-04-19 Thread Zahigian, Mike
Does anyone know how efficient FOP might be when running on Sun Solaris box? If I am using XSL template objects to optimize performance, how might response times vary with increased number of users? Assume the Solaris box is a single 420R with 4 cpus and 4GB of RAM. Any help is this regard and

FOP on Websphere OS390

2002-04-19 Thread Shaikh, Mehmood
Has anyone used FOP on Websphere 3.5 on OS390 USS? Thanks Mehmood