<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
All:<br>
<br>
I created a fo:table-caption element within a fo:table-and-caption, and
set the caption-side to "after" in order for the block I define inside
appears at the bottom of the table. However, the caption always appears
on top.<br>
<br>
Am I missing something here? Enclose is an excerpt of the fo.xml
document.<br>
<br>
Thanks,<br>
Alejandro<br>
<br>
<br>
<blockquote type="cite"> <fo:table-and-caption
text-align="center" width="100%" id="TBL1"><br>
<fo:table-caption <b>caption-side="after"</b>><br>
<fo:block font-family="Helvetica, sans-serif"
font-size="10pt" font-weight="bold"<br>
margin-top="10pt"<br>
margin-bottom="10pt">Table 1:
Mapping</fo:block><br>
</fo:table-caption><br>
<fo:table table-layout="fixed"><br>
<fo:table-column column-number="1"
column-width="proportional-column-width(1)"/><br>
<fo:table-column column-number="2"
column-width="proportional-column-width(1)"/><br>
<fo:table-header font-size="9pt"
border-style="solid" border-width="0.5pt" border-color="black"<br>
padding="0.04in"<br>
font-weight="bold"<br>
background-color="rgb(85%,85%,85%)"><br>
<fo:table-row><br>
<fo:table-cell font-size="9pt"
border-style="solid" border-width="0.5pt" border-color="black"<br>
padding="0.04in"<br>
display-align="before"><br>
<fo:block-container><br>
<fo:block space-before="3pt"
space-after="3pt" text-align="left">Objective</fo:block><br>
</fo:block-container><br>
</fo:table-cell><br>
<fo:table-cell font-size="9pt"
border-style="solid" border-width="0.5pt" border-color="black"<br>
padding="0.04in"<br>
display-align="before"><br>
<fo:block-container><br>
<fo:block space-before="3pt"
space-after="3pt" text-align="left">Description</fo:block><br>
</fo:block-container><br>
</fo:table-cell><br>
</fo:table-row><br>
</fo:table-header><br>
<fo:table-body><br>
<fo:table-row><br>
<fo:table-cell font-size="9pt"
border-style="solid" border-width="0.5pt" border-color="black"<br>
padding="0.04in"<br>
display-align="before"><br>
<fo:block-container><br>
<fo:block space-before="3pt"
space-after="3pt" text-align="left">First row</fo:block><br>
</fo:block-container><br>
</fo:table-cell><br>
<fo:table-cell font-size="9pt"
border-style="solid" border-width="0.5pt" border-color="black"<br>
padding="0.04in"<br>
display-align="before"><br>
<fo:block-container><br>
<fo:block space-before="3pt"
space-after="3pt" text-align="left">Descirption of first
row<fo:block/><br>
</fo:block><br>
</fo:block-container><br>
</fo:table-cell><br>
</fo:table-row><br>
</fo:table-body><br>
</fo:table><br>
</fo:table-and-caption></blockquote>
<br>
<br>
<br>
<pre class="moz-signature" cols="72">--
______________________________________________________
Alejandro Fabio Masino
atsec information security
Visit our web-site at: <a class="moz-txt-link-abbreviated" href="http://www.atsec.com">www.atsec.com</a>
@sec: the information security provider
Project=General
</pre>
</body>
</html>