xsl-list
[Top] [All Lists]

[xsl] Ignoring ambiguous matches

2014-02-12 19:06:47
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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--