How can i get values inside using php DOM. This is few code from my xml.
Best and easy way
$xml = simplexml_load_string($xmlData, 'SimpleXMLElement', LIBXML_NOCDATA); $xmlJson = json_encode($xml); $xmlArr = json_decode($xmlJson, 1); // Returns associative array