Hussein Shafie wrote:
> Nat Pryce wrote:
>
>
>> - 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).
>

I don't know if this applies to Docbook5, but the worst annoyance I have 
with CSS and XXE is to recall that XXE doesn't recognises namespaces 
when the document is validated against a DTD. Then we have to use 
selectors like prefix\:name instead of prefix|name.


Benoit


Reply via email to