How to extract the data from XML

Did you tried to use Deserialize XML and then .Element method on output of deserialized xml to get particular data.

You can check below thread for same.