Jeff Hooker wrote: > > I've got something odd happening in one of my docbook add-ons. The insert > row/insert column commands have reverted back to ignoring my "entry" element > override template and inserting entry elements without the "para" element > that > I've defined in the template. I've got other add-ons that are behaving, and I > can't pin down what changed between the different versions. > > The element insertion panel is also showing both the basic "entry" option as > well as the "entry(para)" option, which *should* be overriding the "entry" > option. > > Got any ideas about where I should start looking for the cause of this? >
May be your "entry(para)" override template became unusable due to a change in namespace declarations? See http://www.xmlmind.com/xmleditor/_distrib/doc/configure/ch07s08s02.html --- The validity of the contents of an element template having selectable="override" is checked before the editing operation is performed. If this contents is found to be structurally invalid, then the element template is ignored and an automatically generated element is used instead. --- -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

