which is more efficient - empty cells or spanned empty cell

2002-12-11 Thread Louis . Masters
Does anyone have any opinion on what is more efficient in FOP:

1.  Having one empty cell spanning several cells

or

2.  Having multiple non-spanned cells

?

For example:
#1:
fo:table-cell number-columns-spanned=3/

or
#2:
fo:table-cell/
fo:table-cell/
fo:table-cell/

I'm guessing it is #1 since it will probably need to process less and have
a smaller tag tree.

Thanks,
Lou



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



Re: which is more efficient - empty cells or spanned empty cell

2002-12-11 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote:
I'm guessing it is #1 since it will probably need to process less and have
a smaller tag tree.
Yes, I believe #1 is better.
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]