Hi,
 
I am trying to query a Xindice collection using an "and" operator.
However the following request does not work:
//AAA/BBB[text()='username'] | /CCC[text()='id']
 
here is an example xml doc:
 <AAA>
          <BBB> username<BBB/>
          <CCC>id<CCC/> 
            ...
 </AAA>
 <AAA>
          <BBB> username2<BBB/>
          <CCC>id2<CCC/>
            ...
</AAA>
 
The query retrieves every single <AAA> element, despite the fact that I want those that have the BBB element equal to username and the CCC element equal to id.
 
Can anyone please help?
 
Regards,
Boris

Reply via email to