Hello,

I have this problem with my XPath Query.

//phonebook[ name='Tom' or number='07989270142' ]

This returns the same record twice, and I know that there is only one of those 
records. The XML that is stored:

<phonebook>
<name>Tom</name>
<number>07989270142</number>
</phonebook>

Can anyone please tell me why this record is being returned twice when I use 
the boolean operator "OR" (shown in the XPATH above).

Thanking you in advance
Gul

-------------------------------------------------
This mail sent through IMP: webmail.brad.ac.uk

Reply via email to