Malo Pichot wrote: > > May be I abuse, but a question still exist in my case : Why XXE > don't read first my configuration with the css reference ? I > thought that the user's configurations are read first.
``User's configurations are read first'' means: ``If a user has a personal configuration called "DocBook" and if a system-wide configuration called "DocBook" exists somewhere, the personal configuration called "DocBook" is the one kept by XXE.'' In your case, you defined a configuration called "DocBook 4.2" which did not shadow the system-wide configuration called "DocBook". Therefore both were tried by XXE to detect a DocBook document. I suspect that the behavior you described in your previous emails comes from the fact that the system-wide configuration called "DocBook" successfully detected your 4.2 documents as being "DocBook" documents. That is, your personal configuration called "DocBook 4.2" was not tried by XXE because the system-wide configuration called "DocBook" was successful first. I had to solve similar conflicts for the prototype "DocBook 4.2" configuration by slightly modifying the "DocBook" configuration.

