[xsl] Ignoring ambiguous matches

Subject: [xsl] Ignoring ambiguous matches
From: Ihe Onwuka <ihe.onwuka@xxxxxxxxx>
Date: Thu, 13 Feb 2014 01:06:25 +0000
I am about to write several template rules that will all match the
same node but will each apply (or try to apply) a different edit.

I don't care the order in which these are applied as long as each gets
a shot at applying it's edit.

I was wondering whether I can just ignore the ambiguous match warnings
and be confident that everything is A - ok or whether I have to
diligently invent template priorities to prevent that.

Current Thread