Kizito Porta Balany? wrote: > > I have installed the add-on and then I have edited the file mydocbook.xxe. > After adding your recommended lines (parametergroup ...) I have > validated the sintaxis of the new mydocboo.xxe (all ok). > Then I have openend a new xmlimind editor, and produced a new html, but > it not works. The autolabel=0 does not work or the program does not use > the mydocbook.xxe file. >
You probably did a mistake because what I've suggested has been well tested and works fine. I've suggested to use the clean and maintainable method. Now let's try the quick and dirty one. [1] Please uninstall the "A customized configuration for the DocBook DTD" add-on using "Options|Install Add-ons". Then restart XXE. [2] Edit XXE_install_dir/addon/config/docbook/xslMenu.incl using a text editor. [3] Locate *all* occurrences of: --- <parameter name="section.autolabel">XXX</parameter> --- (where XXX is any string) and replace them by: --- <parameter name="section.autolabel">0</parameter> --- [4] Restart XXE. --- PS: Note section.autolabel set to 0 removes the numbering of *sections*, not chapters and not parts. For parts and chapters, there are other similar XSL style sheet parameters. See http://docbook.sourceforge.net/release/xsl/current/doc/

