Jan Bares wrote: > > However, this <saveOptions> doesn't work for me. The options specified in > configuration file are ignored (but the file is parsed, when there is typo, > XXE warns about it). The Options/..Save/Override settings specified in > configuration files is not checked. What goes wrong? I have XXE 2.10. > > Contents of addon/MyXHTML/MyXHTL.xxe file: > > <?xml version='1.0' encoding='ISO-8859-1'?> > <configuration name="MyDocBook" > xmlns="http://www.xmlmind.com/xmleditor/schema/configuration" > xmlns:cfg="http://www.xmlmind.com/xmleditor/schema/configuration"> > > <!-- include original config --> > <include location="xxe-config:xhtml/xhtml.xxe"/> > > <!-- modify save options for XHTML --> > <saveOptions > indent="1" > indentation="4" > maxLineLength="10000" > addOpenLines="true" /> > </configuration>
You probably also have another customized configuration called "MyDocBook" which ``hides'' the above one.

