Anders Finstad wrote: > Ok, > 1) I edited the docbook5Xi.xxe file adding the refs to my css file > --got error message - > -I added two lines at the top og the css file to "copy" the docbook.css > -I copied the file also to programfiles/xxl ...../css > > the saw that the docbook css file here refers to half a dusin of .imp > files.
Your qtcl.css file cannot be used to style a DocBook document. It may be used to style the *HTML* generated after converting a DocBook document to HTML. Quick and dirty way to use qtcl.css: [1] Please remove what you did to docbook5Xi.xxe as this is useless (or uninstall and then re-install the "DocBook 5 + Xinclude" add-on). [2] Copy qtcl.css (without any modifications) to C:\Program Files\XMLmind_XML_Editor\addon\config\docbook\xsl\css\html.css Yes, this means renaming qtcl.css to html.css in order to overwrite the existing <XXE_install_dir>\addon\config\docbook\xsl\css\html.css By doing so, you'll affect the way DocBook v4 and v5 documents are converted to HTML.

