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]
