Hmm, this is rather an XSLT question than a question about FOP, at least
as long as we don't support RTL-tables, but you should be able to use a
recursive template call starting with an index to the last column and
then counting down to the first column with each recursive template call.
The following shows the general idea althought it solves a different
case:
http://www.dpawson.co.uk/xsl/sect2/recursion.html

On 18.08.2005 08:50:25 mohamed salah wrote:
> I have another question,
> Basicly to generate Arabic table which is right to left, All the columns
> should be mirrored. Please have look on the attached image. 
> I am using an xml file that is generated from other program, this file
> contains table data. The xsl file contains for-each tag that generates
> the table. 
> Do you have any ideas how can I do this without modifying the xml file?


Jeremias Maerki


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

Reply via email to