Getting rid of all warning messages in logs?

2008-02-15 Thread AlliumPorrum
Sometimes FOP writes some warnings infos to my app servers log, and often they also contain some information about the actual content of the document, for example: 11.2.2008 14:29:45 org.apache.fop.layoutmgr.PageBreakingAlgorithm updateData2 WARNING: Part/page 0 overflows the available area in

Re: Getting rid of all warning messages in logs?

2008-02-15 Thread Louis . Masters
Not to give an obnoxious answer, but the easiest way is to fix the condition that is causing the warning to be generated. I am in the middle of on upgrade to 0.9x and I am fixing near hundreds of these types of messages generated by our reports. Most of the time it is an easy fix to a

Table Breaking

2008-02-15 Thread Tyndyll
Hi All, This is potentially a simple question but I can't find an answer. I am trying to place a table after a few paragraphs of text. If the table combined with the text is greater than the length of a single page, the table breaks onto a new page. In an act of desperation I downloaded and

Re: Table Breaking

2008-02-15 Thread Vincent Hennebert
Hi Tyndyll, We can’t really help you without an FO file to reproduce the problem. All I can say is that keep-with-previous works on tables. So please attach a small FO file (not xslt) to illustrate what you’re trying to achieve. Thanks Vincent Tyndyll wrote: Hi All, This is potentially a

Breaking table rows with colored cells

2008-02-15 Thread FBartlet
Hi! I have an application with really tall table cells -- so tall that they have to be able to break across pages. Some of the cells also need to have colored backgrounds. Is it possible to do this using fop? I've done it in TeX before, but I don't really want to have to handle the color

Re: Breaking table rows with colored cells

2008-02-15 Thread Andreas Delmelle
On Feb 15, 2008, at 16:51, [EMAIL PROTECTED] wrote: Hi, I have an application with really tall table cells -- so tall that they have to be able to break across pages. Some of the cells also need to have colored backgrounds. Is it possible to do this using fop? How do you mean precisely?

Need to set a Relative font path in config file

2008-02-15 Thread Glenn Brand
How do I make the path in the config file relative to where fop is installed. I want to put our fonts in a directory with fop. We are doing this right now but the target directory changes at times and we want the installer to be able to install without writing the path into the config file.

What could be the cause of SAXException like this: Mismatch: page-number (http://www.w3.org/1999/XSL/Format) vs. page-number ()?

2008-02-15 Thread Andrejus Chaliapinas
Hi, My XSL has entries like these: xsl:copy-of select=xalan:nodeset(ext:generateSubtree()) / Where generateSubtree() is external Java class method and returns result in form of org.w3c.dom.NodeList and inside that nodes list I have nodes like fo:page-number/ and whole XSL has such attribute

Relative font path in config file

2008-02-15 Thread Glenn Brand
How do I make the path in the config file relative to where fop is installed. I want to put our fonts in a directory with fop. We are doing this right now but the target directory changes at times and we want the installer to be able to install without writing the path into the config file.

Re: What could be the cause of SAXException like this: Mismatch: page-number (http://www.w3.org/1999/XSL/Format) vs. page-number ()?

2008-02-15 Thread J.Pietschmann
Andrejus Chaliapinas wrote: My XSL has entries like these: xsl:copy-of select=xalan:nodeset(ext:generateSubtree()) / Where generateSubtree() is external Java class method and returns result in form of org.w3c.dom.NodeList and inside that nodes list I have nodes like fo:page-number/ and whole

Re: What could be the cause of SAXException like this: Mismatch: page-number (http://www.w3.org/1999/XSL/Format) vs. page-number ()?

2008-02-15 Thread Andreas Delmelle
On Feb 15, 2008, at 22:03, Andrejus Chaliapinas wrote: Hi My XSL has entries like these: xsl:copy-of select=xalan:nodeset(ext:generateSubtree()) / Where generateSubtree() is external Java class method and returns result in form of org.w3c.dom.NodeList and inside that nodes list I have

show page number for a document that show a table content

2008-02-15 Thread kungouf
Hello, i have an issue about the page number. i want to show on each pdf page the page number with the following format: page 1 of n Pretty classic, but i couldnt manage to do it. i am showing the content of a dynamic table, and i want to show the number of page of each sheet of the pdf as page

Re: show page number for a document that show a table content

2008-02-15 Thread kungouf
we didnt saw the footer tag that well on the right :) Hi and thak you for such a quick answer andrea but i tried and that doent work too, i didnt have any error message this is why i dont know where to look at. here below the code i put in the table-footer: fo:table-body ... /fo:table-body

Re: show page number for a document that show a table content

2008-02-15 Thread Andreas Delmelle
On Feb 16, 2008, at 01:32, kungouf wrote: Hi Hi and thak you for such a quick answer andrea but i tried and that doent work too, i didnt have any error message this is why i dont know where to look at. here below the code i put in the table-footer: fo:table-body ... /fo:table-body