CALS Tables have no vertical borders in middle

Here should go questions about transforming XML with XSLT and FOP.
jnielsen
Posts: 58
Joined: Fri Sep 12, 2008 12:12 am

CALS Tables have no vertical borders in middle

Post by jnielsen »

When I generate a PDF with the Idiom Plugin all the CALS tables will not display any middle vertical columns. I have the frame setting set to "all". Is there a fix for this or is this just something to request for future versions of the transformation files?
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: CALS Tables have no vertical borders in middle

Post by sorin_ristache »

Hello,

That is a request for a future version of the transformation.


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

Re: CALS Tables have no vertical borders in middle

Post by sorin_ristache »

Hello,

The middle vertical columns are displayed in the PDF result if you add the attribute colsep="1" to table. If you add this attribute the Idiom plugin will add a column separator.

If you want to separate some lines you have to add the attribute rowsep="1".


Regards,
Sorin
Post Reply