Subject: [xsl-fo] Columnized pages and horizontal blocks
From: "Kamal Bhatt" <kbhatt@xxxxxxxxx>
Date: Sat, 13 Jan 2007 12:37:51 +1100 (EST)
|
Hi
I want to create a page with two columns (like a conference paper). How do
I do this easily in FO, in particular FOP 0.93?
Additionally, I would like the ability to arrange my blocks horizontally.
Is this possible without defining tables (once again, for FOP 0.93)?
For example,
...
<fo:block>blah blah blah</fo:block>
<fo:block>da da da</fo:block>
will be arranged:
blah blah blah da da da
Obviously, this makes more sense with pictures.
Thanks.
|