RE: [xep-support] floating tables

From: David Pirkle <david.pirkle@symyx.com>
Date: Thu Nov 03 2005 - 15:40:41 PST

I tried a different approach of wrapping each table with an
fo:inline-container rather than an fo:float. With this change, XEP puts
each table on a separate line like so:

[ ]
[ ]
[ ]

In other words, the fo:inline-container has no effect. I tried this
with a few other processors, and they all gave me the effect of putting
several tables per line, as I described in my original post. My
understanding of fo:inline-container is that it should cause the
enclosed blocks to be placed inline, which is exactly what I'm trying to
do with these tables. If I'm right about that, then XEP has a bug here.

-----Original Message-----
From: owner-xep-support@renderx.com
[mailto:owner-xep-support@renderx.com] On Behalf Of David Pirkle
Sent: Tuesday, November 01, 2005 9:37 AM
To: xep-support@renderx.com
Subject: [xep-support] floating tables

I have a report with many small tables, and I'm trying to fit as many to
a page as possible. In the HTML version, I set the CSS attribute
"float" to "left" on all the tables, and that lays them out side-by-side
until the edge of the window is reached, at which point the next table
goes below and all the way to the left, and so on, kind of like
word-wrapping. I want to reproduce that kind of layout in FO:

[ ] [ ] [ ]
[ ] [ ] [ ] [ ]
[ ] [ ]

where [ ] is a table

I tried putting each table in a float element, as in <fo:float
float="start"> <fo:table>...</fo:table></fo:float>. That gets me the
effect I'm after in one FO processor I tried, but XEP only wraps the
first row of tables on each page. In other words, after it reaches the
edge of the page, all subsequent tables are on the left in a row by
themselves, with no tables to the right:

[ ] [ ] [ ]
[ ]
[ ]
[ ]

It repeats this pattern for each page.

Am I taking a correct approach by putting each table inside a float
element? If not, is there a correct way to do this?

=======
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technologies, Inc. that may be confidential,
proprietary, copyrighted, privileged and/or protected work product,
and is meant solely for the intended recipient. If you are not the
intended recipient, and have received this message in error, please
contact the sender immediately, permanently delete the original and
any copies of this email and any attachments thereto.

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service
http://www.renderx.com/terms-of-service.html

=======
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technologies, Inc. or any of its affiliates or
subsidiaries that may be confidential, proprietary, copyrighted,
privileged and/or protected work product, and is meant solely for
the intended recipient. If you are not the intended recipient, and
have received this message in error, please contact the sender
immediately, permanently delete the original and any copies of this
email and any attachments thereto.

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Thu Nov 3 16:08:38 2005

This archive was generated by hypermail 2.1.8 : Thu Nov 03 2005 - 16:08:39 PST