Please don't send HTML mails to the list.

Amerin Szulr wrote:
> I'm trying to generate dynamic rows, i' can able to get results for a 
> row. Once my XML values greater than that of the columns, , i'm getting 
> ArrayIndexOutOfBoundException

I hope I guess right that you want to have rows
with more cells than there are table columns.
FOP can't deal with this, each row must have at most
as much cells as there are columns declared at the
beginning of the table.

Ask on the XSL list for tricks how to achive this
  http://www.mulberrytech.com/xsl/xsl-list/

You could for example try
  <xsl:for-each select="xmlelement/*[position() < 5]">
   ...

J.Pietschmann


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

Reply via email to