sampleFile.xml http://neoburgos.com/MeasuresList_SAMPLE.xml Then from a file called test.php <?php error_reporting(E_ALL); ini_set('display_errors', '1'); require_once('xml.php'); $xml = new xml('MeasuresList_SAMPLE.xml'); var_dump($xml->data); ?>` Result: `array(0) { }`