Parsing only the email field

Hello,

I need help with parsing just the email **address **from the following code:

<?xml version=“1.0” ?>
<data>
<user>
<name>Lost</name>

      &lt;pwd&gt;xyz&lt;/pwd&gt; 

   &lt;email&gt;lost@lost.com&lt;/email&gt;
&lt;/user&gt;

</data>

Can you please help me with a php for it? Im pretty new to the ‘php alien’ language:-(

Thanks in advance!!