Using an _expression_ over this xml:
 
 <Attribute Nasme="no">
  <value order='1' type='jpg'>mastercard</value>
  <value order='1' type='gif'>visa</value>
  <value order='2' type='gif'>unibank</value>
 </Attribute>
 
How can I get the node <value order='1' type='gif'>visa</value>,
because if I put the xpath _expression_ /[EMAIL PROTECTED]'no']/[EMAIL PROTECTED]'1'], I get:

  <value order='1' type='jpg'>mastercard</value>
  <value order='1' type='gif'>visa</value>
 
Thanks in advance

Reply via email to