Klocker Christoph wrote: > is it possible to customize the docbook functions of the included > docook.jar,
No, this is definitively not possible. > or to acquire the source somewhere? Sure. The full source code of the product is included with XMLmind XML Editor *Professional* Edition. > We have a slightly different CALS table modell Not a great idea (no offense intended): CALS tables are already horribly complex like that. > we have > > <row> > <entry> > <absatz> (or <liste>etc, default absatz) > <entry> > <row> > > instead of > > <row> > <entry/> > </row> > > I changed the Templates for my use, but for the insertRow/Column I can't > change the behaviour. > I tried something like > > > <cfg:command name="docb.tableRow"> > <cfg:class>com.xmlmind.xmleditapp.docbook.TableRow</cfg:class> > <cfg:command name="selectNode" parameter="descendant[implicitElement] > entry"/> > <cfg:command name="insert" parameter="into[implicitElement] absatz"/> > </cfg:command> --- PS: XXE V3.0 *Patch 1* makes it much easier to *reuse* the work done on CALS tables and on HTML tables in third party document types. But this does not mean that you can customize the table commands.

