display in row-column format

===========XML FILE=============
<table>
 <row rtext="Table Heading">
  <Column col-header-txt="aa" col-txt="RTTT" col-footer-txt="000"/>
  <Column col-header-txt="bb" col-txt="RFFF" col-footer-txt="001"/>
  <Column col-header-txt="cc" col-txt="RGGG" col-footer-txt="002"/>
 </row>
</table>
===============================

Out of the above XML, I want to generate below type of tables:

        aa            bb            cc
----------------------------------
|       RTTT    |   RFFF    |   RGGG    |
----------------------------------
        000           001        002

The above table has three rows, first and third row do not have borders.
In the first row, value from col-header-txt should be displayed.
In the second row, values from col-txt should be displayed.
In the third row, values from col-footer-txt should be displayed.


I tried in many ways, but I am not able to display in the required format.
Can anybody suggest the easiest way to get it done through XSL-FO?

With thanks,


Girish Kanmas
TI Extn: 1387
Mobile: +91 (80) 56728348

Received on Thursday, 30 October 2003 05:45:49 UTC