> All this functionality (links etc.) is not yet supported in
> the XML package. I should really update this.
 
 :-)
Well - I think that XML give your lib. more flexebility and power :-)

> For the other image-XML question, please compare:
> the iText DTD, with the constructor of the Image object.
 
 Ok - you wona to say - that I just can put underlying="true"  to params via XML ?
 
> Nested tables were not supported yet at the moment I wrote the XML 2 PDF functionality. It's on my (very large) todo list.
 
Ok - it's clear - so I have to find some solution - will try to implement it - based on your sources.
 
The logic should be:
 
    is TableTag  -> 
          if prevous is Cell tag - >
                   remove CellTag from stack ->
                   define Cell location in table and define ParentTable  - >
                   ParentTable.insertTable(table,location )
 
 right ?

Reply via email to