So i have this simple XML text:
<errors xmlns="http://schemas.google.com/g/2005">
<error>
<domain>GData</domain>
<code>InvalidRequestUriException</code>
<internalReason>You must specify at least one metric</internalReason>
</error>
</errors>
What the simplest way to extract the value of the internalReason element?