Thomas Dumm wrote:
>
> Do I undestand this correctly: In the case that you are able to elliminate
> the mentioned limitation in CALSTableEdit and HTMLTableEdit and DBTableEdit
> = Union(CALSTableEdit, HTMLTableEdit)
> I just have to add the following template to my configuration:
>
> <elementTemplate xmlns="" selectable="override" name="gre.entry">
> <entry xmlns="">
> <Body></Body>
> </entry>
> </elementTemplate>
>
That's right.
>
> By the way:Since Version 4.0 I am not able to register CALSTableEdit any
> more, alltough the current versions of docbook.jar and xhtml.jar are in
> place. This is why I use DBTableEdit, alltough I do not use the HTML
> extension to the CALS model in the dtd.
>
DITA uses a simplified form of CALS tables (as well as a DITA specific
simpletable).
Excerpts of DITA's topic.xxe:
---
<command name="dita.calsTableEdit">
<class>com.xmlmind.xmleditext.docbook.table.CALSTableEdit</class>
</command>
---
Excerpts of DITA's topic.css:
---
@media XMLmind-XML-Editor {
@extension
"com.xmlmind.xmleditext.docbook.table.TableSupport black
rgb(238,238,224)";
}
---
(But it's easier to include in your CSS:
@import url(xxe-config:docbook/css/cals_table.imp);
as instructed below)
See
http://www.xmlmind.com/xmleditor/_distrib/doc/configure/cals_table.html