cvs commit: xml-fop/docs/examples/fo alignment.fo

2002-09-18 Thread keiron
keiron 2002/09/18 23:52:14 Modified:docs/examples/fo alignment.fo Log: looks more like the spec example Revision ChangesPath 1.4 +4 -1 xml-fop/docs/examples/fo/alignment.fo Index: alignment.fo ===

Re: warning: broke cvs

2002-09-18 Thread Keiron Liddle
On Wed, 2002-09-18 at 17:13, Keiron Liddle wrote: > Just a warning, I seem to have broken cvs HEAD. > It was working then I made a few changes, checked it in and it stopped > working. > > I will fix it once I figure out what is wrong (probably something really > simple)! It's fixed now, just an

Re: Fix for paragraph breaking

2002-09-18 Thread Kevin Yeung
Hi there I don't see why this is the 'correct' behaviour. If a long string cannot be read, it is not correct, is it? The software is not serving its purpose. And I'm concerned about writing a URL hyphenation. What about long strings that are neither natural language nor URL? I sometimes need to

uneven table borders

2002-09-18 Thread Steve Cameron
Can anyone provide me with an example of a 'nice' looking PDF table generated with Fop. I have tried a few border options and end up with lines of different width along different sides of the table and rows. I do not have any more time to play with this and am hoping someone can steer me in the r

cvs commit: xml-fop/src/org/apache/fop/render AbstractRenderer.java

2002-09-18 Thread keiron
keiron 2002/09/18 12:27:38 Modified:src/org/apache/fop/render AbstractRenderer.java Log: prevent npe with empty flow Revision ChangesPath 1.26 +4 -3 xml-fop/src/org/apache/fop/render/AbstractRenderer.java Index: AbstractRenderer.java ===

RE: Page breaking infinite loop

2002-09-18 Thread Rhett Aultman
I'll make the bug assignment. As for the bug mentioned, "FOP can't be embedded in Tomcat 4.0.4", I have to say this- we've been using various versions of FOP under Tomcat 4.0.4 for a while...at least, until my supervisor switched us to Jetty. Everything ran fine. I have made no *EXPLICIT* at

Re: Page breaking infinite loop

2002-09-18 Thread Christian Geisert
Rhett Aultman schrieb: > I'm having a very involved working weekend this weekend, and I'm writing my list of >things to do. There's some openings in it, and I thought I might tackle the infinite >loop that occurs in the page breaking test as has been documented in some previous >bugs in our Bu

block containers

2002-09-18 Thread kieran . donovan
Running Fop 0.20.3 we cannot get fo:Block-containers to work at all. We are translating from XSLT with XML to PDF. e.g. Fop -xml test1.xml -xsl test1.xsl -pdf test1.pdf Any ideas ?? thanks, Kieran XSLT == Insured name RESULT = . . DEBUG]: Pages

cvs commit: xml-fop/src/org/apache/fop/fo FONode.java FOTree.java Properties.java PropertyConsts.java PropertySets.java

2002-09-18 Thread pbwest
pbwest 2002/09/18 08:42:13 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java FOTree.java Properties.java PropertyConsts.java PropertySets.java Log: Changes to import names. Revision ChangesPath No

cvs commit: xml-fop/src/org/apache/fop/fo/expr PropertyParser.java SystemFontFunction.java

2002-09-18 Thread pbwest
pbwest 2002/09/18 08:35:03 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design PropertyParser.java SystemFontFunction.java Log: Changes to import names. Revision ChangesPath No revision No re

cvs commit: xml-fop/src/org/apache/fop/datatypes/indirect FromNearestSpecified.java FromParent.java IndirectValue.java InheritedValue.java Inherit.java

2002-09-18 Thread pbwest
pbwest 2002/09/18 08:31:15 Modified:src/org/apache/fop/datatypes/indirect Tag: FOP_0-20-0_Alt-Design FromNearestSpecified.java FromParent.java IndirectValue.java InheritedValue.java Inherit.java Log: Changes to

cvs commit: xml-fop/src/org/apache/fop/datatypes AbstractPropertyValue.java Angle.java Auto.java Bool.java ColorType.java CountryType.java EnumType.java FontFamilySet.java Frequency.java InheritCompound.java IntegerType.java LanguageType.java Literal.java MappedNumeric.java MimeType.java NCName.java None.java Numeric.java PropertyTriplet.java PropertyValue.java PropertyValueList.java ScriptType.java ShadowEffect.java Slash.java StringType.java TextDecorations.java TextDecorator.java Time.java UriType.java

2002-09-18 Thread pbwest
pbwest 2002/09/18 08:24:13 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design AbstractPropertyValue.java Angle.java Auto.java Bool.java ColorType.java CountryType.java EnumType.java FontFamilySet.java

warning: broke cvs

2002-09-18 Thread Keiron Liddle
Just a warning, I seem to have broken cvs HEAD. It was working then I made a few changes, checked it in and it stopped working. I will fix it once I figure out what is wrong (probably something really simple)! Keiron. - To

is it possible to supply fop driver with xml stream instead of xml file?

2002-09-18 Thread Tobias Kuhn
Title: Nachricht Hello,   i wonder if it is possible to supply the fop driver in my section:   XSLTInputHandler inputHandler = new XSLTInputHandler( >> new File(xmlFile) <<, new File(xslFile));   with an xml stream instead of an xml file.   I have already embedded the rendering to pdf succe

cvs commit: xml-fop/src/org/apache/fop/datatypes FromNearestSpecified.java FromParent.java IndirectValue.java InheritedValue.java Inherit.java

2002-09-18 Thread pbwest
pbwest 2002/09/18 07:22:04 Removed: src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design FromNearestSpecified.java FromParent.java IndirectValue.java InheritedValue.java Inherit.java Log: Moved to org.apache.fop.datatypes.indirect

cvs commit: xml-fop/src/org/apache/fop/datatypes/indirect FromNearestSpecified.java FromParent.java IndirectValue.java InheritedValue.java Inherit.java

2002-09-18 Thread pbwest
pbwest 2002/09/18 07:21:07 Added: src/org/apache/fop/datatypes/indirect Tag: FOP_0-20-0_Alt-Design FromNearestSpecified.java FromParent.java IndirectValue.java InheritedValue.java Inherit.java Log: Moved from

cvs commit: xml-fop/src/org/apache/fop/layoutmgr/table Body.java Cell.java TableLayoutManager.java

2002-09-18 Thread keiron
keiron 2002/09/18 07:15:05 Modified:src/org/apache/fop/layoutmgr BlockLayoutManager.java BlockStackingLayoutManager.java FlowLayoutManager.java InlineStackingLayoutManager.java LeafNodeLayou

cvs commit: xml-fop/src/org/apache/fop/render/pdf PDFRenderer.java

2002-09-18 Thread keiron
keiron 2002/09/18 07:12:42 Modified:src/org/apache/fop/render AbstractRenderer.java src/org/apache/fop/render/pdf PDFRenderer.java Log: updated for area tree and prepare for block border and back Revision ChangesPath 1.25 +24 -6 xml-fop/src/org/a

cvs commit: xml-fop/src/org/apache/fop/datatypes/indirect - New directory

2002-09-18 Thread pbwest
pbwest 2002/09/18 07:06:29 xml-fop/src/org/apache/fop/datatypes/indirect - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/src/org/apache/fop/area/inline Word.java

2002-09-18 Thread keiron
keiron 2002/09/18 07:04:32 Modified:src/org/apache/fop/fo/flow Leader.java src/org/apache/fop/area/inline Word.java Log: fixed compile error Revision ChangesPath 1.28 +1 -2 xml-fop/src/org/apache/fop/fo/flow/Leader.java Index: Leader.java

cvs commit: xml-fop/src/org/apache/fop/datatypes AbstractPropertyValue.java PropertyValue.java PropertyValueList.java PropertyTriplet.java

2002-09-18 Thread pbwest
pbwest 2002/09/18 07:02:48 Added: src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design AbstractPropertyValue.java PropertyValue.java PropertyValueList.java PropertyTriplet.java Log: Moved from org.apache.fop.fo.expr. Revisio

cvs commit: xml-fop/src/org/apache/fop/fo/expr AbstractPropertyValue.java PropertyValue.java PropertyValueList.java PropertyTriplet.java

2002-09-18 Thread pbwest
pbwest 2002/09/18 07:02:02 Removed: src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design AbstractPropertyValue.java PropertyValue.java PropertyValueList.java PropertyTriplet.java Log: Moved to org.apache.fop.datatypes. -

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

2002-09-18 Thread pbwest
pbwest 2002/09/18 06:56:24 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FObject.java Log: Added tag and revision. Revision ChangesPath No revision No revision 1.1.2.3 +3 -3 x

cvs commit: xml-fop/src/org/apache/fop/area/inline Anchor.java Character.java FilledArea.java ForeignObject.java Image.java InlineArea.java InlineParent.java Leader.java Space.java UnresolvedPageNumber.java Viewport.java Word.java Stretch.java

2002-09-18 Thread keiron
keiron 2002/09/18 06:50:14 Modified:src/org/apache/fop/area Area.java BeforeFloat.java Block.java BlockParent.java BlockViewport.java BodyRegion.java Flow.java Footnote.java LineArea.java LineTrait.java MainReferen

Page breaking infinite loop

2002-09-18 Thread Rhett Aultman
I'm having a very involved working weekend this weekend, and I'm writing my list of things to do. There's some openings in it, and I thought I might tackle the infinite loop that occurs in the page breaking test as has been documented in some previous bugs in our Bugzilla. Before I settled i

Redirecting OutputStream to PipedOutput

2002-09-18 Thread Leonardo Battagli
I am trying to render a document and want to pipe the OutputStream to a PipedInputStream I have this code and I receiving the following error, can anyone help ? Thks, Leonardo driver.setRenderer(org.apache.fop.apps.Driver.RENDER_PS); java.

RE: size of images placed using

2002-09-18 Thread "Buchtík, Michal"
There's only one pointer (i thing). Try to specify width and/or height of search list archive http://marc.theaimsgroup.com/?l=fop-dev&r=1&w=2 I look to source code, and IMHO you must modify src/org/apache/fop/images and src/org/apache/fop/images/analyzer classes to suport DPI (extract dpi from f

size of images placed using

2002-09-18 Thread Ambar Roy
Hi, When I place a image using external-graphic without specifying the size of the image, the image is rendered at a fixed dpi (72 dpi perhaps). This happens even if the file has a method of specifying dpi, like JPG files. Why does this happen? According to the XSL spec, the image should be pl

Re: Long table cell text gets outside cell

2002-09-18 Thread jaccoud
This is the same problem I spoke about in the 'Fix for paragraph breaking' thread. = Marcelo Jaccoud Amaral Petrobrás (http://www.petrobras.com.br) mailto:[EMAIL PROTECTED] voice: +55 21 2534-3485 fax: +55 21 2534-1809 =

Re: Fix for paragraph breaking

2002-09-18 Thread jaccoud
"J.Pietschmann" <[EMAIL PROTECTED]Para: [EMAIL PROTE

AW: AW: AW: Embedding FOP in Java

2002-09-18 Thread Amin Schoeib
Title: Nachricht Hi, I tried the code of JohnPT. Here the result: When I compile it, I become the following error:   "PdfRenderer.java": Error #: 300 : method setLogger(org.apache.log.Logger) not found in class org.apache.fop.apps.Driver at line 94, column 11 To make the code running I to