RE: Current CVS - break-after/before="page" not working?

2004-11-16 Thread Andreas L. Delmelle
> -Original Message-
> From: Tom Frey [mailto:[EMAIL PROTECTED]
>

Hi Tom,

> Everything would work fine in the HEAD CVS besides the page
> breaks. Is this something that is going to be fixed soon or
> is there anything I can do about that?
>

Well... ATM not 'everything' works fine in HEAD, although it's definitely
getting better-and-better every day --FO validation, for instance, has been
drastically improved compared to 0.20.5 (to the extent that one does not
necessarily have to run in debug-mode to get a meaningful error message).
Whether the page-breaks are going to fixed soon, I couldn't say, but if you
feel like it and are interested... please, have a look at the Layout-code
and if you come up with an idea, it will sure be welcomed. Feel free to
subscribe to fop-dev and join the discussions. Layout is currently the main
point we're focusing on, so, yes it *might* be quite soon.

Also, check the bugzilla bug-reports for fop-1.0dev. If you come across
something that hasn't been reported yet, enter a bug with minimized example
files demonstrating possible areas of improvement.

All help is welcome!

Greetz,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: Current CVS - break-after/before="page" not working?

2004-11-16 Thread Tom Frey
Hi Chris,

Ya thanks I'm aware of that. However I can't get PFMReader to work in 0.20.5
whereas I can get it to work with the current HEAD CVS snapshot.
Everything would work fine in the HEAD CVS besides the page breaks. Is this
something that is going to be fixed soon or is there anything I can do about
that?

Thanks,

Tom
 

-Ursprüngliche Nachricht-
Von: Chris Bowditch [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 16. November 2004 15:11
An: [EMAIL PROTECTED]
Betreff: Re: Current CVS - break-after/before="page" not working?

Tom Frey wrote:

> Hi,
> 
> I don't seem to get break-after="page" working with the current CVS
> snapshot. Is there something I might be doing wrong or is there something
> broken? Here's some test xsl which renders page breaks with v0.20.5 but
not
> with the current CVS snapshot:

There are currently two lines of development in FOP, the redesigned code and

0.20.x. The reason break-after isnt working in the current snapshot is
because 
the snapshot is of CVS Head which just happens to be the redesigned code, 
whilst the 0.20.x code is available on a CVS branch. If you want to get the 
latest 0.20.x code then you will need to download a CVS client and do an 
update from the correct branch. To be honest though no that much has changed

since 0.20.5, only a little bit of tweaking to the amount of memory consumed

by tables.



Chris


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: Current CVS - break-after/before="page" not working?

2004-11-16 Thread Tom Frey
I got it to render page breaks now however, now it generates page breaks
where it shouldn't probably because it thinks that the pdf page is full
where it isn't. Is there any way to solve this problem?

Thanks,

Tom



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Current CVS - break-after/before="page" not working?

2004-11-16 Thread Chris Bowditch
Tom Frey wrote:
Hi,
I don't seem to get break-after="page" working with the current CVS
snapshot. Is there something I might be doing wrong or is there something
broken? Here's some test xsl which renders page breaks with v0.20.5 but not
with the current CVS snapshot:
There are currently two lines of development in FOP, the redesigned code and 
0.20.x. The reason break-after isnt working in the current snapshot is because 
the snapshot is of CVS Head which just happens to be the redesigned code, 
whilst the 0.20.x code is available on a CVS branch. If you want to get the 
latest 0.20.x code then you will need to download a CVS client and do an 
update from the correct branch. To be honest though no that much has changed 
since 0.20.5, only a little bit of tweaking to the amount of memory consumed 
by tables.


Chris
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Current CVS - break-after/before="page" not working?

2004-11-16 Thread Tom Frey
Hi,

I don't seem to get break-after="page" working with the current CVS
snapshot. Is there something I might be doing wrong or is there something
broken? Here's some test xsl which renders page breaks with v0.20.5 but not
with the current CVS snapshot:


http://www.w3.org/1999/XSL/Transform";
xmlns:fo="http://www.w3.org/1999/XSL/Format";
xmlns:xs="http://www.w3.org/2001/XMLSchema";
xmlns:fn="http://www.w3.org/2004/07/xpath-functions";
xmlns:xdt="http://www.w3.org/2004/07/xpath-datatypes";>








































-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]