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 20:05:34 +0530
Thanks a lot for a nice explanation.

On Fri, Nov 21, 2008 at 7:43 PM, Ronan Klyne <ronan.klyne@xxxxxxxxxxx> wrote:
>> X[@a='hi'][@b='hi..']
>
> If X[@a='hi'] matches a node, then that node will become the context
> node when evaluating [@b='hi..']

I was thinking today, that for evaluating [@a='hi'] and [@b='hi..']
context node would be same (i.e., X). I was wrong, as you say ...

thanks again.


-- 
Regards,
Mukul Gandhi

Current Thread