Re: Problem with table margin-left property

2007-03-13 Thread Miroslav Pukhalsky
Hi Jeremias, Jeremias Maerki wrote: No bug. Miroslav, please set start-indent=0pt and end-indent=0pt on the table-body. That should get it right. Note, this is a weirdness of the FO spec, not in FOP (all described in the Wiki). It's working! Thanks a lot! Regards, Miroslav.

Exception in thread main java.lang.NoClassDefFoundError: org/apache/fop/cli/Main

2007-03-13 Thread jonn
I have downloaded fop-0.93-src.zip and extracted it and added fop-0.93\lib folder to classpath. And simply tried ‘fop’ command without args. I got this error. D:\fop-0.93fop java Exception in thread main java.lang.NoClassDefFoundError:

Re: font-weight: bolder

2007-03-13 Thread Vincent Hennebert
Hi Daniel, Daniel Noll a écrit : Hi all. Is there a particular reason why when I have a font-weight=bolder, it doesn't actually make the text any bolder? Perhaps because bolder isn't implemented yet... :-\ http://xmlgraphics.apache.org/fop/compliance.html#fo-property-font-weight Vincent

Re: Exception in thread main java.lang.NoClassDefFoundError: org/apache/fop/cli/Main

2007-03-13 Thread Stefan Heuer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jonn schrieb: I have downloaded fop-0.93-src.zip and extracted it and added fop-0.93\lib folder to classpath. And simply tried ‘fop’ command without args. I got this error. D:\fop-0.93fop java

Re: Exception in thread main java.lang.NoClassDefFoundError: org/apache/fop/cli/Main

2007-03-13 Thread Adrian Cumiskey
Hi Jonn, You downloaded the source only. You need to build it with ant first. cd D:\fop-0.93 ant jar-main fop Adrian. jonn wrote: I have downloaded fop-0.93-src.zip and extracted it and added fop-0.93\lib folder to classpath. And simply tried ‘fop’ command without args. I got this error.

Re: border-top-xxx and border-bottom-xxx causing wierd errors

2007-03-13 Thread nick humphrey
Jeremias, the border bottom and top is working like it should so a big Merci to you buddy =) 2007/3/12, nick humphrey [EMAIL PROTECTED]: thanks a bigillion Jeremias! i'll download the trunk tomorrow and test it out... i'm so happy that it was a bug and that i wasn't crazy =) 2007/3/12,

OutOfMemoryError while processing a large table

2007-03-13 Thread Kai Mütz
Hi all, I have a problem with a large XML file containing 1 large table. The corresponding FO file is about 28MB. I got an OutOfMemoryError while processing this file in spite of 1,5GB memory allocated to the JVM. There are no forward references or images in the FO. What can I do in order to be

RE: How could I change vertical alignment of list item bullet?

2007-03-13 Thread Andrejus Chaliapinas
Andrejus, try to remove the whole fo:inline ... and just leave the bullet in the fo:block, like fo:list-item-label end-indent=label-end() fo:block#x2022;/fo:block /fo:list-item-label It seems to do the trick for me. Manuel Manuel, Yes, I've tried that and it really works

Re: Trying to use saxon:while and saxon:assign tin FOP

2007-03-13 Thread Abel Braaksma
Johan Johansson wrote: Hi! Trying to use saxon:assign and while in fop, but i recive this: (dont know if saxon extension works within the fop?) snip / xmlns:saxon=http://saxon.sf.net; Your namespace is incorrect, perhaps that has something to with it? Replace it with:

SV: Trying to use saxon:while and saxon:assign tin FOP

2007-03-13 Thread Johan Johansson
Hi, Thank you for your reply. Didt do any difference for me when i added the trailing slash: Mar 13, 2007 2:56:39 PM org.apache.fop.fo.ElementMappingRegistry findFOMaker WARNING: Unknown formatting object http://saxon.sf.net/^while Mar 13, 2007 2:56:39 PM

Re: out.flush()

2007-03-13 Thread Jeff Vannest
Could you please state which OutputStream implementation are used in your code? SorryI didn't answer your question: java.io.FileOutputStream and java.io.BufferedOutputStream. A code snippet from the servlet appears below. Thanks, Jeff // Setup output OutputStream out = new

Re: OutOfMemoryError while processing a large table

2007-03-13 Thread Andreas L Delmelle
On Mar 13, 2007, at 11:38, Kai Mütz wrote: Hi, I have a problem with a large XML file containing 1 large table. The corresponding FO file is about 28MB. I got an OutOfMemoryError while processing this file in spite of 1,5GB memory allocated to the JVM. There are no forward references or

FOP failing while accessing SVG DTD

2007-03-13 Thread Ian Burrell
We are getting intermittent failures making PDF from XSL-FO with SVG images. I think the problem is caused by network errors accessing the SVG DTD from the w3.org site. We are using fop 0.20.5. Error: ([ERROR] Could not load external SVG: Connection refused [ERROR] Error while creating area :

Re: FOP failing while accessing SVG DTD

2007-03-13 Thread Roland Neilands
Ian, This is a basic XML parsing question, not particular to FOP: Use the XML prolog standalone attribute to prevent the DTD lookup. eg: ?xml version=1.0 encoding=UTF-8 standalone=yes? Regards, Roland Ian Burrell wrote: We are getting intermittent failures making PDF from XSL-FO with SVG

Re: out.flush()

2007-03-13 Thread Jeremias Maerki
Interesting. I think I shall try to reproduce the problem in a quiet moment. Thanks for the code snippet. A note on that: I consider it better style to put the close() in a finally section so you don't have to make sure that the close() is called in every situation (exception or not). On

keep-together implementation

2007-03-13 Thread Steve Quirk
I'm using keep-together to maintain adjacent data on the page, but I need it to flow to the next page if it doesn't fit. The xsl is fo:table-cell column-number=5 text-indent=3mm fo:block keep-together.within-page=1 fo:block padding-top=2mm Piece Count: xsl:value-of

Re: FOP failing while accessing SVG DTD

2007-03-13 Thread Ian Burrell
On 3/13/07, Roland Neilands [EMAIL PROTECTED] wrote: This is a basic XML parsing question, not particular to FOP: Use the XML prolog standalone attribute to prevent the DTD lookup. eg: ?xml version=1.0 encoding=UTF-8 standalone=yes? Is there any way to set the fop config or pass

Re: font-weight: bolder

2007-03-13 Thread Daniel Noll
- Original Message - From: Vincent Hennebert [EMAIL PROTECTED] To: fop-users@xmlgraphics.apache.org Sent: Tuesday, March 13, 2007 7:16 PM Subject: Re: font-weight: bolder Hi Daniel, Daniel Noll a écrit : Hi all. Is there a particular reason why when I have a font-weight=bolder, it