On 10/05/2011 10:23 AM, Maxime Bégnis wrote: > > I would like to eliminate in the new document dialog all the entries but > the "DocBook v5+" one. For that I tried to create customized > configuration files as described in the documentation > (http://www.xmlmind.com/xmleditor/_distrib/doc/configure/customizing.html). > However the entries are still there in the menu. > > Here is the content of one of my customized configuration : > > <?xml version='1.0' encoding='ISO-8859-1'?> > <configuration name="DITA" mimeType="application/dita+xml; format=dita" > xmlns="http://www.xmlmind.com/xmleditor/schema/configuration" > xmlns:cfg="http://www.xmlmind.com/xmleditor/schema/configuration" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > > <include location="xxe-config:dita/topic.xxe" /> > > <template name="Concept" /> > <template name="Task (Strict)" /> > <template name="Task (General)" /> > <template name="Reference" /> > <template name="Glossary Entry" /> > <template name="Glossary Group" /> > <template name="Topic" /> > <template name="Multiple Topics" /> > > </configuration> > > Am I doing something wrong? > > I'm using XXE 4.9.0
No, I don't see anything wrong in the above customization of the DITA Topic configuration. --> May be you have simply forgotten to clear the "Quick Start Cache" after creating your custom topic.xxe. See http://www.xmlmind.com/xmleditor/_distrib/doc/help/advancedOptions.html#cacheOptions --> Also note that as of v4.8, you can simply delete the whole XXE_install_dir/addon/config/dita/ directory to get rid of DITA (or equivalently, but always safer, uninstall the bundled DITA configuration using "Options|Install Add-ons"). See http://www.xmlmind.com/xmleditor/changes.html#v4.8.0 --- It's now possible to use Options|Install Add-ons, Uninstall tab, to remove one or more of the four bundled configurations: "XHTML configuration", "DocBook configuration", "DocBook v5+ configuration", "DITA configuration". If you are sure that you'll not need a bundled configuration if the future, it's now perfectly safe to uninstall it. Doing this should slightly improve the startup time and the memory footprint of XMLmind XML Editor. However be warned that: * On some platforms, administrative privileges may be required to uninstall a bundled configuration. * Unlike the other add-ons, a bundled configuration cannot be re-installed using Options|Install Add-ons. If after uninstalling this configuration, you happen to need it, then you'll have to re-install XMLmind XML Editor. --- -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

