Re: spna=all didn't work for fo:cell

2002-04-16 Thread Chuck Paussa
Argyn,
fo:table-row
   fo:table-cell number-columns-spanned=3fo:block 
margin-left=2cmfo:inline
font-weight=boldCOMMENTS: /fo:inlinexsl:value-of
select=COMPONENT_ID//fo:block/fo:table-cell
 /fo:table-row
Where number-columns-spanned=3 3 or 4 or 5 or how ever many columns are in your table 

Chuck Paussa
Argyn Kuketayev wrote:
this didn't work either :(
 fo:table-row
   fo:table-cell fo:block span=all margin-left=2cmfo:inline
font-weight=boldCOMMENTS: /fo:inlinexsl:value-of
select=COMPONENT_ID//fo:block/fo:table-cell
 /fo:table-row
-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]
Sent: Monday, April 15, 2002 6:47 PM
To: [EMAIL PROTECTED]
Subject: Re: spna=all didn't work for fo:cell
Argyn Kuketayev wrote:
I had to put 
number-columns-spanned=100 
instead of 
span=all
in fo:column element, because the latter didn't work. is it a bug?

From the spec at http://www.w3.org/TR/xsl/slice7.html#span
span=all: Specifies if a block-level object should be
placed in the current column or should span all columns
of a multi-column region.
This property is not intended to be used on table cells.
J.Pietschmann




Re: spna=all didn't work for fo:cell

2002-04-16 Thread J.Pietschmann
Argyn Kuketayev wrote:
this didn't work either :(
  fo:table-row
fo:table-cell fo:block span=all margin-left=2cmfo:inline
font-weight=boldCOMMENTS: /fo:inlinexsl:value-of
select=COMPONENT_ID//fo:block/fo:table-cell
  /fo:table-row
It shouldn't, span=all doesn't work *inside* tables.
It is not designed for declaring table cells spanning
multiple table columns, thats what number-columns-spanned
is for. What's your problem?
J.Pietschmann



RE: spna=all didn't work for fo:cell

2002-04-16 Thread Argyn Kuketayev
I thought there must be an attribute of the cell which makes it to span over
all the row. I thought it's span=all. it appears that it's not. no problem

:)

 -Original Message-
 From: J.Pietschmann [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 15, 2002 7:12 PM
 To: [EMAIL PROTECTED]
 Subject: Re: spna=all didn't work for fo:cell
 
 
 Argyn Kuketayev wrote:
  this didn't work either :(
  
fo:table-row
  fo:table-cell fo:block span=all 
 margin-left=2cmfo:inline
  font-weight=boldCOMMENTS: /fo:inlinexsl:value-of
  select=COMPONENT_ID//fo:block/fo:table-cell
/fo:table-row
 
 It shouldn't, span=all doesn't work *inside* tables.
 It is not designed for declaring table cells spanning
 multiple table columns, thats what number-columns-spanned
 is for. What's your problem?
 
 J.Pietschmann
 
 
 


RE: spna=all didn't work for fo:cell

2002-04-15 Thread Argyn Kuketayev
correction: I meant fo:cell when wrote fo:column


 -Original Message-
 From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 15, 2002 5:29 PM
 To: '[EMAIL PROTECTED]'
 Subject: spna=all didn't work for fo:cell
 
 
 I had to put 
 number-columns-spanned=100 
 instead of 
 span=all
 in fo:column element, because the latter didn't work. is it a bug?
 
 thanks, 
 Argyn
 


Re: spna=all didn't work for fo:cell

2002-04-15 Thread J.Pietschmann
Argyn Kuketayev wrote:
I had to put 
number-columns-spanned=100 
instead of 
span=all
in fo:column element, because the latter didn't work. is it a bug?
From the spec at http://www.w3.org/TR/xsl/slice7.html#span
span=all: Specifies if a block-level object should be
placed in the current column or should span all columns
of a multi-column region.
This property is not intended to be used on table cells.
J.Pietschmann


RE: spna=all didn't work for fo:cell

2002-04-15 Thread Argyn Kuketayev
this didn't work either :(

  fo:table-row
fo:table-cell fo:block span=all margin-left=2cmfo:inline
font-weight=boldCOMMENTS: /fo:inlinexsl:value-of
select=COMPONENT_ID//fo:block/fo:table-cell
  /fo:table-row

 -Original Message-
 From: J.Pietschmann [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 15, 2002 6:47 PM
 To: [EMAIL PROTECTED]
 Subject: Re: spna=all didn't work for fo:cell
 
 
 Argyn Kuketayev wrote:
 
 I had to put 
 number-columns-spanned=100 
 instead of 
 span=all
 in fo:column element, because the latter didn't work. is it a bug?
 
  From the spec at http://www.w3.org/TR/xsl/slice7.html#span
 span=all: Specifies if a block-level object should be
 placed in the current column or should span all columns
 of a multi-column region.
 This property is not intended to be used on table cells.
 
 J.Pietschmann