RE: conflict resolution suggestion for XSLT

In regards to apply-imports the XSLT 2.0 spec specifically states in section 
6.6 all templates with lower precendence are not considered.

NOTE: This is not the same as saying that the search considers all template 
rules whose import precedence is lower than that of the current template rule.

I am requesting that all templates that are in conflict fire instead of the 
one with highest priority, and that priority only controls the order of the 
firing.

if this requires more overhead for XSLT processors the RETE algorithm could 
remedy that.  

Received on Wednesday, 6 November 2002 05:02:47 UTC