I have found a lot of working example for this problem but no one is working in my case. I will be having following response from server and need to get value between "Message" tags.
<?xml version="1.0" encoding="utf-8"?>
<BaseResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://tempuri.org/">
<Message>uYnxLHnBJPtBp9K8GNg```F4v5YPP4HIgOxN@@@DjwPIUpA=p</Message>
<Status>true</Status>
<Code>200</Code>
</BaseResponse>
will be grateful if anyone can please help me to sort it out.
P.S:- For reference I tried it using http://jsfiddle.net/RPbSE/ but no success