Re: XML2PDF formatting progress

2005-06-01 Thread Glen Mazza
The problem with that would seem to be that the "file" is not usually a single input FO document, but the combination of an XSL stylesheet with an XML data file being fed into the XSL processor, so ascertaining a percentage would probably be quite difficult. Being 30% from the beginning of an XSLT

Re: table-row and sub table-rows problem:SUCCESS! and one more SUCCESS.

2005-06-01 Thread David Kim
Hi Mike, I made two test-cases as you said and I got exact, SUCCESSful outputs from both of them. This is my first use 'preceding-sibling'. I did like follow, ---follow start---

Re: About a new release of FOP

2005-06-01 Thread Andreas Jung
--On 1. Juni 2005 23:32:19 +0800 Kevin <[EMAIL PROTECTED]> wrote: Hi, I hear of a new release of FOP (1.0 develop version) has added supports for setting background-color in element, really? And who can tell me how to get this release?

About a new release of FOP

2005-06-01 Thread Kevin
Hi, I hear of a new release of FOP (1.0 develop version) has added supports for setting background-color in element, really? And who can tell me how to get this release?

Re: table-row and sub table-rows problem:SUCCESS! and one more.

2005-06-01 Thread Mike Trotman
Hi David. Various ways of doing this. Simplest change to your existing code is probably to insert an block in your current SUB/REPEAT template match around the code for the title row. To get the title on just the 1st 'ROW2' you would need to test that there are no other REPEATs immediately

Re: table-row and sub table-rows problem:SUCCESS! and one more.

2005-06-01 Thread David Kim
Mike, You are right! I got a good result that I wanted exactly. I put a table in '' as you said, and I got it. I tested it several times and I was able to get simple change. is only one thing changed as follow, ---follow start---

Re: XML2PDF formatting progress

2005-06-01 Thread Jeremias Maerki
You can have that easier and portable if you're decorating the InputStream with a CountingInputStream from Jakarta Commons IO. On 01.06.2005 14:18:36 Warren Young wrote: > In that case, the program driving fop could set up a named pipe, and > provide the fo file through that. Then the driver pro

Re: XML2PDF formatting progress

2005-06-01 Thread William Gilbert
On Jun 1, 2005, at 8:18 AM, Warren Young wrote: Glen Mazza wrote: So I don't think FOP would ever know itself how much finished it is with its input, and hence would not be able to report on it. In that case, the program driving fop could set up a named pipe, and provide the fo file t

Re: XML2PDF formatting progress

2005-06-01 Thread Warren Young
Glen Mazza wrote: So I don't think FOP would ever know itself how much finished it is with its input, and hence would not be able to report on it. In that case, the program driving fop could set up a named pipe, and provide the fo file through that. Then the driver program would know where

keep-with-next does not work in a nested table, need workaround

2005-06-01 Thread Erik van Barneveld
Hi all, I am using fop version 0.20.5 on Windows-XP. I am creating PDF output. My problem: There is a table cell that contains a table that overflows a page. The overflowed part is rendered on the second page and has exactly the height of the padding-top (=3pt) but has no content. I want to av