$xml = new DOMDocument; $xml->resolveExternals = true; $xml->substituteEntities = true; $xml->loadXML($xmlstring);