Dear Felix,
 
Maybe the following XPath-_expression_
 
/[EMAIL PROTECTED]'no']/[EMAIL PROTECTED]'1'[EMAIL PROTECTED]'gif']
 
is that what you wanted.
 
Best regards
 
Andr� Mengel
 
 
-----Urspr�ngliche Nachricht-----
Von: felix [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 22. Mai 2001 19:27
An: [EMAIL PROTECTED]
Betreff: about xpath

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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to