RE: [vote] Merging JFor with FOP

2001-10-19 Thread COFFMAN Steven
+1. Positive list contribution combined with a big code contribution makes it an easy call. -Original Message- From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 8:58 AM To: FOP Cc: Bertrand Delacretaz Subject: [vote] Merging JFor with FOP Hi people, re

Re: [vote] Merging JFor with FOP

2001-10-19 Thread Arved Sandstrom
At 09:20 AM 10/19/01 +0200, Keiron Liddle wrote: >On Thu, 18 Oct 2001 14:58:17 Stefano Mazzocchi wrote: >> would you like to accept jfor code and give Bertand Delacretaz committer >> status in order to perform the merging on the FOP code following the >> technical directions that the FOP dev commu

RE: Total page count?

2001-10-19 Thread Savino, Matt C
Thanks a lot! That did the trick. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 19, 2001 4:15 AM > To: [EMAIL PROTECTED] > Subject: Re: Total page count? > > > > Stick this at the end of your flow: > > > Stick this where you want

Re: [REDESIGN] area tree

2001-10-19 Thread Karen Lease
Hi Keiron, I've been a bit submerged this week and didn't respond to your and Arved's posts when they went by. I think tables now have enough functionality to satisfy most users. But thinking about how to do the "auto" layout got me back into pondering about inline area layout. Where and how ar

Re: xalan version

2001-10-19 Thread Karen Lease
I committed into CVS 26.8.2001. So it wasn't in 0.20.1 but it should certainly be in 0.20.2RC. Guillaume Rousse wrote: > > Ainsi parlait Karen Lease : > > That sounds kind of familiar. > > A while back, FOP was failing with GUMP builds which use the CVS version > > of xalan because of relative U

FOP servlet

2001-10-19 Thread Carmelo Montanez
Hi All: I have a servlet with the following code fragment in it:     Driver driver = new Driver();  driver.setRenderer(Driver.RENDER_PDF);  InputHandler inputHandler = new XSLTInputHandler(new File(xmlFile), new File(xslFile));   XMLReader parser = inputHand

Re: page numbering problem...

2001-10-19 Thread wali
Thanx Joerg and Colin It is working fine Thanx again for your help. This is how i have done it Page of wali Hi wali, >but one problem still persists can't do it coz FOP does not allow

FOP and UTF-8

2001-10-19 Thread Daniel Pfuhl
Hi, is it possible to use UTF-8 encoding with FOP 0.20.1? Until now I used only ISO-8859-1 and want to switch to UTF-8. I tried to generate pdf using UTF-8 XML and UTF-8 stylesheet but it won't replace the UTF-8 Code :-( Any suggestions?? thanx daniel =

Fwd: hyphenate

2001-10-19 Thread Daniel Pfuhl
..I sent this a few days ago but didn't get an answer. Is there really nobody who stays in touch with these features? daniel --- Daniel Pfuhl <[EMAIL PROTECTED]> schrieb: > Datum: Thu, 18 Oct 2001 18:33:56 +0200 (CEST) > Von: Daniel Pfuhl <[EMAIL PROTECTED]> > Antwort-an-Adresse: [EMAIL PROTECT

RE: should fop fail when xml file contains DOCTYPE?

2001-10-19 Thread Matthew L. Avizinis
OK, I've found it -- fop doesn't like the URL's I put in there "file://" whereas if I use this in an XSLT file, Xalan doesn't seem to mind when I process other things that don't involve fop. If I take that off the front, fop doesn't complain any longer. But, correct me if I'm wrong, file://etc.

RE: should fop fail when xml file contains DOCTYPE?

2001-10-19 Thread Matthew L. Avizinis
Hello Keiron (please forgive my familiarity even though we've never actually met), Actually, that was the full error message. That's the only thing it emits; then stops. xhtml-lat1.ent is actually an absolute path on our network as below so it really doesn't have any bearing, I would think.

DO NOT REPLY [Bug 4288] New: - Log Formatter not found when running Fop

2001-10-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Antwort: page numbering problem...

2001-10-19 Thread Shkuro, Yuri
Use different IDs for each report. E.g., at the beginning of declare or and then use it to mark the ending block YS -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 8:40 PM To: [EMAIL PROTECTED] Cc:

entity_keys.xml

2001-10-19 Thread Rossi, Bernard L. (LNG)
How would you transform something like this to pdf? <> Thanks. Bernie Rossi begin 600 entity_keys.xml M/#]X;6P@('9E&UL/VEO7VED/3(F86UP.WAS;#UO M=VYE&UL/VED;U]I9#TS)F%M<#MX5]T M>7!E(&5N=%]I9#TB,R(@96YT7VYA;64](D-O;F-E<'0@1&5F:6YI=&EO;B(@ M96YT7W5R;#TB96YT:71Y7W1Y<&4N>&UL/VED;U]I9#TS)F%M<#MI96Y

Re: [vote] Merging JFor with FOP

2001-10-19 Thread Keiron Liddle
On Thu, 18 Oct 2001 19:45:09 Alistair Hopkins wrote: > With a little guidance, I will attempt some decoupling, especially from > Batik. > > Any pointers? I've looked, and it seems fairly embroiled to me. > > Alistair This is something best done in the redesign, rather than doing it then needin

Re: Total page count?

2001-10-19 Thread Louis . Masters
Stick this at the end of your flow: Stick this where you want the page count: Page of -Lou Matt Savino <[EMAIL PROTECTED]> on 10/19/2001 02:55:30 AM Please respond to [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> cc: Subject: Total page count? Is there any way to

RE: Performance

2001-10-19 Thread Jim Wright
There must be something flaky in your Linux install, JDK, FOP setup, or xsl formatting. Hard to tell without looking at all the particulars of your box and project.   I’ve used FOP on a few Windows boxes, and several Linux servers, and it’s always faster under Linux for me. I’d start by

Re: xalan version

2001-10-19 Thread Guillaume Rousse
Ainsi parlait Karen Lease : > That sounds kind of familiar. > A while back, FOP was failing with GUMP builds which use the CVS version > of xalan because of relative URLs in the document() function, for > example in genconst.xsl. At the time I made some changes in the Fop Xslt > task which fixed t

background image

2001-10-19 Thread uwe . heldt
Hi, i ' am creating pdf documents via fop. Is it possible to build in a background image. fop tells me, it is not implemented yet. ??? Thanks Uwe - Uwe Heldt - EDV-Berater SoftM Software und Beratung Hamburg GmbH Amsinckstraße 57, 20097 Ha

Re: latest version of FOP

2001-10-19 Thread Arved Sandstrom
At 12:56 AM 10/19/01 GMT, ektan wrote: > I'm using FOP-0.20.1 now, and I'm get the news that there is a latest >version of FOP from the mailing list, so where can I get this latest >version of FOP? It's been on the website downloads page for about 3 weeks now. It's listed as an RC (release candi

RE: Antwort: page numbering problem...

2001-10-19 Thread Colin Savage
you could try something like: Report Page -Original Message- From: [EMAIL PROTECTED

Re: [vote] Merging JFor with FOP (image capabilities)

2001-10-19 Thread Bertrand Delacretaz
On Friday 19 October 2001 10:55, Alex McLintock wrote: > Can anyone give me a quick overview of jFor's capabilities? In particular I > would like to understand whether it only looks at text based capabilities > of FO, or whether it also can cope with (for example) table borders, GIF > and JPG, and

Re: [vote] Merging JFor with FOP

2001-10-19 Thread Alex McLintock
> > Stefano Mazzocchi wrote: > > > > > > Hi people, > > > > > > recently, some code was donated to the Apache Cocoon project in order to > > > connect it with JFor (www.jfor.org) which is a FO->RTF processor. > > > > > > It appeared evident to me (and to others, as I discovered later) that > > >

Re:Performance

2001-10-19 Thread Alenka Skrbinek
Our Linux has 0.5Gb memory. I am trying to make pdf from file headfoot.fo, which came with examples in Fop 0.20.1. It takes about 13500 ms per page while in Win2000 it takes 350 ms per page. Why such diference?

RE: Total page count?

2001-10-19 Thread Colin Savage
use page-number-citation and put an element at the end of the page-sequence with an ID that you can reference -Original Message- From: Matt Savino [mailto:[EMAIL PROTECTED]] Sent: 19 October 2001 08:56 To: [EMAIL PROTECTED] Subject: Total page count? Is there any way to get the total pa