ini_set('memory_limit', '-1');

$FileLocation    = "strongsgreek.xml";

$loadit=false;

if($loadit)
	{
	$fileContent = file_get_contents($FileLocation);
	$xml = simplexml_load_string($fileContent);
	$json = json_encode($xml);
	//$array = json_decode($json,TRUE);

	//echo "
";
	print_r($json);
	//echo "
"; }