Philippe Nobili wrote: > > We did as you suggested and wrote our own customized xslMenu.incl. > Everything worked OK, and we are now able to select between several > different conversion layers. > > To avoid overriding the original DocBook menu, each conversion layer > simply happens its specific conversion items to the original DocBook > menu, e.g.: > > <menu label="_DocBook"> > <insert /> > <separator /> > <menu label="Custom Conversions"> > etc etc > > Upon startup, XMLMind is now displaying a configuration error message: > > file:/scr/softs/xxe-pro-4_3_0/addon/cggv_config_docbook/batchmod_custom.xxe > "file:/scr/softs/xxe-pro-4_3_0/addon/cggv_config_docbook/batchmod_xslMenu.incl", > > line 149, column 24: invalid element "menu": previous definition of > "menu" named "" not found > > But if we continue, everything work fine and our conversion items appear > in the DocBook menu and work as expected. So, we do not know what to > think about this message... > > Did we do something wrong, and possibly where ?
I've tried to reproduce this problem by adding this: --- <menu label="_DocBook"> <insert/> <separator/> <item label="Test" command="alert" parameter="Test!"/> </menu> --- to the stock xslMenu.incl and found that everything works fine. I'm afraid I need to access your files in order to find out what's wrong.

