Perfect!
On http://www.xmlmind.com/xmleditor/_distrib/doc/configure/cals_table.html
it says:
<documentHook name="cols_checker">
<class>com.xmlmind.xmleditext.docbook.table.DocumentHookImpl</class>
</documentHook>
Should it not read:
<validateHook name="cols_checker">
<class>com.xmlmind.xmleditext.docbook.table.ValidateHookImpl</class>
</validateHook>
I think documentHook has been replaced by validateHook.
Also the icon names and the file format of the icons has changed, but the
above manual is not adjusted yet, as it still mentiones:
common/icons/ColumnInsertBefore16.gif
--
> -----Urspr?ngliche Nachricht-----
> Von: Hussein Shafie [mailto:hussein at xmlmind.com]
> Gesendet: Montag, 9. Februar 2009 15:32
> An: Thomas Dumm
> Cc: xmleditor-support at xmlmind.com
> Betreff: Re: [XXE] (no subject)
>
> 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_t
> able.html
>
>
>