FOP - line formatting without tables

Here should go questions about transforming XML with XSLT and FOP.
colan

FOP - line formatting without tables

Post by colan »

Hello!

I'm pretty new in FOP and I've got some problem. Due to
performance and problem with memory usage i'd like
to make my report without tables.

My question is, is there any fop technique to format
line without tables. I'mean i'd like to have lines like this :

header1.........header2.........header2
--------------------------------------------
value1...........value2.............value3
value1b.........value2b...........value3b

and of course space between columns is various and
length of values is various too ...

i don't want to use monospace fonts and put spaces
like here dots) between values ...

so, any ideas ?

thanx a lot for any help ...

Colan
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello Colan,

FOP performance will not be much better if you use this kind of lines instead of tables. Using tables will not make performance bad. You can give more memory to FOP from Options -> Preferences -> XSLT/FO -> FO processors -> Memory available to the built-in FOP and see if performance will become better.

Regards,
Sorin
Post Reply