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

Subject: Re: [xsl] are multiple predicates same as boolean and
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Fri, 21 Nov 2008 19:39:31 +0530
thanks David for the answer. I have few more questions

On Fri, Nov 21, 2008 at 7:13 PM, David Carlisle <davidc@xxxxxxxxx> wrote:
>
> X[position()=2][position()=2]

I think this would mean, X[2][2] which will always be an empty sequence, i.e. ()
am I correct?

apart from this use case you cited, are all other forms equivalent
(which do not involve positional predicates)?

like,
X[@a='hi'][@b='hi..']

would be same as
X[@a='hi' and @b='hi..']


-- 
Regards,
Mukul Gandhi

Current Thread