<?php $response = "<?xml version=1.0 encoding=utf-8?><LeadResponse xmlns=http://tempuri.org/><LeadId>0</LeadId><Error>Invalid Home Telephone.<br>Invalid Mobile Phone.</Error></LeadResponse>"; $xml = new SimpleXMLElement($response); var_dump($xml);
You have javascript disabled. You will not be able to edit any code.