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

Tables

Guest
Apr 06, 2008 Apr 06, 2008
It seems that Frame 8 is no better than previous versions when going round-trip with respect to tables. When I create a non-CALS table, and attempt to round-trip it, it returns a one-column, multi-row table concatenated cells.

Is this a read-write-rules issues. I've tried adjusting the rules according to the Developer's Guide, but to no avail.......thanks for the help...bl
TOPICS
Structured
429
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
Contributor ,
Apr 06, 2008 Apr 06, 2008
Hi William,

Looks like that your round trip does nor preserve the number of columns. It that attribute (typically the name is cols) is missing, the result is always a single column table.

Check your dtd for proper attribute and make the mapping in rw-rules.

Martti
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
Mentor ,
Apr 07, 2008 Apr 07, 2008
LATEST
William,

As Martti says, you'll need a rule something like the following, with of course a DTD that allows the applicable attribute:

attribute "refcols" is fm property columns;

Russ
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