<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2658.24">
<TITLE>RE: [xep-support] fo:table and height attribute</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>I have a slightly different need...</FONT>
</P>
<P><FONT SIZE=2>I'm used to the formatting of tables in HTML and IE, which lets you say something like:</FONT>
</P>
<P> <FONT SIZE=2><table height="99%"></FONT>
<BR> <FONT SIZE=2><tr></FONT>
<BR> <FONT SIZE=2><td height="200px">...</td></FONT>
<BR> <FONT SIZE=2></tr></FONT>
<BR> <FONT SIZE=2><tr></FONT>
<BR> <FONT SIZE=2><td>...</td></FONT>
<BR> <FONT SIZE=2></tr></FONT>
<BR> <FONT SIZE=2><tr height="12px"></FONT>
<BR> <FONT SIZE=2><td>...</td></FONT>
<BR> <FONT SIZE=2></tr></FONT>
<BR> <FONT SIZE=2><tr height="100%"></FONT>
<BR> <FONT SIZE=2><td>...</td></FONT>
<BR> <FONT SIZE=2></tr></FONT>
<BR> <FONT SIZE=2><tr height="10px"></FONT>
<BR> <FONT SIZE=2><td>...</td></FONT>
<BR> <FONT SIZE=2></tr></FONT>
<BR> <FONT SIZE=2></table></FONT>
</P>
<P><FONT SIZE=2>Where the dimensions of the table are given in percentages of the output media (screen size, paper size, etc.), and even embedded rows (<tr>s) can have these percentage dimensions. The results would almost fill (99%) the screen/page with the table's contents AND it would have the 4th row (in the example), stretch as much as necessary to fill the space.</FONT></P>
<P><FONT SIZE=2>Is there a way to specify the same kind of thing with FO? I know I can calculate the height of the 4th row (page-height - [height of all fixed rows]), but it would be nice if it could do it "automatically".</FONT></P>
<P><FONT SIZE=2>Thanks,</FONT>
<BR><FONT SIZE=2>Todd</FONT>
</P>
<P><FONT SIZE=2>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</FONT>
<BR><FONT SIZE=2>Todd S. Powell</FONT>
<BR><FONT SIZE=2>Project Performance Corporation</FONT>
<BR><FONT SIZE=2>U.S. Department of Energy</FONT>
<BR><FONT SIZE=2>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</FONT>
</P>
</BODY>
</HTML>