I\'m creating a xml using this
$customXML = new SimpleXMLElement(\'\');
after adding some attributes onto this, when
$customXML = new SimpleXMLElement('hello'); $result = $customXML->xpath('//abc'); $result = $result[0]; var_dump($result->asXML());