<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2919.6307" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Using an expression over this xml:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&lt;Attribute 
Nasme="no"&gt;<BR>&nbsp;&nbsp;&lt;value order='1' 
type='jpg'&gt;mastercard&lt;/value&gt;<BR>&nbsp;&nbsp;&lt;value order='1' 
type='gif'&gt;visa&lt;/value&gt;<BR>&nbsp;&nbsp;&lt;value order='2' 
type='gif'&gt;unibank&lt;/value&gt;<BR>&nbsp;&lt;/Attribute&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>How can I get the node &lt;value order='1' 
type='gif'&gt;visa&lt;/value&gt;,</FONT></DIV>
<DIV><FONT face=Arial size=2>because if I put the xpath expression 
/Attribute[@Nasme='no']/value[@order='1'], I get:</FONT></DIV>
<DIV><FONT face=Arial size=2><BR>&nbsp;&nbsp;&lt;value order='1' 
type='jpg'&gt;mastercard&lt;/value&gt;<BR>&nbsp;&nbsp;&lt;value order='1' 
type='gif'&gt;visa&lt;/value&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in 
advance</FONT></DIV></FONT></DIV></BODY></HTML>