I have a xml file similar to the one below. could any one please tell me the Jquery syntax to get the text inside <Value> element where the text inside <Name> element is TITLE.

Code:
<Property>
     <Name>TITLE</Name>
     <Type>string</Type>
    <Value>someText</Value>
</Property>
<Property>
    <Name>Id</Name>
...