I have two different XML strings:
$tableXML = simplexml_load_file($tableFile); $orderXML = simplexml_load_string($orderXML);
One is stored as