AW: keep is not auto but context is

2009-08-25 Thread Georg Datterl
Hi Andreas, 

Nope, doesn't bother me that much, since it makes no difference.

Regards,
 
Georg Datterl
 
-- Kontakt --
 
Georg Datterl
 
Geneon media solutions gmbh
Gutenstetter Straße 8a
90449 Nürnberg
 
HRB Nürnberg: 17193
Geschäftsführer: Yong-Harry Steiert 

Tel.: 0911/36 78 88 - 26
Fax: 0911/36 78 88 - 20
 
www.geneon.de
 
Weitere Mitglieder der Willmy MediaGroup:
 
IRS Integrated Realization Services GmbH:www.irs-nbg.de 
Willmy PrintMedia GmbH:www.willmy.de
Willmy Consult  Content GmbH: www.willmycc.de 
-Ursprüngliche Nachricht-
Von: Andreas Delmelle [mailto:andreas.delme...@telenet.be] 
Gesendet: Montag, 24. August 2009 17:59
An: fop-users@xmlgraphics.apache.org
Betreff: Re: keep is not auto but context is

On 24 Aug 2009, at 15:00, Georg Datterl wrote:

Hi Georg

 What does this message mean?

It's a warning message, indicating that the current keep-context is set to 
auto, but the keep-property specified on the FO for which layout/breaking is 
performed, has a different value.

I guess the message could probably be set to a lower level (DEBUG) if it 
bothers you...

Regards

Andreas

Regards,

Andreas Delmelle
mailto:andreas.delmelle.AT.telenet.be
jabber: mandr...@jabber.org
skype: adlm0608

---


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: keep is not auto but context is

2009-08-25 Thread Vincent Hennebert
Hi,

Andreas Delmelle wrote:
 On 24 Aug 2009, at 17:58, Andreas Delmelle wrote:
 
 On 24 Aug 2009, at 15:00, Georg Datterl wrote:

 What does this message mean?

 It's a warning message, indicating that the current keep-context is
 set to auto, but the keep-property specified on the FO for which
 layout/breaking is performed, has a different value.
 
 Note: AFAICT, this message mainly originates from keeps on
 table-elements for which they are not completely implemented yet.
 fo:table-cells are an example where support for keeps is lacking, but
 since it does work for fo:table-row, and fo:table-cell inherits the
 value from its ancestors...

Keeps do /not/ apply to fo:table-cell:
http://www.w3.org/TR/xsl11/#fo_table-cell

Keeps are fully implemented on all supported table elements to which
they apply, that is fo:table and fo:table-row (the fo:table-and-caption
and fo:table-caption elements are not supported at all).

Keep-together is an inherited property, so the descendant elements of
fo:table-cell to which that property applies will behave accordingly.
But the code related to table-cell has nothing special to do.

So whatever that warning means, it is not related to tables.


 At any rate, it has no noticeable effect on the output. The warning
 appears for some testcases as well, but would disappear if keeps on
 table-cells would be properly implemented.


Vincent

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: keep is not auto but context is

2009-08-25 Thread Andreas Delmelle

On 25 Aug 2009, at 12:22, Vincent Hennebert wrote:



Keeps do /not/ apply to fo:table-cell:
http://www.w3.org/TR/xsl11/#fo_table-cell
snip /
So whatever that warning means, it is not related to tables.


OK, so I guess it's just a coincidence that the warning appears only  
in table-related tests... Will look into it --sometime ;-)


Later

Andreas

Andreas Delmelle
mailto:andreas.delmelle.AT.telenet.be
jabber: mandr...@jabber.org
skype: adlm0608

---


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



keep is not auto but context is

2009-08-24 Thread Georg Datterl
Hi Andreas,

What does this message mean?

Regards
 
Georg Datterl
 
-- Kontakt --
 
Georg Datterl
 
Geneon media solutions gmbh
Gutenstetter Straße 8a
90449 Nürnberg
 
HRB Nürnberg: 17193
Geschäftsführer: Yong-Harry Steiert 

Tel.: 0911/36 78 88 - 26
Fax: 0911/36 78 88 - 20
 
www.geneon.de
 
Weitere Mitglieder der Willmy MediaGroup:
 
IRS Integrated Realization Services GmbH:www.irs-nbg.de 
Willmy PrintMedia GmbH:www.willmy.de
Willmy Consult  Content GmbH: www.willmycc.de 

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: keep is not auto but context is

2009-08-24 Thread Andreas Delmelle

On 24 Aug 2009, at 15:00, Georg Datterl wrote:

Hi Georg


What does this message mean?


It's a warning message, indicating that the current keep-context is  
set to auto, but the keep-property specified on the FO for which  
layout/breaking is performed, has a different value.


I guess the message could probably be set to a lower level (DEBUG) if  
it bothers you...


Regards

Andreas

Regards,

Andreas Delmelle
mailto:andreas.delmelle.AT.telenet.be
jabber: mandr...@jabber.org
skype: adlm0608

---


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: keep is not auto but context is

2009-08-24 Thread Andreas Delmelle

On 24 Aug 2009, at 17:58, Andreas Delmelle wrote:


On 24 Aug 2009, at 15:00, Georg Datterl wrote:


What does this message mean?


It's a warning message, indicating that the current keep-context is  
set to auto, but the keep-property specified on the FO for which  
layout/breaking is performed, has a different value.


Note: AFAICT, this message mainly originates from keeps on table- 
elements for which they are not completely implemented yet. fo:table- 
cells are an example where support for keeps is lacking, but since it  
does work for fo:table-row, and fo:table-cell inherits the value from  
its ancestors...


At any rate, it has no noticeable effect on the output. The warning  
appears for some testcases as well, but would disappear if keeps on  
table-cells would be properly implemented.



Regards,

Andreas Delmelle
mailto:andreas.delmelle.AT.telenet.be
jabber: mandr...@jabber.org
skype: adlm0608

---


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org