Mega Code Archive

 
Categories / Php / XML
 

Saving an XML document to a file

<? $xml = simplexml_load_file('http://rss.news.yahoo.com/rss/oddlyenough'); $xml->asXML('odd.xml'); ?>