function parse_file_into_array($file)
 {
     return XMLUtils::parse_into_array(file_get_contents($file));
 }