xsl-list
[Top] [All Lists]

Re: [xsl] Difference in priority of node() and *

2008-02-16 06:35:23
Thanks David for interesting perspective. Kindly see my few remarks below ...

On Feb 16, 2008 6:46 PM, David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> 
wrote:
foo[x=1] is clearly more specific than foo[x &gt; 0] but they have the same
default priority. node() and * having the same priority is no different.

foo[x=1] and foo[x &gt; 0] are semantically same. I certainly think,
that default priority of these patterns should be same. = and &gt; are
two relational operators, and I think, that this fact makes the
default priority of these two patterns same.

To my opinion, the case of * and node() is a bit different than the
foo[.. example you gave.

But certainly, the world is safe, and can live with the current status
of default priorities. And I won't argue much about it.


-- 
Regards,
Mukul Gandhi

--~------------------------------------------------------------------
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>
--~--