<playerstats>
<stats>
<stat>
<name>total_kills</name>
<value>9999</value>
</stat>
<stat>
<name>total_deaths</name>
<value>1234</value>
</stat>
</stats>
</playerstats>
How do I search for "total_kills" to get the value "9999" using simplexml in php?