Re: Memory consumption

2003-09-17 Thread Ben Galbraith
Robert, Robert C. Leif wrote: Most memory leaks are the result of using pointers. If a language provides a construct that can replace the use of pointers, then this problem can be minimized. Java has significant overhead because it checks its dispatching at run-time rather than at compile time.

RE: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-17 Thread Ganesh
java.lang.NoSuchMethodError: org.apache.batik.dom.AbstractAttr: method isReadonly()Z not found at org.apache.batik.dom.GenericAttr.(GenericAttr.java:42) at org.apache.batik.dom.AbstractAttr.setValue(AbstractAttr.java:177) at

Hyphenation on free text

2003-09-17 Thread Sherlane Lam
Hi all, I am using 20.4 version in Win 2K. I am trying to use en_GB to hyphenate long free text without spacing. However, I find there is a problem with the output pdf. I have made a sample.xml with a long free text as shown in the attached document (sample3.xml) with continuous character -

Re: container position=absolute seems to be off

2003-09-17 Thread Chris Bowditch
From: Randy Paries [EMAIL PROTECTED] it seems that the first box start 1/8 to long and the 1' block-containers are actually 7/8's of an inch. So by the time we get half way down the sheet the labels are all off. Your example worked for me on FOP 0.20.5 and RenderX. Note, that you have drawn the

RE: container position=absolute seems to be off

2003-09-17 Thread Andreas L. Delmelle
-Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] From: Randy Paries [EMAIL PROTECTED] it seems that the first box start 1/8 to long and the 1' block-containers are actually 7/8's of an inch. So by the time we get half way down the sheet the labels are all off.

Re: fo:basic-link

2003-09-17 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] Hi, I've tried to use fo:basic-link internal-destination= in region-start section but no result came out. It's fine if I'm using the same code in regin-body. Do you know a fix for that or is a bug? Thanks a lot Do you see any output in the console? Try

Re: Hyphenation on free text

2003-09-17 Thread Chris Bowditch
From: Sherlane Lam [EMAIL PROTECTED] Hi all, snip/ I have made a sample.xml with a long free text as shown in the attached document (sample3.xml) with continuous character - 'AABBCCC..' and so on. I find that the appearance of the characters become dis-order after the line

RE: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-17 Thread Cai, Judy
Thanks, Ganesh Is XML parsers xercesImpl-2.2.1.jar? I can not find other XML Parsers in my classpath and current fop0.20.5 directory. I tried running the Sample document on the command line on the linux machine? There is also java.lang.NoSuchMethodError: org.apache.batik.dom.AbstractAttr: method

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
Hi, I do not see any output in console and no errors. I've run the example from command line and I got the same result. Attached is a snippet of FO doccument. Thank you Lucian Opris -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003

RE: fo:basic-link

2003-09-17 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] Hi, I do not see any output in console and no errors. I've run the example from command line and I got the same result. I know result is same, I just wanted to know what you saw on Console. So you dont see anything like; [INFO] Using

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
the snippet without attachment ?xml version=1.0? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:fo=http://www.w3.org/1999/XSL/Format; xmlns:fox=http://xml.apache.org/fop/extensions;

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
I've notice that the actual internal link is on the same line but starts on body region and the text remains on start region. Very strange. I'm using FOP 0.20.4. Thanks Lucian Opris - To unsubscribe, e-mail: [EMAIL

RE: fo:basic-link

2003-09-17 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] the snippet without attachment thanks, although you've sent XSLT not XSL-FO. big snip/ fo:static-content flow-name=start-first this might be the problem. IIRC FOP doesnt yet support referencing named regions, and only works with xsl-region-before. !-- THIS

RE: fo:basic-link

2003-09-17 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] I've notice that the actual internal link is on the same line but starts on body region and the text remains on start region. Very strange. I'm using FOP 0.20.4. Thanks This could be the famous Hotspot offset bug. This bug has been partly fixed in 0.20.5.

external-graphic : twice request for the same element

2003-09-17 Thread Thomas S
Hello, I'm using FOP fop-0.20.5 with fop.sh script and for all external-graphic element, I can see 2 requests in my apache log. So I lose lot of time for dynamically generated images. Is that normal ? Can I change it ? my .fo file : ?xml version=1.0 encoding=utf-8? fo:root font-family=Times

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
Ok, I did upgrade the FOP version links are fine (not offseted) but I get another error regarding fonts embedding. Cannot extract the embedded font 'Arial, BoldItalic' Some charachters may not display or print correctly. Arial BoldItalics was fine in previous version. snippet of config.xml

RE: container position=absolute seems to be off(FIXED kindof)

2003-09-17 Thread Randy Paries
Wow do I feel stupid. I only noticed this when I went to the version 6 of the reader and it was printing to A scale of 94% AARG!!! Is there a way to put something in the PDF that defaults to no scaling on the printer Thanks Randy -Original Message- From: Chris Bowditch

RE: container position=absolute seems to be off(FIXED kindof)

2003-09-17 Thread Andreas L. Delmelle
-Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Wow do I feel stupid. I only noticed this when I went to the version 6 of the reader and it was printing to A scale of 94% AARG!!! Don't! It happens even to the best sometimes :) Is there a way to put something in

RE: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-17 Thread Cai, Judy
I just change (fo:external-graphic src) to jpg file from svg file. Fop did work for me. Now I guess the reason why the same code works fine in jdk1.4.1 on windows XP not in jdk1.3.1 on linux. My Open BSD may not support graphical environment for SVG. Am I right? Any solution for it? Thanks Judy

Re: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-17 Thread Clay Leeds
This may be way off base, and if so, my apologies... Cai, Judy wrote: I just change (fo:external-graphic src) to jpg file from svg file. Fop did work for me. Now I guess the reason why the same code works fine in jdk1.4.1 on windows XP not in jdk1.3.1 on linux. My Open BSD may not support

problem with postscript (landscape)

2003-09-17 Thread suse
hello @ all! I've implemented the page-height and page-width in my stylesheet to produce a postscript-file which orientation is landscape. but if I open it with ghostview portrait is shown. is it a issue of fop or a bug of gs? thanx suse

Re: problem with postscript (landscape)

2003-09-17 Thread Jeremias Maerki
Hi suse Check this out: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21307 This may do what you need. On 17.09.2003 21:47:56 suse wrote: I've implemented the page-height and page-width in my stylesheet to produce a postscript-file which orientation is landscape. but if I open it with