I have been trying to read the xml file, but it is giving me a strange error. My XML is as follows
<?xml version='1.0' encoding='UTF-8'?>
<response>
<url>http://xyz.com</url>
<token>xxxxxxx<token>
</response>
To read this I am using
simplexml_load_string(variable containing xml goes here)
but it is giving me this error
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found in on line 47
Warning: simplexml_load_string() [function.simplexml-load-string]: 1 in on line 47
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in on line 47