
When I first needed to process XML files or XML RPC calls in PHP, I found out about the wonders of the SimpleXML class in PHP
$xml_text = file_get_contents('file.xml'); //Get the XML file
$smpxml = new SimpleXMLElement($xml_text);
foreach($smpxml as $key) {
print_r($key);
}
You can access attributes using the attributes() method echo $user->attributes()->type; //For example
|
Online SoundCloud Downloader, NEW!Download tracks posted on SoundCloud for free in high-quality MP3! SoundScrape.netUseful eBay Links |