xslt2.0

Hi,
I am frustrated by the fact that xslt cannot recognise when one rule is more
specific than another. For example, I would expect
"label-para/label-para/para" to override "label-para/para", as it is a more
specific match. 
Similarly for the following situation, "label-para[para and label]" is a
more specific match than "label-para[para]", and I would assume it would be
easy to programmatically test the two against each other to find out which
one has more rules i.e. is more specific.
It would be nice if these -kinds- of conflict-resolution rules were
incorporated into xslt2.0-
Thanks,
Matt

Received on Thursday, 8 March 2001 16:05:52 UTC