This is the proposed wording:
--- BEGIN PROPOSAL
7. Conflict resolution
When more than one catalog entry applies to an entity, the conflict
can be resolved by using the entry that is comes out first after the
entries have been sorted in the order specified below.
Entries are sorted by (in this order):
1) By catalog file, in the order the catalog files were processed
2) By the entry type (in this order):
a) SYSTEM (Remap)
b) PUBLIC (Map)
c) DELEGATE (Delegate)
3) The order in which the entries appeared in the catalog file
--- END PROPOSAL
(NB: The SYSTEM/Remap entry is not present in the original proposal,
but I think it should be included. The functionality it provides was
part of what the PubIdResolver interface of SAX was supposed to
enable.)
The reason I propose this is that the new wording is more concise,
and, I think, easier to understand. Another benefit is that this
wording is compatible with both TR 9401:1997 and the way nsgmls
handles conflict resolution. (Provided I understood James Clarks
explanation correctly.)
--Lars M.