Mega Code Archive

 
Categories / Php / XML
 

Loads the content of this file into a DOM object tree

<?php $data = DOMDocument::load("http://data.org/data.xml"); ?>