Santy, Michael wrote: > > I am developing an XXE configuration that specifies multiple menus and > have modified the xxe_gui file to include a the configSpecificMenuItems, > but only the last menu defined in my configuration replaces the > configSpecificMenuItems. Is there any way to replace the > configSpecificMenuItems with all menus specified in a configuration?
I'm sorry but I'm not sure to understand. An XXE configuration file may contain multiple menus, though it is not common to do so. Such menus are required to have different *name* *attributes*. See http://www.xmlmind.com/xmleditor/_distrib/doc/configure/menu.html In such case, the XXE GUI file must define multiple ``pointers'' for these menus. Each ``pointer'' must refer to the name attribute of a menu defined in the configuration file. How to do this is explained here: http://www.xmlmind.com/xmleditor/_distrib/doc/configure/multiple_menus.html

