Nat Pryce wrote: > Hi. I'm trying to tweak the XXE configuration for docbook and > docbook5. I've got my customisation working for docbook but I am > having no luck making it work for docbook5 as well and am having a lot > of difficulty diagnosing why it is not working. > > How is one meant to debug XXE configurations and customisations? > > For example: > > - I can't find a way to discover what type of document (e.g. which > docbook version) XXE thinks it is editing.
Move your mouse over the tab of a document window (contains the basename of the document and an X to close the window). The *tooltip* shows which configuration is associated to the document. > - I can't find a way to discover how XXE decides which CSS rules apply > to an element and where it's loading those rules from. CSS rules are easily debugged by using color, background-color, etc, to show what rules are being used. When you really don't understand why it does not work, it is almost always because your rules have selectors which are less specific than those of the stock rules. In such case, make your selectors more specific (even if sometimes it is a bit artificial to do so).

