A simple XQuery(XPath) question...

The following XQuery expression evaluates to the empty sequence:

(<mike><bob/><bob/></mike>)/mike/bob

I would have thought that it evaluated to:

<bob/><bob/>

Where am I wrong?

Thanks,
Michael-

Received on Wednesday, 19 February 2003 19:30:08 UTC