David J.Pietschmann is quite correct you stylesheet is all messed up.
Rob Try this: sorry about the indenting..... <fo:flow flow-name="xsl-region-body"> <fo:block>shucks</fo:block> <fo:table> <fo:table-column column-width="73mm"/> <fo:table-column column-width="20mm"/> <fo:table-column column-width="48mm"/> <fo:table-column column-width="48mm"/> <fo:table-column column-width="48mm"/> <fo:table-column column-width="48mm"/> <fo:table-column column-width="48mm"/> <fo:table-body> <fo:table-row> <fo:table-cell border-width="0.5mm"><fo:block font-size="9pt" font-weight="bold">dfasdfasdfasdfasfdasf </fo:block></fo:table-cell> <fo:table-cell border-width="0.5mm"><fo:block font-size="9pt" font-weight="bold">sadfsafdsafdasdf</fo:block></fo:table-cell> <fo:table-cell border-width="0.5mm"><fo:block font-size="9pt" font-weight="bold">asdfasdfasdfasdfsadf</fo:block></fo:table-cell> <fo:table-cell border-width="0.5mm"><fo:block font-size="9pt" font-weight="bold">Spsdfsadfsafdasfdasfdasfdsafd</fo:block></fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> <fo:block>shucks</fo:block> <fo:table> <fo:table-column column-width="73mm"/> <fo:table-column column-width="20mm"/> <fo:table-column column-width="48mm"/> <fo:table-column column-width="48mm"/> <fo:table-column column-width="48mm"/> <fo:table-column column-width="48mm"/> <fo:table-column column-width="48mm"/> <fo:table-body> <fo:table-row> <fo:table-cell border-width="0.5mm"><fo:block font-size="9pt" font-weight="bold"/></fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:flow> ----- Original Message ----- From: "J.Pietschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 19, 2003 4:36 PM Subject: Re: multiple fo:tables within a single <fo:flow flow-name="xsl-region -body"> > Holk, David A wrote: > > When I attempt to put two tables in line (one after the other) in a single > > page, only the second of the two rendered by FOP. > > > > What am I missing? > > You are missing that you provided an illegal FO document: > > <fo:table> > > <fo:table-body> > > <fo:table-column > > This should be the other way around. > > J.Pietschmann > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]