try reading this section of the spec: http://www.w3.org/TR/xsl/slice6.html#section-N15442-Formatting-Objects-f or-Tables various examples might be found there Regards, Victor Vishnyakov -----Original Message----- From: www-xsl-fo-request@w3.org [mailto:www-xsl-fo-request@w3.org] On Behalf Of Girish Kanmas Sent: Thursday, October 30, 2003 12:45 PM To: www-xsl-fo@w3.org Subject: 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) 56728348Received on Thursday, 30 October 2003 07:09:05 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 3 October 2007 16:06:11 GMT