Ulrich_Laegeler at arburg.com wrote: > Ok, that's reasonable. > But what's about to add a [force] parameter to the "insert" command like the > "delete" command has one? >
We want to keep Edit|Force Deletion (http://www.xmlmind.com/xmleditor/_distrib/doc/help/editMenu.html) and Attribute tool | Right-click menu | Force Removal (http://www.xmlmind.com/xmleditor/_distrib/doc/help/editAttributePane.html) the only commands which allow the user to make a document structurally invalid. Note that such commands are somewhat ``hidden'' deeply in menus. I'm sure that being a creative programmer, you'll find a way to solve your problem: a macro combining force deletion + insertions, named element templates containing right-away the proper child sequences, ad-hoc, non-validating, command written in Java[tm], etc.

