Why not take this heretical TABLE-content to its SGMLogical
conclusion, and turn TABLE into a general alignment control? FORMs
aren't the only situtation in which this would be useful, and once
you allow <FORM> in <TABLE> you are essentially opening up <TABLE> to
arbitrary %body.content anyway.
For example, you could use this to align all your equations and
equation numbers with each other like this:
<TABLE COLSPEC="C70R5">
Here is the first equation:
<TR><TD> <MATH>E = m c^2^</MATH> <TD>(1)</TR>
and here is the second equation, aligned with the first:
<TR><TD> <MATH>x^n^ + y^n^ = z^n^</MATH> <TD>(2)</TR>
What do you think of that?
</TABLE>
TR would still have a strict content model of (%cell)*.
--------------------------------------------------------------------
Paul Burchard <burchard@math.utah.edu>
``I'm still learning how to count backwards from infinity...''
--------------------------------------------------------------------