Re: Understanding FOP [1]

2002-02-12 Thread Keiron Liddle
On 2002.02.11 16:44 Bertrand Delacretaz wrote: > On Monday 11 February 2002 16:04, Peter B. West wrote: > > . . . > > A good way to build pipelines is with a series of pipes with > > nice orderly linear data flows. Then snapping off a LayoutManager > > and clicking in a StructureListener is trivi

"Teaching Course"

2002-02-12 Thread Matthias Fischer
Hello Keiron, your "teaching course + online discussion" is really useful. Please, continue. Could you, please, consider to give your "lessons" not only a number at the end of the subject line, but also a constant prefix? It would be useful for not missing anything inbetween. Thank you. Matthias

Re: XML Parsing [2]

2002-02-12 Thread Keiron Liddle
Class/method info: > XML Input > - > > FOP can take the input XML in a number of ways: > - SAX Events through SAX Handler FOTreeBuilder is the SAX Handler which is obtained through getContentHandler on Driver > - DOM which is converted into SAX Events This is done via the render(Docum

Re: Understanding FOP [1] (StructureRenderer)

2002-02-12 Thread Bertrand Delacretaz
On Tuesday 12 February 2002 09:21, Keiron Liddle wrote: >. . . > I would say the StructureListener and the LayoutManagers are > equivalent in terms of using the FO Tree and performing tasks with > certain parts of the FO Tree. Maybe Structure Renderer is a better > term. I agree that StructureRen

Exceptions while running embedde fop multithreaded

2002-02-12 Thread Paul . Hussein
Running several threads calling org.apache.fop.apps.Driver.run(Driver.java:508) causes nullpointer exceptions. Is FOP meant to support asynchronous calls and have I found a bug, or is it not thread safe ? building formatting object tree building formatting object tree building formatting object

Re: Exceptions while running embedde fop multithreaded

2002-02-12 Thread Arnd . Beissner
> Running several threads calling > org.apache.fop.apps.Driver.run(Driver.java:508) causes nullpointer > exceptions. > > Is FOP meant to support asynchronous calls and have I found a bug, or is it > not thread safe ? When I last browsed in the source code (0.20.2 I think), I had the impression th

need help??

2002-02-12 Thread Rikhil Jain
Hi * ,   When I try to put content which has higher length compare to the cell of a particular column of the table then it extends to the next column if I used "wrap-option=no-wrap" attribute . But it will work fine if I used  "wrap-option=wrap" attribute .   My objective in first case i

DO NOT REPLY [Bug 6392] New: - Problem with repeatable-pagemaster-alternatives

2002-02-12 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

DO NOT REPLY [Bug 6395] New: - FOP stalls when it is executed by java application

2002-02-12 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

DO NOT REPLY [Bug 6395] - FOP stalls when it is executed by java application

2002-02-12 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

DO NOT REPLY [Bug 6395] - FOP stalls when it is executed by java application

2002-02-12 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

DO NOT REPLY [Bug 6395] - FOP stalls when it is executed by java application

2002-02-12 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: sax conflicts with tomcat-4.0.2-LE-jdk1.4

2002-02-12 Thread Joerg Pietschmann
Jeremias Maerki <[EMAIL PROTECTED]> wrote: > The only place where Xerces is directly imported is the PFMReader and > TTFReader. Ok, Driver, when startet using the command line, uses Xerces > by default, but nothing prevents you from using any JAXP parser with FOP. Stuff matching org.apache.x* in

.20.3 compatibility

2002-02-12 Thread Savino, Matt C
I've recently tried to upgrade to FOP .20.3. I'd like to know if there's any way to avoid having to use avalon-framework-4.0.jar and logkit-1.0b4.jar. I really like my .20.2 with just fop.jar and batik.jar. Also I liked the performance bechmarking that .20.2 used to output to the console. Any way

Re: sax conflicts with tomcat-4.0.2-LE-jdk1.4

2002-02-12 Thread Christian Geisert
Joerg Pietschmann wrote: [..] > I believe all this stuff could be replaced by JAXP 1.1 standard > functionality. This means FOP could also be build with any JAXP > 1.1 compatible XML/XSL library. > This would also get rid of some unfortunate dependencies from > Driver.getParserClassName() (why

RE: newbie needs help with relative address for image.

2002-02-12 Thread Savino, Matt C
FYI - I still can't get this to work for a relative file path. Since I have NT dev boxes and Unix QA and Prod, I have to feed the explicit PDF filepath to the stylesheet as a parameter. I get the filepath form a environment-level properties file. Still looking for that elusive XSLT relative filepa

Re: newbie needs help with relative address for image.

2002-02-12 Thread Scott Moore
You can configure FOP to start all relative paths at a certain directory. That's what I do in my servlet: org.apache.fop.configuration.Configuration.put("baseDir", "file:" + dir + File.separator); - Original Message - From: "Savino, Matt C" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC

default print legal page

2002-02-12 Thread Fang . Cheng
Hi, I am using FOP to create pdf file in window environment. Is there anyway to set printing Legal page in FOP properties, instead of keeping changing the Adobe printer properties settings to get print outs in right size? Any suggestion will be appreciated. Fang -

[Fwd: Inheritance from the layout-master-set]

2002-02-12 Thread Peter B. West
Original Message Subject: Inheritance from the layout-master-set Date: Wed, 13 Feb 2002 16:10:52 +1000 From: "Peter B. West" <[EMAIL PROTECTED]> To: xsl-editors <[EMAIL PROTECTED]> The editors, Could you please clarify for me the role of properties defined on elements of t

FOP hanging in multi-threaded environment (Win32)

2002-02-12 Thread Jeremias Maerki
Hi Foppers I'd like to share something I've just found out and which almost cost me my nerves so shortly before the first installation of our solution. What happened? I have here a multi-threaded server app. The thread that FOP was running on froze after the debug message "building formatting ob