CALS table support
Posted: Mon Nov 06, 2006 6:30 pm
This is effectively "complex table support for DITA".
Right now, entering tables is very tedious --
<table>
<tgroup>
<tbody>
<row>
<entry>content</entry>
<entry>content</entry>
<entry>content</entry>
</row>
</tbody>
</tgroup>
</table>
to get one row and three columns.
It would be extremely helpful if the grid editor or something like it included support for entering table information in a natural-to-tables way and for applying attributes to selected groups of elements. (So the "valign" attribute could be set on an entire column of table elements, for example.)
We are using oXygen 7.2 in Eclipse to author DITA content.
Thanks!
-- Graydon
Right now, entering tables is very tedious --
<table>
<tgroup>
<tbody>
<row>
<entry>content</entry>
<entry>content</entry>
<entry>content</entry>
</row>
</tbody>
</tgroup>
</table>
to get one row and three columns.
It would be extremely helpful if the grid editor or something like it included support for entering table information in a natural-to-tables way and for applying attributes to selected groups of elements. (So the "valign" attribute could be set on an entire column of table elements, for example.)
We are using oXygen 7.2 in Eclipse to author DITA content.
Thanks!
-- Graydon