xsl-list
[Top] [All Lists]

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

2008-11-21 09:35:57
Thanks a lot for a nice explanation.

On Fri, Nov 21, 2008 at 7:43 PM, Ronan Klyne 
<ronan(_dot_)klyne(_at_)groupbc(_dot_)com> wrote:
X[(_at_)a='hi'][(_at_)b='hi..']

If X[(_at_)a='hi'] matches a node, then that node will become the context
node when evaluating [(_at_)b='hi..']

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

thanks again.


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