RE: configuration problem: hyphenation

2004-01-13 Thread Andreas L. Delmelle
> -Original Message- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > > J.Pietschmann wrote: > > 2. file:///\fop\fop-0.20.5\conf > Darn, should be > file:///fop/fop-0.20.5/conf > of course. > Sorry if it's contagious :) Cheers, Andreas -

Re: Turning off inappropriate errors?

2004-01-13 Thread jim kraai
J.Pietschmann wrote: Timothy Dean wrote: Is there any way to configure FOP so that it will not flag these attributes from an unrecognized namespace as errors? There is no easy way to configure FOP this way. Your best bet is to disable the message in the source and recompile. J.Pietschmann What's

Re: configuration problem: hyphenation

2004-01-13 Thread J.Pietschmann
J.Pietschmann wrote: 2. file:///\fop\fop-0.20.5\conf Darn, should be file:///fop/fop-0.20.5/conf of course. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: configuration problem: hyphenation

2004-01-13 Thread John Austin
On Tue, 2004-01-13 at 19:14, J.Pietschmann wrote: > Kyle Kotwica wrote: > > Using either form of the URL suggested. > > The comment meant: > 1. file:///\fop\fop-0.20.5\conf > While it is a syntatcically valid URL, it probably wont work as expected, > i.e. it does not address the file system object

Re: Turning off inappropriate errors?

2004-01-13 Thread J.Pietschmann
Timothy Dean wrote: Is there any way to configure FOP so that it will not flag these attributes from an unrecognized namespace as errors? There is no easy way to configure FOP this way. Your best bet is to disable the message in the source and recompile. J.Pietschmann --

Re: configuration problem: hyphenation

2004-01-13 Thread J.Pietschmann
Kyle Kotwica wrote: Using either form of the URL suggested. The comment meant: 1. file:///\fop\fop-0.20.5\conf While it is a syntatcically valid URL, it probably wont work as expected, i.e. it does not address the file system object \fop\fop-0.20.5\conf 2. file:///\fop\fop-0.20.5\conf This will add

Re: FOP being very slow.

2004-01-13 Thread J.Pietschmann
John Austin wrote: and similar treatment for the StreamSources used to read in the XML and XSLT files. That's usually uncritical, because XML parsers tend to buffer themself. IIRC recent Xerces uses an 8k buffer by default (which means you get long stretches of XML text as a series of characte

Re: FOP being very slow.

2004-01-13 Thread John Austin
On Tue, 2004-01-13 at 17:49, Jeremias Maerki wrote: > Talking about performance: It might be a good idea to buffer to > OutputStream. > > driver.setOutputStream(new BufferedOutputStream(new java.io.FileOutputStream( > pdfFile ))); > > On 12.01.2004 21:51:09 John Austin wrote: > > driver.setO

Re: RE : renderer postscript : border painting

2004-01-13 Thread Jeremias Maerki
Salut Philippe I haven't had time, yet, to run the debugger, but I think it's pretty obvious now what going wrong. If you look that PostScript file you sent me in a text editor you can see that there is a line "1.0 1.0 1.0 setrgbcolor" at the beginning of page 1 which is missing on page 2. You ca

Re: FOP being very slow.

2004-01-13 Thread Jeremias Maerki
Talking about performance: It might be a good idea to buffer to OutputStream. driver.setOutputStream(new BufferedOutputStream(new java.io.FileOutputStream( pdfFile ))); On 12.01.2004 21:51:09 John Austin wrote: > driver.setOutputStream( new java.io.FileOutputStream( pdfFile ) ); Jeremias

RE: FOP being very slow.

2004-01-13 Thread Glen Mazza
Yes, logging appears to be overdone within FOP, even if a NULL logger object is chosen, a lot of function calls are still being made. I haven't researched Xalan much yet, but their system may be a good guide on the amount of logging appropriate for our system. Glen --- John Austin <[EMAIL PROTEC

Re: FOP being very slow.

2004-01-13 Thread Clay Leeds
On Jan 13, 2004, at 10:33 AM, John Austin wrote: I also pointed out that LOGGING is a performance hog. This is mentioned on the Cocoon list from time to time. In one case I got a 20% improvement for an 80 page PDF. Just out of curiosity, is there a way (perhaps via avalon?) of logging every nth (1

RE: FOP being very slow.

2004-01-13 Thread John Austin
On Mon, 2004-01-12 at 20:36, John Austin wrote: In summary, I sent him my sample program and then reworked some of that program to eliminate communication through files. The sample program reads an external XML file generated from an Access DataBase. Transformation 1 generates a DOMResult which

Turning off inappropriate errors?

2004-01-13 Thread Timothy Dean
Hello, I have an XSL-FO file that I want to generate into PDF. Along with the usual FO content, the file contains miscellaneous attributes that are not part of the XSL namespace. My goal is to embed a variety of custom "tags" into the FO I'm generating that will later be used by an in-house automa

Re: Re: Need assistance in diagnosing error message.

2004-01-13 Thread aabouk01
This problem was corrected by simply placing the XML tag on line 1 column 1. It was indented a couple of spaces. > > From: Clay Leeds <[EMAIL PROTECTED]> > Date: 2004/01/09 Fri PM 12:10:22 EST > To: [EMAIL PROTECTED] > Subject: Re: Need assistance in diagnosing error message. > > Glad to hear th

RE: FOP being very slow.

2004-01-13 Thread John Austin
On Mon, 2004-01-12 at 19:56, Roland Neilands wrote: > > Well we are running this application on UNIX machines. From where did you > > get > > hint that its running on windows.. Then we can use the " java -server" > > optimizing JVM. But where exactly to use it. > > fop.sh, last line, just add "