A couple days ago, I promised to start on the table compaction. The purpose is to solve NS4's nested-table problem in a general way.
Since then I've attempted to compress as many tables as possible into one big table. That was a too far a leap attempt. Now, I'll attempt something much simpler: if a table contains only one table and nothing else, they will be merged. WIDTH, HEIGHT will be set to the minimum values. Anything else, will be set to the inner table's value. This case (a table containing only one child table) is pretty common in the HTML produced by stock Jetspeed. Don't know whether this is good enough to avoid the nested-table problem. I'll have the result, I think, by the end of next week because I don't have lots of time to work on it. In fact, I think I hear my boss calling me and that can only means another thing to do. YS. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
