How can I read data from XNode.
Here is my XNode I got from another query.
<claim kind="national" sequence="1">
<country>UK</country>
<number>66</number>
<date>20080602</date>
</claim>
<claim kind="national" sequence="3">
<country>TH</country>
<number>61</number>
<date>20090316</date>
</claim>
I want to get the country and date value.
Any help would be really appreciated.
Thanks.
Try,
EDIT: