maurizio codogno wrote: > I just started using XMLmind to generate a DocBook file, but I am > not an expert so I have a problem in customization of text. > > According to http://www.sagehill.net/docbookxsl/CustomGentext.html , > I should be able to override the XSL transformation. However I do > not know *where* to instruct the editor to read my own definition. > I create the folder > C:\Documents and Settings\<my username\xxe2\config\myDocBook and > copied the corresponding files in the documentation: but if I > am correct, mydocbook.css would just let me change presentation > (for example, displaying <emphasis> in red), not format. > Which is the relevant section of the manual I should peruse?
There is no clean way to do such advanced customization. You need to directly modify the (Norman Walsh's) DocBook XSL stylesheets bundled with XXE. You'll find these files in the subdirectories of <XXE_install_dir>/config/docbook/xsl/. On Windows, <XXE_install_dir> is typically "C:\Program Files\XMLmind_XML_Editor".

