I'm having the hardest time trying to pull data from an xml file.
<enclosure url="abc.mp3" length="49067990" type="audio/mpeg"/>
Does anyone know how I can pull the mp3 url from the xml section above using php? I have not been able to find any information on this.