Small test case for FOP error

2002-08-08 Thread Seth Nickell
Using divide-and-conquer I narrowed the paragraph that was causing the error down to the following DocBook: Focus allows the user to designate the window to receive data from input devices such as the keyboard (and sometimes the mouse too). In situations where the user has a screen reader, focus

Re: How to Call FOP thro Java Application?

2002-08-08 Thread Jamal Mohamed A Abdul Sathar
Inside servlet or standalone tell me, i will send the code >From: Amerin Szulr <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: How to Call FOP thro Java Application? >Date: Thu, 8 Aug 2002 02:48:04 -0700 (PDT) > > >Hi > >How to Call FOP from Java Application? >

cvs commit: xml-fop/src/org/apache/fop/apps Driver.java

2002-08-08 Thread keiron
keiron 2002/08/08 23:51:18 Modified:src/org/apache/fop/apps Driver.java Log: set user agent on renderer Revision ChangesPath 1.53 +2 -1 xml-fop/src/org/apache/fop/apps/Driver.java Index: Driver.java ==

Re: How to Call FOP thro Java Application?

2002-08-08 Thread m . schaeffler
I have t work on that too. If you have an example of a standalone application which calls fop please post the code. Thanks a lot! Markus Schäffler -- > Inside servlet or standalone tell me, i will send the code > > > > >From: Amerin Szulr <

cvs commit: xml-fop/src/org/apache/fop/layoutmgr AbstractBPLayoutManager.java AbstractLayoutManager.java BlockLayoutManager.java BlockStackingLayoutManager.java FlowLayoutManager.java InlineStackingBPLayoutManager.java LayoutManager.java LeafNodeLayoutManager.java LineBPLayoutManager.java PageLayoutManager.java SpaceSpecifier.java TextBPLayoutManager.java LineLayoutManager.java TextLayoutManager.java

2002-08-08 Thread keiron
keiron 2002/08/09 00:11:16 Modified:src/org/apache/fop/layoutmgr AbstractBPLayoutManager.java AbstractLayoutManager.java BlockLayoutManager.java BlockStackingLayoutManager.java FlowLayoutManager.java