Yes!.. I very well know the below xsl:fo is wrong. But was just wondering why its throwing "Classcast exception" and thats the reason i posted it.
--- Chris Bowditch <[EMAIL PROTECTED]> wrote: > 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] > http://personals.yahoo.com.au - Yahoo! Personals New people, new possibilities. FREE for a limited time. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
