Make the analogy with HTML, you have tables and cells, but you forgot specifying rows:
> <?xml version="1.0" encoding="ISO-8859-1"?> > <REPORT> > <REPORTTITLE>Report</REPORTTITLE> > <NEWLINE /> > <TABLE> <row> > <CELL1>Startup</CELL1> > <CELL2>Failed</CELL2> </row> <row> > <CELL1>Test</CELL1> > <CELL2>Passed</CELL2> </row> > </TABLE> > <NEWPAGE /> > </REPORT> ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
