loadXML($xmlString); $dom->documentURI = $file; $dom->xinclude(); $xml = simplexml_import_dom($dom); return $xml; } }