On 07/30/2010 12:18 AM, Christopher J Demattio wrote: > > I have noticed that DITAC does not seem to honor column alignment which > is specified at the colspec level. > > For example, I should be able to say: > > "<colspec colname="1" align="center"/>" > > I would expect all of the entries in that column to be centered unless > the specific entry overrides the column alignment. This doesn't seem to > work. > > FYI, I am using DITAC with XFC v4.3.1.
The documentation is not totally accurate (excerpts of http://www.xmlmind.com/ditac/_distrib/doc/manual/limitations.html#limitations): --- * Table layout: ... ** In order to inherit rowsep and colsep from a colspec, an entry must refer to it explicitly using its colname or its namest attribute. --- should read: --- * Table layout: ... ** In order to inherit *align*, rowsep and colsep from a colspec, an entry must refer to it explicitly using its colname or its namest attribute. --- We'll *try* to remove part or all of this limitation in the next release of ditac (next month). -- XMLmind DITA Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/ditac-support

