Maybe my question wasn't too clear... sorry.
I'd like to have a pdf document with two columns.
Each column must contain a table, but the layouts of the two tables are not
related, I mean that the rows limits must not match. They must be two
indipendent nested tables. For example like in the HTML:

<table border="1" cellspacing=0 cellpadding=0>
    <tr>
        <td>
            <table border="1" cellspacing=0 cellpadding=0>
                <tr>
                    <td>
                    a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>
                    </td>
                </tr>
                <tr>
                    <td>
                    a
                    </td>
                </tr>

            </table>
        </td>
        <td>
            <table border="1" cellspacing=0 cellpadding=0>
                <tr>
                    <td>
                    b
                    </td>
                </tr>
                <tr>
                    <td>
                    b<br>b<br>b<br>b<br>b<br>b<br>b<br>b<br>b<br>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>


Is it possible? How can I achieve this result using an XML file and iText?
regards
Mauro

----- Original Message -----
From: "Mauro Marini" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 19, 2003 1:16 PM
Subject: XML and nested tables


> What's the right XML sheet to produce the PDF file here attached?
> Thanks
> Mauro



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to