cvs commit: xml-fop/src/org/apache/fop/fo FOTree.java

2002-09-17 Thread pbwest
pbwest 2002/09/17 23:06:24 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOTree.java Log: Removed nodeID. Changed some RuntimeExceptions to PropertyExceptions. Added cloneCurrentFontSize(). Removed getInheritedTriplet(). Revision ChangesPath No

cvs commit: xml-fop/src/org/apache/fop/fo FONode.java

2002-09-17 Thread pbwest
pbwest 2002/09/17 23:01:51 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java Log: Added getParentTriplet(), getNearestSpecifiedTriplet(), fromNearestSpecified() and fromParent() methods. Revision ChangesPath No revision No

cvs commit: xml-fop/src/org/apache/fop/datatypes InheritedValue.java

2002-09-17 Thread pbwest
pbwest 2002/09/17 22:55:24 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design InheritedValue.java Log: Changes to validate(). Revision ChangesPath No revision No revision 1.1.2.2

cvs commit: xml-fop/src/org/apache/fop/datatypes Inherit.java

2002-09-17 Thread pbwest
pbwest 2002/09/17 22:52:58 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design Inherit.java Log: Two-arg constructor made public. Revision ChangesPath No revision No revision 1.1.2.

cvs commit: xml-fop/src/org/apache/fop/datatypes IndirectValue.java

2002-09-17 Thread pbwest
pbwest 2002/09/17 22:51:13 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design IndirectValue.java Log: Many changes to protected mode. resolve() against node instead of tree. Revision ChangesPath No revision

cvs commit: xml-fop/src/org/apache/fop/datatypes FromNearestSpecified.java

2002-09-17 Thread pbwest
pbwest 2002/09/17 22:46:56 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design FromNearestSpecified.java Log: Added resolve() method. Revision ChangesPath No revision No revision 1.

cvs commit: xml-fop/src/org/apache/fop/datastructs ROIntArray.java

2002-09-17 Thread pbwest
pbwest 2002/09/17 22:20:30 Modified:src/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design ROIntArray.java Log: Type fixed Revision ChangesPath No revision No revision 1.1.2.2 +3 -3 xm

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

2002-09-17 Thread pbwest
pbwest 2002/09/17 22:18:07 Modified:src/org/apache/fop/apps Tag: FOP_0-20-0_Alt-Design Driver.java Log: xmlevents now a SyncedXmlEventsBuffer. Revision ChangesPath No revision No revision 1.31.2

Long table cell text gets outside cell

2002-09-17 Thread Kevin Yeung
Hi all I am having troubles with long strings and table cells. I have a 10-column table and one of the columns displays the primary key of a product. The PK is a very long string without spaces or breaks. The string overflows to the neighbouring cells and therefore becomes unreadable. Another co

FOP interface

2002-09-17 Thread J.Pietschmann
Hi, I added some more constructors to Options and some InputHandlers in order to provide more flexibility for XML and XSL sources. I hope this will act as a test bed for user acceptance and will also pacify users while they have to cope with FOP maintenance code. In the end, I plan to add a render

cvs commit: xml-fop/src/org/apache/fop/apps CommandLineOptions.java FOInputHandler.java InputHandler.java Options.java TraxInputHandler.java XSLTInputHandler.java

2002-09-17 Thread pietsch
pietsch 2002/09/17 15:01:07 Modified:src/org/apache/fop/apps Tag: fop-0_20_2-maintain CommandLineOptions.java FOInputHandler.java InputHandler.java Options.java TraxInputHandler.java XSLTInputHandler.java Log: P

Re: table error msg

2002-09-17 Thread J.Pietschmann
Sachdeva, Shipra wrote: > i trying to set the "inline-progression-dimension property value" for a table... > > [INFO] FOP 0.20.4 > [INFO] building formatting object tree > [ERROR] Error in inline-progression-dimension property value '95%': >org.apache.fop.fo.expr.PropertyException: No conversio

table error msg

2002-09-17 Thread Sachdeva, Shipra
i trying to set the "inline-progression-dimension property value" for a table and getting the following error msg can anyone please explain to me what this error means?   [INFO] FOP 0.20.4[INFO] building formatting object tree[ERROR] Error in inline-progression-dimension property value '95%

[Redesign] Build update

2002-09-17 Thread Jeremias Maerki
I've just found time to commit the changes I did last week on the build process. As you might have seen I've adopted Jörg's filters. So what we have now is the following: - The build has a scaled down instructions comment at the beginning. - It doesn't copy around whole directory trees. - FOP com

Re: Fix for paragraph breaking.

2002-09-17 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: > I fixed a problem that FOP had with breaking loong words. If these > words were too long to fit on one line, and no hyphenation was selected, > the word would go beyond the right side of the page. Sorry, commit denied for a variety of reasons: 1. It is not clear whe

cvs commit: xml-fop build.xml

2002-09-17 Thread jeremias
jeremias2002/09/17 13:24:15 Modified:.build.xml Log: Streamlined build process without copying around whole directory trees. Uses filters to manage JDK 1.3 and 1.4 differences. Beautified build.xml (2 space indents) Revision ChangesPath 1.63 +332 -406 x

cvs commit: xml-fop/src/codegen jdk14.filter jdk13.filter

2002-09-17 Thread jeremias
jeremias2002/09/17 13:22:42 Added: src/codegen jdk14.filter jdk13.filter Log: Streamlined build process without copying around whole directory trees. Uses filters to manage JDK 1.3 and 1.4 differences. Revision ChangesPath 1.2 +2 -0 xml-fop/src/codegen/jdk

cvs commit: xml-fop/src/org/apache/fop/svg PDFGraphicsConfiguration.javat PDFGraphicsConfiguration.java

2002-09-17 Thread jeremias
jeremias2002/09/17 13:22:11 Added: src/org/apache/fop/svg PDFGraphicsConfiguration.javat Removed: src/org/apache/fop/svg PDFGraphicsConfiguration.java Log: Streamlined build process without copying around whole directory trees. Uses filters to manage JDK 1.3 and 1.4 differ

cvs commit: xml-fop/src/org/apache/fop/fo FObjMixed.java

2002-09-17 Thread pietsch
pietsch 2002/09/17 13:21:32 Modified:src/org/apache/fop/fo Tag: fop-0_20_2-maintain FObjMixed.java Log: Fixed problem with empty text buffer. Revision ChangesPath No revision No revision 1.12.2.8

cvs commit: xml-fop/src/org/apache/fop/image FopImageFactory.java

2002-09-17 Thread pietsch
pietsch 2002/09/17 13:19:29 Modified:src/org/apache/fop/image Tag: fop-0_20_2-maintain FopImageFactory.java Log: Added method to clear the image cache to FopImageFactory. Revision ChangesPath No revision No

Re: Page-sequence-master error

2002-09-17 Thread J.Pietschmann
Al-Dhahir, Haitham wrote: > I'm having problems with a page-sequence-master page layout in my XSL. I > want the first page of my PDF to be formatted differently to any subsequent > pages, hence I have defined the following layout master: ... > page-position="first" ma

Re: AW: Embedding FOP in Java

2002-09-17 Thread J.Pietschmann
Amin Schoeib wrote: > I already use the newest version of XALAN. Quite a few people belive they use the latest or a specific version of , often without any evidence and occasionally even without turning on their brain. > Are these the correct jar-files which I have to put in my classpath?? Mayb

Re: Memory consumption was: Re: Maintenance release

2002-09-17 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: > is there a way to clear the image cache in FOP 0.2.0.2? > > I saw some documentation suggesting a new static method on FopImageFactory > org.apache.fop.images.FopImageFactory.clearCache(); > > has this been implemented in newer versions? Interesting question... looks

AW: Lists and Tables

2002-09-17 Thread K . Falb
Hello!   Try it with tables - i think it's the best way   Karl M. Falb -Ursprüngliche Nachricht-Von: John Gentilin [mailto:[EMAIL PROTECTED]]Gesendet: Dienstag, 17. September 2002 19:14An: [EMAIL PROTECTED]Betreff: Re: Lists and TablesDue to the non symmetrical layout of th

Re: Lists and Tables

2002-09-17 Thread John Gentilin
Due to the non symmetrical layout of the form, I would just layout every thing in statements where Name / SSN is one block and FamilyMaiden is another.  If you could move the SSN to a separate line, then you could avoid a calculation on how to break the leader and align it with SSN. Then all

Lists and Tables

2002-09-17 Thread Sachdeva, Shipra
hello everyone,   I am trying to create a form in pdf format in the following way:-   1. Name  2. SSN       ___

Page-sequence-master error

2002-09-17 Thread Al-Dhahir, Haitham
Hello, I'm having problems with a page-sequence-master page layout in my XSL. I want the first page of my PDF to be formatted differently to any subsequent pages, hence I have defined the following layout master:

Re: AW: AW: Embedding FOP in Java

2002-09-17 Thread jthaemlitz
I created a convenience class called PdfRenderer.  It cache's a stylesheet and then you can process files or streams throught it.  You can also pass parameters to your stylesheet with a hashtable (probably should have been a Hashmap).  Anyway, it's not perfect, but it works and the class file show

AW: AW: Embedding FOP in Java

2002-09-17 Thread Amin Schoeib
Hi, Can somebody please post a working example of an embedding FOP example with java. I need an example which can transform directly with a XML-File and and XSL-File into PDF. Please post also the needed jar-Files. Thanxx Schoeib -Ursprüngliche Nachricht- Von: Li, Francis [mailto:[EMAIL

RE: AW: Embedding FOP in Java

2002-09-17 Thread Li, Francis
We use latest XALAN and latest FOP to generate HTML and PDF document. Since we like to use latest version of XALAN and XERCES. We just pass the FO file to FOP to handle PDF generation. We are able to use everything new, no problem. avalon-framework-20022706.jar batik.jar BCEL.jar fop-0.20.4.jar

AW: AW: Embedding FOP in Java

2002-09-17 Thread Amin Schoeib
Hi, I tried it also with adding the xml-apis.jar, but I become the same error. I use the newest version of FOP,XALAN and XERXES. What other things can make problems?? Thanxx Schoeib -Ursprüngliche Nachricht- Von: Christian Geisert [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 17. Sept

Re: AW: Embedding FOP in Java

2002-09-17 Thread Christian Geisert
Amin Schoeib schrieb: > Hi, > I already use the newest version of XALAN. > I use the following jar-files in my classpath: > > avalon-framework-cvs-20020315.jar > batik.jar > fop.jar > xalan.jar > xercesImpl.jar > > Are these the correct jar-files which I have to put in my classpath?? xml-apis.j

AW: Embedding FOP in Java

2002-09-17 Thread Amin Schoeib
Hi, I already use the newest version of XALAN. I use the following jar-files in my classpath: avalon-framework-cvs-20020315.jar batik.jar fop.jar xalan.jar xercesImpl.jar Are these the correct jar-files which I have to put in my classpath?? Thanxx Schoeib -Ursprüngliche Nachricht- Vo

cvs commit: xml-fop/src/codegen code-point-mapping.xsl foproperties.xml properties.xsl t1font-file.xsl ttffontfile.xsl

2002-09-17 Thread keiron
keiron 2002/09/17 02:29:00 Modified:src/codegen code-point-mapping.xsl foproperties.xml properties.xsl t1font-file.xsl ttffontfile.xsl Log: updated to java2 collections Revision ChangesPath 1.8 +5 -3 xml-fop/src/codegen/code-point-mapp

cvs commit: xml-fop/src/org/apache/fop/pdf ASCII85Filter.java ASCIIHexFilter.java FlateFilter.java PDFAction.java PDFAnnotList.java PDFArray.java PDFCIDFont.java PDFDocument.java PDFXObject.java

2002-09-17 Thread keiron
keiron 2002/09/17 02:20:58 Modified:src/org/apache/fop/pdf ASCII85Filter.java ASCIIHexFilter.java FlateFilter.java PDFAction.java PDFAnnotList.java PDFArray.java PDFCIDFont.java PDFDocument.java PDFXObject.java L

cvs commit: xml-fop/docs/examples/fo newlinktest.fo leader.fo

2002-09-17 Thread keiron
keiron 2002/09/17 00:32:10 Modified:docs/examples/fo newlinktest.fo leader.fo Log: improved the examples a bit links in static and rotated areas better info for use-content on leader Revision ChangesPath 1.3 +36 -2 xml-fop/docs/examples/fo/newlinktest.fo