B.S.Navin wrote: > I added a simple customization file to customize docbook: > > <?xml version="1.0" encoding="UTF-8"?> > <configuration name="DocBook" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns="http://www.xmlmind.com/xmleditor/schema/configuration" > xmlns:cfg="http://www.xmlmind.com/xmleditor/schema/configuration"> > > <include location="xxe-config:docbook/docbook.xxe"/> > > <template location="docbook/customarticle.xml" name="Customized > Article"/> > > </configuration> > > This file "customize.xxe" was placed in "$HOME/.xxe2/config". The > directory also contained a directory "docbook" with a single file > "customarticle.xml". This file is just a slightly modified version of > "article.xml" found in the "xxe-config:docbook/template" directory. > > My XXE app is installed in the $HOME/Applications directory on my Mac. > > But the new template is not getting shown in my XXE, when I restart > it. I even tried with a simple CSS customization, instead of the > template customization. But even that is not being reflected. > > Any pointers to the cause? > > Note : I am using the latest XXE Standard Edition
The file you have created cannot be called "customize.xxe". "customize.xxe" contains customizations which are applied to all document types. All configuration elements except command, binding, parameterGroup, imageToolkit, spreadsheetFunctions, property, documentHook, are ignored for such files. See http://www.xmlmind.com/xmleditor/_distrib/docs/configure/ch03s02.html. Rename your file "customize.xxe" to "customize_docbook.xxe" for example (anything but "customize.xxe", in fact) and it should work.

