Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

rowsep Attribute Values not Preserved on Import to FrameMaker

Community Expert ,
Feb 08, 2022 Feb 08, 2022

I have dita content with <row rowsep="0"> elements. On import to FrameMaker, the bottom row border is suppressed as I would expect, but the rowsep attribute value in FrameMaker is not kept. I need this value for further processing in ExtendScript. Is there a way to preserve these value in FrameMaker, perhaps through a Read/Write rule? Thank  you.

TOPICS
Scripting , Structured
131
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 08, 2022 Feb 08, 2022
LATEST

For the bottom row, you may need a different attribute on the table itself.

For example, the following is for top and bottom rules.

<table frame="topbot">

 Here's some info on the options:

https://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/langRef/attributes/displayAttributes.html

 

-Matt Sullivan
FrameMaker Course Creator, Author, Trainer, Consultant
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines