<!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> </DIV>
<DIV><FONT face=Arial size=2> <Attribute
Nasme="no"><BR> <value order='1'
type='jpg'>mastercard</value><BR> <value order='1'
type='gif'>visa</value><BR> <value order='2'
type='gif'>unibank</value><BR> </Attribute></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>How can I get the node <value order='1'
type='gif'>visa</value>,</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> <value order='1'
type='jpg'>mastercard</value><BR> <value order='1'
type='gif'>visa</value></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Thanks in
advance</FONT></DIV></FONT></DIV></BODY></HTML>