- From: Ahmad Abdolahi <ahmad.abdolahi@data-consult.com>
- Date: Mon, 30 Sep 2002 16:20:49 +0200
- To: <www-xsl-fo@w3.org>
I will create a table with 6 culons and 100 40 rows i use fop 0.20.4. my source code : ......... <fo:page-sequence master-reference="my-page"> <fo:flow flow-name="xsl-region-body"> <fo:table border="2pt solid black"> <fo:table-column column-width="20mm"/> <fo:table-body> <fo:row> <fo:cell> <fo:block font-size="20pt" font-familya="Arial"><xsl:value-of select="name1"/></fo:block> </fo:cell> </fo:row> </fo:table-body> </fo:table> </fo:flow> </fo:page-sequence> </fo:root> </xsl:template> </xsl:stylesheet> but i get any table on the screen! Error : [INFO] FOP 0.20.4rc [INFO] building formatting object tree [ERROR] Unknown formatting object http://www.w3.org/1999/XSL/Format^row [ERROR] Unknown formatting object http://www.w3.org/1999/XSL/Format^cell [ERROR] property 'font-familya' ignored [INFO] [1] [WARNING] table-layout=auto is not supported, using fixed! [WARNING] current implementation of tables requires a table-column for each colu mn, indicating column-width [INFO] Parsing of document complete, stopping renderer could somebody help? thanks at advance
Received on Monday, 30 September 2002 10:22:54 UTC