Would anyone know why simplexml_load_string is failing to load the xml
structure?
I am using curl, to get the data structure, and that's working, but on
the next call, it fails with messages from simplexml about opening and
closing tags mismatches
.........
$data = curl_exec($ch); //retrieve data
curl_close($ch); //close curl
$xml = simplexml_load_string($data);
if I do print_r ($data), then I see what I think is a properly
formatted string.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---