No frames visible in table cells in generated PDF file

Having trouble installing Oxygen? Got a bug to report? Post it all here.
magyarcs
Posts: 7
Joined: Fri Feb 24, 2012 7:18 pm

No frames visible in table cells in generated PDF file

Post by magyarcs »

My problem is that I create tables i Oxygen, but table cell frames are not visible, and I cannot even find an option for it. Can you please help? Thanks. Csaba.
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

Re: No frames visible in table cells in generated PDF file

Post by adrian »

Hello,

Can you please provide more details about your setup?

What type of XML document are you publishing to PDF(DocBook, DITA, custom)?
Are you using one of the built-in transformation scenarios?

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
magyarcs
Posts: 7
Joined: Fri Feb 24, 2012 7:18 pm

Re: No frames visible in table cells in generated PDF file

Post by magyarcs »

Hi Adrian,

I have Oxygen Author 12.2

PDF is generated from DITA.

Engine used for XSLT validation: Saxon 6.5.5 and Saxon-PE 9.3.0.5 (Document> Transformation> Transf Option)

I'm new to Oxygen, so let me know what other details you need to help me.

Thanks,Csaba.
Radu
Posts: 9448
Joined: Fri Jul 09, 2004 5:18 pm

Re: No frames visible in table cells in generated PDF file

Post by Radu »

Hi Csaba,

Basically on the <table> DITA element you should set the following attributes:

Code: Select all

 <table frame="all" rowsep="1" colsep="1">
..............
Here are all table attributes explained in the DITA 1.2 specification:

http://docs.oasis-open.org/dita/v1.2/os ... table_attr

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
magyarcs
Posts: 7
Joined: Fri Feb 24, 2012 7:18 pm

Re: No frames visible in table cells in generated PDF file

Post by magyarcs »

Radu,

Thanks a lot for the answer.

Regards,
Csaba
Post Reply