Re: [PATCH] update FOP (maintenance branch) to REC syntax

2001-12-05 Thread Christian Geisert
"John H. Wyman" wrote: > > Christian, > Do you think you could put the fixes you sent me, so the inline works > across a block ? Yes, I definitely want do it (as time permits..) > John Christian - To unsubscribe, e-mail: [EMA

Problem in line-height

2001-12-05 Thread lpkhoo
Hello, I faced problem when I run FOP. The problem is line-height attribute, when I place my line-height in as attribute and when I run FOP 0.20.2, it given me an infinity loop even through my fo file is very small. Below is my sample program for fo: May I know which I do

Re: Problem in line-height

2001-12-05 Thread lpkhoo
Sorry, to inform that I found my mistake in my XSL. I forgot to put 'pt' after line-height value. Thank you lpkhoo Lay Pheng

Re: Table Headers

2001-12-05 Thread spam_from_fop_dev
> I need a table header. However, the data for my table header is > dynamic, and can change during the course of a rendition. Hi Kunal, I think that each time you want to change the header you should finish your current table and start a new one. You should be able to make the two tables appe

FOP - Table Column-Headers

2001-12-05 Thread Kunal Mittal
Title: Message Joshua -   It is not based on page numbers. Its actually based on the resulting no of rows for a query -   eg -   Table Header 1     Row 1_1     Row 1_2     Row 1_3     Page Break (automatic because page runs out) Table Header 1     Row 1_4     Row 1_5     Page Break (force

Table Headers

2001-12-05 Thread Kunal Mittal
Title: Table Headers Hello all - I have a Table with all my data (a bunch of different type of rows). I basically need a table header, as you have defined in the mailing lists. However, the data for my table header is dynamic, and can change during the course of a rendition. SO for example,

RE: [PATCH] update FOP (maintenance branch) to REC syntax

2001-12-05 Thread John H. Wyman
Christian, Do you think you could put the fixes you sent me, so the inline works across a block ? John XXENDSXX John H. Wyman 5160 Darry Lane Dublin, OH 43016 (614)-889-0698 mailto:[EMAIL PROTECTED] Wyman Genealogy Site Francis Wyman Assoc email List http://groups.yahoo.com

[PATCH] update FOP (maintenance branch) to REC syntax

2001-12-05 Thread Christian Geisert
Hi, I finally managed to update FOP to REC syntax.. According to the documented changes at: http://www.w3.org/TR/2001/REC-xsl-20011015/sliceF.html#changes http://www.w3.org/TR/2001/PR-xsl-20010828/sliceF.html#changes the biggest thing was the renaming of the "master-name" property to "master-r

progress applet while servlet generates PDF

2001-12-05 Thread Todd McGrath
I would like to launch a progress bar applet that runs while my servlet generates the PDF. I'm just starting research into how this might be accomplished. Has anyone already implemented this or thought about how to do it? Todd --

[PATCH] update FOP (maintenance branch) to REC syntax

2001-12-05 Thread Christian Geisert
Hi, I finally managed to update FOP to REC syntax.. According to the documented changes at: http://www.w3.org/TR/2001/REC-xsl-20011015/sliceF.html#changes http://www.w3.org/TR/2001/PR-xsl-20010828/sliceF.html#changes the biggest thing was the renaming of the "master-name" property to "master-r

Missing versions in Bugzilla

2001-12-05 Thread Christian Geisert
Hi, I just noticed the versions for FOP in Bugzilla are still at 0.17 Could someone please add the missing ones. Christian P.S: this is also a test mail as it seems the patch I sent one hour didn't make it to the list - To

RE: How to get FOP servlet to run in "quiet" mode? UPDATE

2001-12-05 Thread Kilmer, Erich
Yeehaa!! Tried it and it works. Your help is much appreciated! Erich -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 10:56 AM To: [EMAIL PROTECTED] Subject: RE: How to get FOP servlet to run in "quiet" mode? UPDATE We added the following

RE: How to get FOP servlet to run in "quiet" mode? UPDATE

2001-12-05 Thread Jim Urban
We added the following statement to the servlet init: "MessageHandler.setOutputMethod(MessageHandler.NONE);". Hope this helps, Jim -Original Message- From: Kilmer, Erich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 9:39 AM To: '[EMAIL PROTECTED]' Subject: How to get FOP

How to get FOP servlet to run in "quiet" mode? UPDATE

2001-12-05 Thread Kilmer, Erich
Read the manual and learned about the config.xml file. Opened my fop.jar in winzip and extracted config.xml. Changed to: quiet true Then added the file back into the fop.jar. Then I restarted my web server. However after rendering an XML to PDF in ther servlet I see the same kind of

RE: fo:external-graphic question

2001-12-05 Thread Todd McGrath
Thank you, absolute file paths definitely help when using static images. However, I have servlets that produce PNG graphs. I don't think I can specify an absolute file path for dynamically generated images. -Original Message- From: Matt Savino [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: Page Breaks

2001-12-05 Thread Joerg Pietschmann
Hello, a form feed (\f, 0xC, ASCII FF, CTRL-L or ) is not a legal character in XML. Data containing it could/should be rejected. Also: "Jim Urban" <[EMAIL PROTECTED]> wrote: > XSLT is under the control of our client. Then you can tell your clients to cope with it. Actually, doing something for

fo:block-container to put graphic in the margin

2001-12-05 Thread Phil Endecott
Hi FOP experts, ,-, I'm trying to put an icon in the margin alongside some / paragraphs: you know the sort of thing; instruction books | often have symbols next to paragraphs with warnings, for * example. Like this grotty bit of ASCII art. I've tried something like this:

DO NOT REPLY [Bug 5280] New: - Setting up fonts

2001-12-05 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: Advice please

2001-12-05 Thread Ralph LaChance
At 01:11 PM 12/5/01 +, you wrote: >2. build in printing direct from FOP. > >My problems with the above are: > >2. I've made this work but I get different results - presumably becuase of >differences in the renderer. What do you mean by "different results" is it just a matter of sizing or are

Re: Advice please

2001-12-05 Thread James Richardson
Phillips Tony wrote: > > > Hi, > > I'm putting together a bill production facility which is now almost > complete; there's some reasonably complex XSL:FO stuff to produce lovely > bills in PDF...and I'm impressed with FOP. However, I now need to print > 'em! > > I've looked at a couple of

Re: Advice please

2001-12-05 Thread Jens Eckert
You can use the FOP-postscript renderer. I've never done that, but I know there is this feature: driver.setRenderer(driver.RENDER_PS); Jens Phillips Tony schrieb: > Hi, > > I'm putting together a bill production facility which is now almost > complete; there's some reasonably complex XSL

AW: Advice please

2001-12-05 Thread Beer, Christian
You may convert PDF to PS using ghostview or something and then send that to a PS-printer. -Ursprüngliche Nachricht- Von: Phillips Tony [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 5. Dezember 2001 14:12 An: '[EMAIL PROTECTED]' Betreff: Advice please Hi, I'm putting together a bill p

Advice please

2001-12-05 Thread Phillips Tony
Hi, I'm putting together a bill production facility which is now almost complete; there's some reasonably complex XSL:FO stuff to produce lovely bills in PDF...and I'm impressed with FOP. However, I now need to print 'em! I've looked at a couple of options: 1. firing off Acrobat from command

Re: Setting the page-number

2001-12-05 Thread Corinna Hischke
Hi,   you can begin a new page count by starting a new page-sequence and setting the property initial-page-number="1".   - Corinna - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 03, 2001 11:59 AM Subject: Setting the page

RE: Page Breaks

2001-12-05 Thread Alistair Hopkins
An extension can be a javascript function embedded in some part of the stylesheet[or an imported ancillary stylesheet] which the client can control. http://xml.apache.org/xalan-j/extensions.html#ex-basic -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Decembe