Hi Ambuj,
That is what I had done and it gives me the value 12. But I need the entire structure.
<Customer>
<SenderID>22</SenderID>
<ReceiverID>44</ReceiverID>
<Organisation>
<Value>12</Value>
</Organisation>
</Customer>
Since it comes within the Customer node. I need all the three values because customer is the parent node and organisation is the node within customer.
So ideally I need to get output as 22 44 and 12
But if I add to above code it gives me only organisation.