Re: problem with two columns document and fo:table-row keep-with-next=always

2004-05-07 Thread Selber Jean-François
thanks
keep-together=always combined with keep-with-next solve my problem

- Original Message - 
From: Chris Pratt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 6:51 PM
Subject: RE: problem with two columns document and fo:table-row
keep-with-next=always


 Are you trying to keep everything in the table-row together, or keep the
 contents of the table-row from being broken between itself and the next
 table-row?  If you want everything in the table-row together in the same
 column, use keep-together=always, not keep-with-next.  Remember, you're
 acting on the row, not it's contents.  Keep-together keeps the contents
 together.  Keep-with-next keeps the row together with the next row.
   (*Chris*)

 -Original Message-
 From: Selber Jean-François [mailto:[EMAIL PROTECTED]
 Sent: Thursday, May 06, 2004 9:39 am
 To: [EMAIL PROTECTED]
 Subject: Re: problem with two columns document and fo:table-row
 keep-with-next=always

 There is a small fragment of  my xsl-fo code:

 keep-with-next=always on the first column it doesnt works:

 fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=15px space-after=0.5cm
 font-weight=boldACTIVITÉS SCIENTIFIQUES/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row
   fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=12px space-after=0.3cm
 font-weight=boldAffiliation à des associations professionnelles et
 scientifiques:/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row

 keep-with-next=always on the second column it works:

   fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=15px space-after=0.5cm
 font-weight=boldACTIVITÉS ACADÉMIQUES/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row
   fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=12px space-after=0.8cmDate d'entrée au Groupe
 HEC: 1973/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row

 the complet sample:


 ?xml version=1.0 encoding=UTF-8?
 fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format;
 xmlns:ofcR=http://www.oxymel.com/ofc/reporting;
 xmlns:fox=http://xml.apache.org/fop/extensions;
 xmlns:xhtml=http://www.w3.org/1999/xhtml;
 fo:layout-master-set
 fo:simple-page-master master-name=*_* margin-left=2.5cm
 margin-right=2.5cm page-width=21cm margin-bottom=2.5cm
 margin-top=2.5cm page-height=29.7cm
 fo:region-body region-name=xsl-region-body/
 fo:region-before region-name=xsl-region-before-*_*/
 fo:region-after region-name=xsl-region-after-*_*/
 fo:region-start region-name=xsl-region-start-*_*/
 fo:region-end region-name=xsl-region-end-*_*/
 /fo:simple-page-master
 fo:simple-page-master master-name=CV_* margin-left=1cm
 margin-right=1cm page-width=21cm margin-bottom=0.5cm
 margin-top=0.5cm page-height=29.7cm
 fo:region-body region-name=xsl-region-body column-count=2
 margin-bottom=2cm margin-top=2.5cm/
 fo:region-before region-name=xsl-region-before-CV_* extent=1cm/
 fo:region-after region-name=xsl-region-after-CV_* extent=1cm/
 fo:region-start region-name=xsl-region-start-CV_*/
 fo:region-end region-name=xsl-region-end-CV_*/
 /fo:simple-page-master
 fo:page-sequence-master master-name=*
 fo:repeatable-page-master-alternatives
 fo:conditional-page-master-reference odd-or-even=any
page-position=any
 master-reference=*_*/
 /fo:repeatable-page-master-alternatives
 /fo:page-sequence-master
 fo:page-sequence-master master-name=CV
 fo:repeatable-page-master-alternatives
 fo:conditional-page-master-reference odd-or-even=any
page-position=any
 master-reference=CV_*/
 /fo:repeatable-page-master-alternatives
 /fo:page-sequence-master
 /fo:layout-master-set


 fo:page-sequence master-reference=CV
 fo:static-content flow-name=xsl-region-before-CV_firstOdd
 fo:block
  fo:block font-size=12px text-align=center
 fo:inline font-weight=boldC/fo:inline o r p sfo:inline
 font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
 font-weight=boldP/fo:inline e r m a n e n tfo:inline
 font-weight=bold2003/fo:inline
 /fo:block
 /fo:block
 /fo:static-content
 fo:static-content flow-name=xsl-region-before-CV_firstEven
 fo:block
  fo:block font-size=12px text-align=center
 fo:inline font-weight=boldC/fo:inline o r p sfo:inline
 font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
 font-weight=boldP/fo:inline e r m a n e n tfo:inline
 font-weight=bold2003/fo:inline
 /fo:block
 /fo:block
 /fo:static-content
 fo:static-content flow-name=xsl-region-before-CV_first
 fo:block
  fo:block font-size=12px text-align=center
 fo:inline font-weight=boldC/fo:inline o r p sfo:inline
 font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
 font-weight=boldP/fo:inline e r m a n e n tfo:inline
 font-weight=bold2003/fo:inline
 

Re: problem with two columns document and fo:table-row keep-with-next=always

2004-05-06 Thread Selber Jean-François
There is a small fragment of  my xsl-fo code:

keep-with-next=always on the first column it doesnt works:

fo:table-row keep-with-next=always
   fo:table-cell number-rows-spanned=1 number-columns-spanned=1
fo:block
fo:block font-size=15px space-after=0.5cm
font-weight=boldACTIVITÉS SCIENTIFIQUES/fo:block
   /fo:block
/fo:table-cell
  /fo:table-row
  fo:table-row keep-with-next=always
   fo:table-cell number-rows-spanned=1 number-columns-spanned=1
fo:block
fo:block font-size=12px space-after=0.3cm
font-weight=boldAffiliation à des associations professionnelles et
scientifiques:/fo:block
   /fo:block
/fo:table-cell
  /fo:table-row

keep-with-next=always on the second column it works:

  fo:table-row keep-with-next=always
   fo:table-cell number-rows-spanned=1 number-columns-spanned=1
fo:block
fo:block font-size=15px space-after=0.5cm
font-weight=boldACTIVITÉS ACADÉMIQUES/fo:block
   /fo:block
/fo:table-cell
  /fo:table-row
  fo:table-row keep-with-next=always
   fo:table-cell number-rows-spanned=1 number-columns-spanned=1
fo:block
fo:block font-size=12px space-after=0.8cmDate d'entrée au Groupe
HEC: 1973/fo:block
   /fo:block
/fo:table-cell
  /fo:table-row

the complet sample:


?xml version=1.0 encoding=UTF-8?
fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format;
xmlns:ofcR=http://www.oxymel.com/ofc/reporting;
xmlns:fox=http://xml.apache.org/fop/extensions;
xmlns:xhtml=http://www.w3.org/1999/xhtml;
fo:layout-master-set
fo:simple-page-master master-name=*_* margin-left=2.5cm
margin-right=2.5cm page-width=21cm margin-bottom=2.5cm
margin-top=2.5cm page-height=29.7cm
fo:region-body region-name=xsl-region-body/
fo:region-before region-name=xsl-region-before-*_*/
fo:region-after region-name=xsl-region-after-*_*/
fo:region-start region-name=xsl-region-start-*_*/
fo:region-end region-name=xsl-region-end-*_*/
/fo:simple-page-master
fo:simple-page-master master-name=CV_* margin-left=1cm
margin-right=1cm page-width=21cm margin-bottom=0.5cm
margin-top=0.5cm page-height=29.7cm
fo:region-body region-name=xsl-region-body column-count=2
margin-bottom=2cm margin-top=2.5cm/
fo:region-before region-name=xsl-region-before-CV_* extent=1cm/
fo:region-after region-name=xsl-region-after-CV_* extent=1cm/
fo:region-start region-name=xsl-region-start-CV_*/
fo:region-end region-name=xsl-region-end-CV_*/
/fo:simple-page-master
fo:page-sequence-master master-name=*
fo:repeatable-page-master-alternatives
fo:conditional-page-master-reference odd-or-even=any page-position=any
master-reference=*_*/
/fo:repeatable-page-master-alternatives
/fo:page-sequence-master
fo:page-sequence-master master-name=CV
fo:repeatable-page-master-alternatives
fo:conditional-page-master-reference odd-or-even=any page-position=any
master-reference=CV_*/
/fo:repeatable-page-master-alternatives
/fo:page-sequence-master
/fo:layout-master-set


fo:page-sequence master-reference=CV
fo:static-content flow-name=xsl-region-before-CV_firstOdd
fo:block
 fo:block font-size=12px text-align=center
fo:inline font-weight=boldC/fo:inline o r p sfo:inline
font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
font-weight=boldP/fo:inline e r m a n e n tfo:inline
font-weight=bold2003/fo:inline
/fo:block
/fo:block
/fo:static-content
fo:static-content flow-name=xsl-region-before-CV_firstEven
fo:block
 fo:block font-size=12px text-align=center
fo:inline font-weight=boldC/fo:inline o r p sfo:inline
font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
font-weight=boldP/fo:inline e r m a n e n tfo:inline
font-weight=bold2003/fo:inline
/fo:block
/fo:block
/fo:static-content
fo:static-content flow-name=xsl-region-before-CV_first
fo:block
 fo:block font-size=12px text-align=center
fo:inline font-weight=boldC/fo:inline o r p sfo:inline
font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
font-weight=boldP/fo:inline e r m a n e n tfo:inline
font-weight=bold2003/fo:inline
/fo:block
/fo:block
/fo:static-content
fo:static-content flow-name=xsl-region-before-CV_odd
fo:block
 fo:block font-size=12px text-align=center
fo:inline font-weight=boldC/fo:inline o r p sfo:inline
font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
font-weight=boldP/fo:inline e r m a n e n tfo:inline
font-weight=bold2003/fo:inline
/fo:block
/fo:block
/fo:static-content
fo:static-content flow-name=xsl-region-before-CV_even
fo:block
 fo:block font-size=12px text-align=center
fo:inline font-weight=boldC/fo:inline o r p sfo:inline
font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
font-weight=boldP/fo:inline e r m a n e n tfo:inline
font-weight=bold2003/fo:inline
/fo:block
/fo:block
/fo:static-content
fo:static-content flow-name=xsl-region-before-CV_left
fo:block
 fo:block font-size=12px text-align=center
fo:inline font-weight=boldC/fo:inline o r p sfo:inline
font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
font-weight=boldP/fo:inline e r m a n e n tfo:inline
font-weight=bold2003/fo:inline
/fo:block
/fo:block

Re: problem with two columns document and fo:table-row keep-with-next=always

2004-05-06 Thread Clay Leeds
Selber Jean-François wrote:
There is a small fragment of  my xsl-fo code:
keep-with-next=always on the first column it doesnt works:
fo:table-row keep-with-next=always
   fo:table-cell number-rows-spanned=1 number-columns-spanned=1
fo:block
fo:block font-size=15px space-after=0.5cm
font-weight=boldACTIVITÉS SCIENTIFIQUES/fo:block
   /fo:block
/fo:table-cell
  /fo:table-row
  fo:table-row keep-with-next=always
   fo:table-cell number-rows-spanned=1 number-columns-spanned=1
fo:block
fo:block font-size=12px space-after=0.3cm
font-weight=boldAffiliation à des associations professionnelles et
scientifiques:/fo:block
   /fo:block
/fo:table-cell
  /fo:table-row
keep-with-next=always on the second column it works:
  fo:table-row keep-with-next=always
   fo:table-cell number-rows-spanned=1 number-columns-spanned=1
fo:block
fo:block font-size=15px space-after=0.5cm
font-weight=boldACTIVITÉS ACADÉMIQUES/fo:block
   /fo:block
/fo:table-cell
  /fo:table-row
  fo:table-row keep-with-next=always
   fo:table-cell number-rows-spanned=1 number-columns-spanned=1
fo:block
fo:block font-size=12px space-after=0.8cmDate d'entrée au Groupe
HEC: 1973/fo:block
   /fo:block
/fo:table-cell
  /fo:table-row
I'm not certain if this is causing the problem, but including 
number-rows-spanned=1 number-columns-spanned=1 in your table-cell 
items doesn't appear to 'do' anything.

Other than that, perhaps someone else has some insight?
Web Maestro Clay

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


RE: problem with two columns document and fo:table-row keep-with-next=always

2004-05-06 Thread Chris Pratt
Are you trying to keep everything in the table-row together, or keep the
contents of the table-row from being broken between itself and the next
table-row?  If you want everything in the table-row together in the same
column, use keep-together=always, not keep-with-next.  Remember, you're
acting on the row, not it's contents.  Keep-together keeps the contents
together.  Keep-with-next keeps the row together with the next row.
  (*Chris*)

-Original Message-
From: Selber Jean-François [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 9:39 am
To: [EMAIL PROTECTED]
Subject: Re: problem with two columns document and fo:table-row
keep-with-next=always

There is a small fragment of  my xsl-fo code:

keep-with-next=always on the first column it doesnt works:

fo:table-row keep-with-next=always
   fo:table-cell number-rows-spanned=1 number-columns-spanned=1
fo:block
fo:block font-size=15px space-after=0.5cm
font-weight=boldACTIVITÉS SCIENTIFIQUES/fo:block
   /fo:block
/fo:table-cell
  /fo:table-row
  fo:table-row keep-with-next=always
   fo:table-cell number-rows-spanned=1 number-columns-spanned=1
fo:block
fo:block font-size=12px space-after=0.3cm
font-weight=boldAffiliation à des associations professionnelles et
scientifiques:/fo:block
   /fo:block
/fo:table-cell
  /fo:table-row

keep-with-next=always on the second column it works:

  fo:table-row keep-with-next=always
   fo:table-cell number-rows-spanned=1 number-columns-spanned=1
fo:block
fo:block font-size=15px space-after=0.5cm
font-weight=boldACTIVITÉS ACADÉMIQUES/fo:block
   /fo:block
/fo:table-cell
  /fo:table-row
  fo:table-row keep-with-next=always
   fo:table-cell number-rows-spanned=1 number-columns-spanned=1
fo:block
fo:block font-size=12px space-after=0.8cmDate d'entrée au Groupe
HEC: 1973/fo:block
   /fo:block
/fo:table-cell
  /fo:table-row

the complet sample:


?xml version=1.0 encoding=UTF-8?
fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format;
xmlns:ofcR=http://www.oxymel.com/ofc/reporting;
xmlns:fox=http://xml.apache.org/fop/extensions;
xmlns:xhtml=http://www.w3.org/1999/xhtml;
fo:layout-master-set
fo:simple-page-master master-name=*_* margin-left=2.5cm
margin-right=2.5cm page-width=21cm margin-bottom=2.5cm
margin-top=2.5cm page-height=29.7cm
fo:region-body region-name=xsl-region-body/
fo:region-before region-name=xsl-region-before-*_*/
fo:region-after region-name=xsl-region-after-*_*/
fo:region-start region-name=xsl-region-start-*_*/
fo:region-end region-name=xsl-region-end-*_*/
/fo:simple-page-master
fo:simple-page-master master-name=CV_* margin-left=1cm
margin-right=1cm page-width=21cm margin-bottom=0.5cm
margin-top=0.5cm page-height=29.7cm
fo:region-body region-name=xsl-region-body column-count=2
margin-bottom=2cm margin-top=2.5cm/
fo:region-before region-name=xsl-region-before-CV_* extent=1cm/
fo:region-after region-name=xsl-region-after-CV_* extent=1cm/
fo:region-start region-name=xsl-region-start-CV_*/
fo:region-end region-name=xsl-region-end-CV_*/
/fo:simple-page-master
fo:page-sequence-master master-name=*
fo:repeatable-page-master-alternatives
fo:conditional-page-master-reference odd-or-even=any page-position=any
master-reference=*_*/
/fo:repeatable-page-master-alternatives
/fo:page-sequence-master
fo:page-sequence-master master-name=CV
fo:repeatable-page-master-alternatives
fo:conditional-page-master-reference odd-or-even=any page-position=any
master-reference=CV_*/
/fo:repeatable-page-master-alternatives
/fo:page-sequence-master
/fo:layout-master-set


fo:page-sequence master-reference=CV
fo:static-content flow-name=xsl-region-before-CV_firstOdd
fo:block
 fo:block font-size=12px text-align=center
fo:inline font-weight=boldC/fo:inline o r p sfo:inline
font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
font-weight=boldP/fo:inline e r m a n e n tfo:inline
font-weight=bold2003/fo:inline
/fo:block
/fo:block
/fo:static-content
fo:static-content flow-name=xsl-region-before-CV_firstEven
fo:block
 fo:block font-size=12px text-align=center
fo:inline font-weight=boldC/fo:inline o r p sfo:inline
font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
font-weight=boldP/fo:inline e r m a n e n tfo:inline
font-weight=bold2003/fo:inline
/fo:block
/fo:block
/fo:static-content
fo:static-content flow-name=xsl-region-before-CV_first
fo:block
 fo:block font-size=12px text-align=center
fo:inline font-weight=boldC/fo:inline o r p sfo:inline
font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
font-weight=boldP/fo:inline e r m a n e n tfo:inline
font-weight=bold2003/fo:inline
/fo:block
/fo:block
/fo:static-content
fo:static-content flow-name=xsl-region-before-CV_odd
fo:block
 fo:block font-size=12px text-align=center
fo:inline font-weight=boldC/fo:inline o r p sfo:inline
font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
font-weight=boldP/fo:inline e r m a n e n tfo:inline
font-weight=bold2003/fo:inline
/fo:block
/fo:block
/fo:static-content
fo:static-content 

Re: problem with two columns document and fo:table-row keep-with-next=always

2004-05-06 Thread Selber Jean-François
I want only to keep the row together with the next row .
it is why I used keep-with-next


- Original Message - 
From: Chris Pratt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 6:51 PM
Subject: RE: problem with two columns document and fo:table-row
keep-with-next=always


 Are you trying to keep everything in the table-row together, or keep the
 contents of the table-row from being broken between itself and the next
 table-row?  If you want everything in the table-row together in the same
 column, use keep-together=always, not keep-with-next.  Remember, you're
 acting on the row, not it's contents.  Keep-together keeps the contents
 together.  Keep-with-next keeps the row together with the next row.
   (*Chris*)

 -Original Message-
 From: Selber Jean-François [mailto:[EMAIL PROTECTED]
 Sent: Thursday, May 06, 2004 9:39 am
 To: [EMAIL PROTECTED]
 Subject: Re: problem with two columns document and fo:table-row
 keep-with-next=always

 There is a small fragment of  my xsl-fo code:

 keep-with-next=always on the first column it doesnt works:

 fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=15px space-after=0.5cm
 font-weight=boldACTIVITÉS SCIENTIFIQUES/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row
   fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=12px space-after=0.3cm
 font-weight=boldAffiliation à des associations professionnelles et
 scientifiques:/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row

 keep-with-next=always on the second column it works:

   fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=15px space-after=0.5cm
 font-weight=boldACTIVITÉS ACADÉMIQUES/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row
   fo:table-row keep-with-next=always
fo:table-cell number-rows-spanned=1 number-columns-spanned=1
 fo:block
 fo:block font-size=12px space-after=0.8cmDate d'entrée au Groupe
 HEC: 1973/fo:block
/fo:block
 /fo:table-cell
   /fo:table-row

 the complet sample:


 ?xml version=1.0 encoding=UTF-8?
 fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format;
 xmlns:ofcR=http://www.oxymel.com/ofc/reporting;
 xmlns:fox=http://xml.apache.org/fop/extensions;
 xmlns:xhtml=http://www.w3.org/1999/xhtml;
 fo:layout-master-set
 fo:simple-page-master master-name=*_* margin-left=2.5cm
 margin-right=2.5cm page-width=21cm margin-bottom=2.5cm
 margin-top=2.5cm page-height=29.7cm
 fo:region-body region-name=xsl-region-body/
 fo:region-before region-name=xsl-region-before-*_*/
 fo:region-after region-name=xsl-region-after-*_*/
 fo:region-start region-name=xsl-region-start-*_*/
 fo:region-end region-name=xsl-region-end-*_*/
 /fo:simple-page-master
 fo:simple-page-master master-name=CV_* margin-left=1cm
 margin-right=1cm page-width=21cm margin-bottom=0.5cm
 margin-top=0.5cm page-height=29.7cm
 fo:region-body region-name=xsl-region-body column-count=2
 margin-bottom=2cm margin-top=2.5cm/
 fo:region-before region-name=xsl-region-before-CV_* extent=1cm/
 fo:region-after region-name=xsl-region-after-CV_* extent=1cm/
 fo:region-start region-name=xsl-region-start-CV_*/
 fo:region-end region-name=xsl-region-end-CV_*/
 /fo:simple-page-master
 fo:page-sequence-master master-name=*
 fo:repeatable-page-master-alternatives
 fo:conditional-page-master-reference odd-or-even=any
page-position=any
 master-reference=*_*/
 /fo:repeatable-page-master-alternatives
 /fo:page-sequence-master
 fo:page-sequence-master master-name=CV
 fo:repeatable-page-master-alternatives
 fo:conditional-page-master-reference odd-or-even=any
page-position=any
 master-reference=CV_*/
 /fo:repeatable-page-master-alternatives
 /fo:page-sequence-master
 /fo:layout-master-set


 fo:page-sequence master-reference=CV
 fo:static-content flow-name=xsl-region-before-CV_firstOdd
 fo:block
  fo:block font-size=12px text-align=center
 fo:inline font-weight=boldC/fo:inline o r p sfo:inline
 font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
 font-weight=boldP/fo:inline e r m a n e n tfo:inline
 font-weight=bold2003/fo:inline
 /fo:block
 /fo:block
 /fo:static-content
 fo:static-content flow-name=xsl-region-before-CV_firstEven
 fo:block
  fo:block font-size=12px text-align=center
 fo:inline font-weight=boldC/fo:inline o r p sfo:inline
 font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
 font-weight=boldP/fo:inline e r m a n e n tfo:inline
 font-weight=bold2003/fo:inline
 /fo:block
 /fo:block
 /fo:static-content
 fo:static-content flow-name=xsl-region-before-CV_first
 fo:block
  fo:block font-size=12px text-align=center
 fo:inline font-weight=boldC/fo:inline o r p sfo:inline
 font-weight=boldP/fo:inline r o f e s s o r a lfo:inline
 font-weight=boldP/fo:inline e r m a n e n tfo:inline
 

RE: problem with two columns document and fo:table-row keep-with-next=always

2004-05-06 Thread Andreas L. Delmelle
 -Original Message-
 From: Selber Jean-François [mailto:[EMAIL PROTECTED]

 I want only to keep the row together with the next row .
 it is why I used keep-with-next


Hi,

Have you tried using the property components:

keep-with-next.within-line
keep-with-next.within-column
keep-with-next.within-page

Not sure if these are fully implemented yet... but there's a remote
possibility that plain 'keep-with-next' just uses the page as context.


HTH!

Greetz,

Andreas


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



Re: problem with two columns document and fo:table-row keep-with-next=always

2004-05-06 Thread Bernd Brandstetter
Hi,

try keep-with-next.within-page=always instead of only 
keep-with-next=always. This worked for me.

Bye,
Bernd

On Thursday 06 May 2004 18:56, Selber Jean-François wrote:
 I want only to keep the row together with the next row .
 it is why I used keep-with-next


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