xsl-list
[Top] [All Lists]

Re: [xsl] are multiple predicates same as boolean and

2008-11-21 10:09:07
Thanks for sharing a nice point ...

On Fri, Nov 21, 2008 at 8:09 PM, Vasu Chakkera <vasucv(_at_)gmail(_dot_)com> 
wrote:
I think yes ...

If that were true, then the condition

myelement[(_at_)myattribute][1] should be same as
myelement[1][(_at_)myattribute], which is not true...

The predicate order is important

in a typical "and"

[a and b] = [b and a]

Vasu



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