Balaji Loganathan wrote:

Just accidently, if i have a fo:block before
fo:table-cell, then I'm getting the error

Your XSL-FO is not valid. fo:block is not allowed in the middle of a table.

FOP should exit more gracefully with a message saying that the block is in the wrong place. This is the sort of thing that will be addressed in the redesign effort.

<fo:table-cell border-right-style="solid"
border-right-width="0.015mm">
<fo:block>Row1 column1</fo:block>
</fo:table-cell>
<fo:block>Row1 column2</fo:block>
<fo:table-cell>
</fo:table-cell>

Chris



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



Reply via email to