RE: region body separates from region after

2005-03-04 Thread Roger Parkinson
Thanks for the help. It did lead me to the solution, although it turned out the answer was really that I had to set the row height on the table. I think there is no margin-top on region-after (couldn't see it in the spec and didn't seem to make a difference). Anyway I made the region-body

RE: Default stylesheet

2005-03-04 Thread Glen Mazza
--- Roland Neilands [EMAIL PROTECTED] wrote: [ERROR] Expected XSL-FO (root, page-sequence, etc.), SVG (svg, rect, etc.) or el ements from another supported language. I think FOP can do it, it just needs to not set the -xsl flag and/or this error turned into a warning: [ERROR] XSLT file

Avoid Page break in Block

2005-03-04 Thread Joern . Karthaus
Hello I there a attribute in FOP to protect an Block from Page breaks. I use a Block Element with many nested Tabes in it. The Block is used for drawing a Border. I have tried the keep - attributes at the Block by nothing works. Thanks for help.

RE: Avoid Page break in Block

2005-03-04 Thread Rymasz Jacky
The break attribute works only for table-rows in FOP right now. You need to put your block into a table if you want it to be protected from page break. Jack -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : ven. 4 mars 2005 07:53 À : [EMAIL PROTECTED] Objet :

RE: fo:leader

2005-03-04 Thread Pascal Sancho
Other alternative is to set both block font-height and line-height to '0mm' (or more, depends on what you want). Pascal -Message d'origine- De : J.Pietschmann [mailto:[EMAIL PROTECTED] Envoyé : jeudi 3 mars 2005 22:38 Gang Li wrote: I want to insert a line in the table row to

Images and https

2005-03-04 Thread rohit . rastogi
Hi, I have a problem in retrieving images in FOP through https.Has anyone encountered this ? We are using WAS 5.1 and FOP 0.2.05. Thanks Rohit - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

How do you switch between page-sequences?

2005-03-04 Thread Talken, Patrick (AGRE)
Is it possible to switch between page-sequences based on an xml tag? What I need to have is a document that starts with pages in portrait and then at some point in the document switch to landscape for an unknown number of pages and then back into portrait for an unknown number of pages. The

Problem with CDATA in the input XML-file

2005-03-04 Thread Lars . Hagrot
I am a fop newbee and started using fop a couple of days ago.Everything works fine but I have one problem.1. I have a XML-file where some entity values is marked with CDATA..helpText![CDATA[Some #¤%/()]]/helpText2 I generate PDF-file with the statement below..fo:table-cell fo:block

Re: Interesting question

2005-03-04 Thread Glen Mazza
Looks like an Apache Ant task. Look at the example at the bottom of [1]. [1] http://xml.apache.org/fop/anttask.html Glen --- Miroslav Pukhalsky [EMAIL PROTECTED] wrote: Hi there! Can I do something like this fop.bat -fo *.fo -pdf *.pdf and got the same quantity of PDF files from

Re: Interesting question

2005-03-04 Thread Thiago Bueno Silva
You can make something like this using ANT. Miroslav Pukhalsky wrote: Hi there! Can I do something like this fop.bat -fo *.fo -pdf *.pdf and got the same quantity of PDF files from some quantity of FO files? Or is it impossible for FOP 0.20.5? Or exists another way for do this? Miroslav

Re: Interesting question

2005-03-04 Thread Louis . Masters
It looks like you are using a Windows based machine. If you need a quick command line to accomplish a mass FOP, you can try the following: for %x in (*.fo) do fop.bat -fo %x %~nx.pdf This will run the fop.bat file for every fo file in a given directory. Also, using the 'for' command like this

RE: Problem with CDATA in the input XML-file

2005-03-04 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, Everything works fine but I have one problem. 1. I have a XML-file where some entity values is marked with CDATA .. helpText![CDATA[Some #¤%/()]]/helpText That needs to be ![CDATA[...]] (mind the markup!

Memory Usage when having Large Number ofTables in FO

2005-03-04 Thread Ram Krishnamoorthi
Hello, After reading through some threads, I understand there is memory hogging when there are several tables in the FO. Are there Memory Leaks when using Tables? I am using FOP 2.0.5 I am currently using Tables to keep certain data together..and because of this a few FOs have over 100-200K